Lines Matching defs:path

167 				  struct cam_path *path, void *arg);
344 xpt_register_async(0, passasync, periph, periph->path);
431 * physical path.
443 "GEOM::physpath", periph->path) == 0
473 struct cam_path *path, void *arg)
496 CAM_PERIPH_BIO, path,
538 cam_periph_async(periph, code, path, arg);
590 xpt_setup_ccb(&cpi.ccb_h, periph->path, CAM_PRIORITY_NORMAL);
631 xpt_print(periph->path, "%s: lost periph during "
643 xpt_print(periph->path, "%s: lost periph during "
667 * path alias so it can't go away.
670 xpt_print(periph->path, "%s: lost periph during "
682 * See if physical path information is already available.
688 * this device goes away or its physical path
693 passasync, periph, periph->path);
745 xpt_print(periph->path, "can't do nonblocking access\n");
903 xpt_print(periph->path, "%s: called for user CCB %p\n",
1069 xpt_print(periph->path, "unable to allocate "
1072 xpt_print(periph->path, "unable to allocate "
1234 xpt_print(periph->path, "%s: unable to access user "
1244 xpt_print(periph->path, "%s: copyout of %u "
1253 xpt_print(periph->path, "%s: copyin of %u "
1411 xpt_print(periph->path, "%s: data length %u > max allowed %u "
1437 xpt_print(periph->path, "%s: user address %p "
1450 xpt_print(periph->path, "%s: malloced %p len %u, user "
1464 xpt_print(periph->path, "%s: copy of user "
1488 xpt_print(periph->path, "%s: cannot currently handle "
1498 xpt_print(periph->path, "%s: CAM_DATA_SG flag set, "
1509 xpt_print(periph->path, "%s: no dxfer_len specified, "
1547 xpt_print(periph->path, "%s: unable to access user "
1555 xpt_print(periph->path, "%s: copy of user S/G list "
1618 xpt_print(periph->path, "%s: CAM_DATA_SG_PADDR flag "
1629 xpt_print(periph->path, "%s: no dxfer_len specified, "
1654 xpt_print(periph->path, "%s: copy of user S/G list "
1703 xpt_print(periph->path, "Unable to copy %u "
1786 xpt_print(periph->path, "CCB function code %#x is "
1812 xpt_setup_ccb(&ccb->ccb_h, periph->path,
1818 xpt_print(periph->path, "unable to allocate CCB\n");
1866 xpt_print(periph->path, "Copying user CCB %p to "
1871 xpt_print(periph->path, "Copy of user CCB %p to "
1884 xpt_print(periph->path, "CCB function code %#x is "
1914 * Setup fields in the CCB like the path and the priority.
1915 * The path in particular cannot be done in userland, since
1918 xpt_setup_ccb_flags(&ccb->ccb_h, periph->path, priority,
2024 xpt_print(periph->path, "Copying to user CCB %p from "
2030 xpt_print(periph->path, "Copy to user CCB %p from "
2215 periph = xpt_path_periph(ccb->ccb_h.path);