/src/sys/arch/alpha/stand/netboot/ |
devopen.c | 54 int ctlr = 0, unit = 0, part = 0; local in function:devopen 72 /* read unit number */ 73 unit = c - '0'; 114 unit = c - '0'; 133 ctlr = unit = part = 0; 150 rc = (dp->dv_open)(f, ctlr, unit, part);
|
devopen.c | 54 int ctlr = 0, unit = 0, part = 0; local in function:devopen 72 /* read unit number */ 73 unit = c - '0'; 114 unit = c - '0'; 133 ctlr = unit = part = 0; 150 rc = (dp->dv_open)(f, ctlr, unit, part);
|
/src/sys/arch/cobalt/cobalt/ |
autoconf.c | 99 int unit; local in function:device_register 101 unit = adev->adev_channel * 2 + 103 if (unit == bootunit) {
|
autoconf.c | 99 int unit; local in function:device_register 101 unit = adev->adev_channel * 2 + 103 if (unit == bootunit) {
|
/src/sys/arch/evbmips/stand/sbmips/netboot/ |
devopen.c | 54 int ctlr = 0, unit = 0, part = 0; local in function:devopen 72 /* read unit number */ 73 unit = c - '0'; 114 unit = c - '0'; 133 ctlr = unit = part = 0; 150 rc = (dp->dv_open)(f, ctlr, unit, part);
|
devopen.c | 54 int ctlr = 0, unit = 0, part = 0; local in function:devopen 72 /* read unit number */ 73 unit = c - '0'; 114 unit = c - '0'; 133 ctlr = unit = part = 0; 150 rc = (dp->dv_open)(f, ctlr, unit, part);
|
/src/sys/arch/luna68k/stand/boot/ |
bmc.c | 119 int unit = 1; local in function:bmccngetc 121 if (RBUF_EMPTY(unit)) 124 POP_RBUF(unit, c);
|
bmc.c | 119 int unit = 1; local in function:bmccngetc 121 if (RBUF_EMPTY(unit)) 124 POP_RBUF(unit, c);
|
/src/sys/arch/sbmips/stand/netboot/ |
devopen.c | 54 int ctlr = 0, unit = 0, part = 0; local in function:devopen 72 /* read unit number */ 73 unit = c - '0'; 114 unit = c - '0'; 133 ctlr = unit = part = 0; 150 rc = (dp->dv_open)(f, ctlr, unit, part);
|
devopen.c | 54 int ctlr = 0, unit = 0, part = 0; local in function:devopen 72 /* read unit number */ 73 unit = c - '0'; 114 unit = c - '0'; 133 ctlr = unit = part = 0; 150 rc = (dp->dv_open)(f, ctlr, unit, part);
|
/src/lib/libc/gen/ |
dehumanize_number.c | 63 char *ep, unit; local in function:dehumanize_number 77 unit = str[len - 1]; 78 if (isalpha((unsigned char)unit)) { 79 switch (tolower((unsigned char)unit)) {
|
dehumanize_number.c | 63 char *ep, unit; local in function:dehumanize_number 77 unit = str[len - 1]; 78 if (isalpha((unsigned char)unit)) { 79 switch (tolower((unsigned char)unit)) {
|
/src/sys/arch/evbppc/pmppc/ |
autoconf.c | 98 int unit, part; local in function:findroot 114 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK; 116 if ((dv = device_find_by_driver_unit(name, unit)) != NULL) {
|
autoconf.c | 98 int unit, part; local in function:findroot 114 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK; 116 if ((dv = device_find_by_driver_unit(name, unit)) != NULL) {
|
/src/sys/arch/ews4800mips/ews4800mips/ |
autoconf.c | 63 int unit, partition; local in function:cpu_rootconf 75 unit = 0; 94 unit = p[2] - '0'; 96 if (unit >= 0 && unit <= 9 && partition >= 0 &&
|
autoconf.c | 63 int unit, partition; local in function:cpu_rootconf 75 unit = 0; 94 unit = p[2] - '0'; 96 if (unit >= 0 && unit <= 9 && partition >= 0 &&
|
/src/sys/arch/hpcmips/hpcmips/ |
autoconf.c | 104 int unit, part; local in function:get_device 116 unit = part = 0; 120 unit = (unit * 10) + (*cp++ - '0'); 128 if ((dv = device_find_by_driver_unit(devname, unit)) != NULL) {
|
autoconf.c | 104 int unit, part; local in function:get_device 116 unit = part = 0; 120 unit = (unit * 10) + (*cp++ - '0'); 128 if ((dv = device_find_by_driver_unit(devname, unit)) != NULL) {
|
/src/sys/arch/i386/stand/boot/ |
devopen.c | 76 dev2bios(char *devname, int unit, int *biosdev) 80 *biosdev = 0x80 + unit; 82 *biosdev = 0x00 + unit; 92 bios2dev(int biosdev, daddr_t sector, char **devname, int *unit, 97 *unit = biosdev & 0x7f; 107 *unit = 0; /* override default */ 128 int unit, partition; local in function:devopen 133 &unit, &partition, (const char **) file); 163 error = dev2bios(devname, unit, &biosdev);
|
devopen.c | 76 dev2bios(char *devname, int unit, int *biosdev) 80 *biosdev = 0x80 + unit; 82 *biosdev = 0x00 + unit; 92 bios2dev(int biosdev, daddr_t sector, char **devname, int *unit, 97 *unit = biosdev & 0x7f; 107 *unit = 0; /* override default */ 128 int unit, partition; local in function:devopen 133 &unit, &partition, (const char **) file); 163 error = dev2bios(devname, unit, &biosdev);
|
/src/sys/arch/mac68k/dev/ |
maccons.c | 75 int maj, unit; local in function:maccnprobe 82 unit = 0; 86 cp->cn_dev = makedev(maj, unit);
|
maccons.c | 75 int maj, unit; local in function:maccnprobe 82 unit = 0; 86 cp->cn_dev = makedev(maj, unit);
|
/src/sys/arch/mvmeppc/mvmeppc/ |
autoconf.c | 96 int unit, part; local in function:findroot 112 unit = (bootdev >> B_UNITSHIFT) & B_UNITMASK; 114 if ((dv = device_find_by_driver_unit(name, unit)) != NULL) {
|
/src/sys/netbt/ |
hci_ioctl.c | 57 struct hci_unit *unit; local in function:hci_dump 64 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) { 65 uprintf("UNIT %s: flags 0x%4.4x, " 67 device_xname(unit->hci_dev), unit->hci_flags, 68 unit->hci_num_cmd_pkts, 69 unit->hci_num_acl_pkts, 70 unit->hci_num_sco_pkts); 71 TAILQ_FOREACH(link, &unit->hci_links, hl_next) { 138 struct hci_unit *unit; local in function:hci_ioctl_pcb [all...] |
hci_misc.c | 59 struct hci_unit *unit; local in function:hci_route_lookup 67 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) { 68 if ((unit->hci_flags & BTF_UP) == 0) 71 TAILQ_FOREACH(link, &unit->hci_links, hl_next) { 84 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) { 85 if ((unit->hci_flags & BTF_UP) == 0) 88 memo = hci_memo_find(unit, dest); 94 * Last ditch effort, lets use the first unit we find 97 SIMPLEQ_FOREACH(unit, &hci_unit_list, hci_next) { 98 if ((unit->hci_flags & BTF_UP) == 0 [all...] |