Searched defs:devspec (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Ddevicename_stubs.c35 zfs_parsedev(struct zfs_devdesc *dev, const char *devspec, const char **path) argument
H A Dzfs.c609 zfs_parsedev(struct zfs_devdesc *dev, const char *devspec, const char **path) argument
619 np = devspec;
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Ddevicename.c49 * path in (devspec). If it contains an explicit device specification,
53 efi_getdev(void **vdev, const char *devspec, const char **path) argument
62 if (devspec == NULL || *devspec == '/' || !strchr(devspec, ':')) {
65 *path = devspec;
69 /* Parse the device name off the beginning of the devspec. */
70 return (efi_parsedev(dev, devspec, path));
75 * at the beginning of (devspec). Return a pointer to the remaining
78 * In all cases, the beginning of (devspec) i
87 efi_parsedev(struct devdesc **dev, const char *devspec, const char **path) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Ddevicename.c37 static int i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path);
41 * path in (devspec). If it contains an explicit device specification,
45 i386_getdev(void **vdev, const char *devspec, const char **path) argument
54 if ((devspec == NULL) ||
55 (devspec[0] == '/') ||
56 (strchr(devspec, ':') == NULL)) {
60 *path = devspec;
65 * Try to parse the device name off the beginning of the devspec
67 return(i386_parsedev(dev, devspec, path));
72 * at the beginning of (devspec)
85 i386_parsedev(struct i386_devdesc **dev, const char *devspec, const char **path) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Ddevicename.c40 * path in (devspec). If it contains an explicit device specification,
44 ofw_getdev(void **vdev, const char *devspec, const char **path) argument
53 if ((devspec == NULL) ||
54 ((strchr(devspec, '@') == NULL) &&
55 (strchr(devspec, ':') == NULL))) {
59 *path = devspec;
64 * Try to parse the device name off the beginning of the devspec
66 return(ofw_parsedev(dev, devspec, path));
71 * at the beginning of (devspec). Return a pointer to the remaining
75 ofw_parsedev(struct ofw_devdesc **dev, const char *devspec, cons argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Ddevicename.c37 static int uboot_parsedev(struct uboot_devdesc **dev, const char *devspec,
42 * path in (devspec). If it contains an explicit device specification,
46 uboot_getdev(void **vdev, const char *devspec, const char **path) argument
55 if ((devspec == NULL) || (devspec[0] == '/') ||
56 (strchr(devspec, ':') == NULL)) {
60 *path = devspec;
65 * Try to parse the device name off the beginning of the devspec.
67 return (uboot_parsedev(dev, devspec, path));
72 * at the beginning of (devspec)
85 uboot_parsedev(struct uboot_devdesc **dev, const char *devspec, const char **path) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Ddevicename.c41 static int userboot_parsedev(struct disk_devdesc **dev, const char *devspec, const char **path);
45 * path in (devspec). If it contains an explicit device specification,
49 userboot_getdev(void **vdev, const char *devspec, const char **path) argument
58 if ((devspec == NULL) ||
59 (devspec[0] == '/') ||
60 (strchr(devspec, ':') == NULL)) {
64 *path = devspec;
69 * Try to parse the device name off the beginning of the devspec
71 return(userboot_parsedev(dev, devspec, path));
76 * at the beginning of (devspec)
89 userboot_parsedev(struct disk_devdesc **dev, const char *devspec, const char **path) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/chicago/io/fpc/
H A Dfpc-impl-4u.c61 fire4u_specific_t *devspec; /* Points to proper one for specific dev. */ member in struct:fire_counter_handle_impl
229 if ((handle_impl->devspec =
231 rval = ldi_open_by_name(handle_impl->devspec->nodename,
270 handle_impl->devspec->jbus_bank_base;
314 handle_impl->devspec->jbus_bank_base;
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddisk.c485 disk_parsedev(struct disk_devdesc *dev, const char *devspec, const char **path) argument
491 np = devspec;

Completed in 64 milliseconds