Searched refs:devspec (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libsa/
H A Ddevopen.c35 extern struct devspec devspec[]; /* defined in conf.c */
52 for (i = 0; devspec[i].ds_name != 0; i++) {
53 if (strncmp (devspec[i].ds_name, s,
54 strlen(devspec[i].ds_name)) == 0)
58 if (devspec[i].ds_name == 0)
60 s += strlen(devspec[i].ds_name);
61 *dev = devspec[i].ds_dev;
63 if (devspec[i].ds_net) {
68 if (*unit < 0 || *unit > devspec[
[all...]
H A Dlibx68k.h33 struct devspec { struct
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/efi/libefi/
H A Ddevicename.c43 static int efi_parsedev(struct efi_devdesc **dev, const char *devspec, const char **path);
47 * path in (devspec). If it contains an explicit device specification,
51 efi_getdev(void **vdev, const char *devspec, const char **path) argument
60 if ((devspec == NULL) ||
61 (devspec[0] == '/') ||
62 (strchr(devspec, ':') == NULL)) {
66 *path = devspec;
71 * Try to parse the device name off the beginning of the devspec
73 return(efi_parsedev(dev, devspec, path));
78 * at the beginning of (devspec)
91 efi_parsedev(struct efi_devdesc **dev, const char *devspec, const char **path) argument
[all...]
H A Defiboot.h58 extern int efi_getdev(void **vdev, const char *devspec, const char **path);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/ia64/ski/
H A Ddevicename.c39 static int ski_parsedev(struct ski_devdesc **dev, const char *devspec, const char **path);
43 * path in (devspec). If it contains an explicit device specification,
47 ski_getdev(void **vdev, const char *devspec, const char **path) argument
56 if ((devspec == NULL) ||
57 (devspec[0] == '/') ||
58 (strchr(devspec, ':') == NULL)) {
62 *path = devspec;
67 * Try to parse the device name off the beginning of the devspec
69 return(ski_parsedev(dev, devspec, path));
74 * at the beginning of (devspec)
87 ski_parsedev(struct ski_devdesc **dev, const char *devspec, const char **path) argument
[all...]
H A Dlibski.h50 extern int ski_getdev(void **vdev, const char *devspec, const char **path);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/boot/
H A Dconf.c47 const struct devspec devspec[] = { variable in typeref:struct:devspec
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/netboot/
H A Dconf.c46 const struct devspec devspec[] = { variable in typeref:struct:devspec

Completed in 61 milliseconds