Lines Matching defs:service
210 aprint_error_dev(icp->icp_dv, "screen service init error %d\n",
216 aprint_error_dev(icp->icp_dv, "cache service init error %d\n",
224 aprint_error_dev(icp->icp_dv, "cache service mount error %d\n",
230 aprint_error_dev(icp->icp_dv, "cache service post-mount init error %d\n",
238 aprint_error_dev(icp->icp_dv, "raw service init error %d\n",
244 * Set/get raw service features (scatter/gather).
255 "scatter/gather not supported (raw service)\n");
261 * Set/get cache service features (scatter/gather).
272 "scatter/gather not supported (cache service)\n");
530 * start by reinitializing the cache service.
533 printf("%s: unable to re-initialize cache service for rescan\n",
629 icp_async_event(struct icp_softc *icp, int service)
632 if (service == ICP_SCREENSERVICE) {
652 icp->icp_evt.eu.async.service = service;
659 icp_store_event(icp, GDT_ES_ASYNC, service, &icp->icp_evt);
683 icp->icp_service = ctx.service;
689 icp_async_event(icp, ctx.service);
693 aprint_error_dev(icp->icp_dv, "uninitialized or unknown service (%d/%d)\n",
785 icp_cmd(struct icp_softc *icp, u_int8_t service, u_int16_t opcode,
801 switch (service) {
831 ic->ic_service = service;
835 switch (service) {
860 if (ucmd->service == ICP_CACHESERVICE) {
894 if (ucmd->service == ICP_CACHESERVICE) {
947 ic->ic_service = ucmd->service;