/src/sys/dev/sun/ |
kbd.c | 377 u_int station; local in function:kbd_iockeymap 398 station = kio->kio_station; 399 if (station >= KEYMAP_SIZE) 405 kio->kio_entry = km[station]; 409 km[station] = kio->kio_entry; 436 * by reporting key station 118 as a "hole".
|
kbd.c | 377 u_int station; local in function:kbd_iockeymap 398 station = kio->kio_station; 399 if (station >= KEYMAP_SIZE) 405 kio->kio_entry = km[station]; 409 km[station] = kio->kio_entry; 436 * by reporting key station 118 as a "hole".
|
/src/usr.sbin/isibootd/ |
isibootd.c | 80 struct station { struct 85 } station; variable in typeref:struct:station 107 static void createbpfport(char *, uint8_t **, size_t *, struct station *); 162 memset(station.name, 0, sizeof(station.name)); 163 gethostname(station.name, sizeof(station.name) - 1); 164 if ((p = strchr(station.name, '.')) != NULL) 167 createbpfport(ifname, &iobuf, &iolen, &station); 170 station.ifname, etheraddr(station.addr))) [all...] |
isibootd.c | 80 struct station { struct 85 } station; variable in typeref:struct:station 107 static void createbpfport(char *, uint8_t **, size_t *, struct station *); 162 memset(station.name, 0, sizeof(station.name)); 163 gethostname(station.name, sizeof(station.name) - 1); 164 if ((p = strchr(station.name, '.')) != NULL) 167 createbpfport(ifname, &iobuf, &iolen, &station); 170 station.ifname, etheraddr(station.addr))) [all...] |
/src/sys/dev/pci/ |
if_iwireg.h | 99 #define IWI_RST_LED_ASSOCIATED 0x00000020 /* station associated led */ 264 uint8_t station; member in struct:iwi_tx_desc
|
if_iwireg.h | 99 #define IWI_RST_LED_ASSOCIATED 0x00000020 /* station associated led */ 264 uint8_t station; member in struct:iwi_tx_desc
|