/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...] |
/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".
|
/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_iwi.c | 1713 desc->station = 2893 "dwell", SYSCTL_DESCR("channel dwell time (ms) for AP/station scanning"),
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
tegra20-acer-a500-picasso.dts | 25 serial0 = &uartd; /* Docking station */ 412 /* Docking station */
|