Searched refs:kid (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_utsname.h49 char kid[20]; member in struct:scoutsname
H A Dibcs2_misc.c1387 (void)strncpy(uts.kid, "kernel id 1", 19);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/arm/
H A Dmain.c55 void kid (void);
188 kid ();
H A Dkid.c0 /* kid.c -- ARMulator RDP/RDI interface: ARM6 Instruction Emulator.
78 kid () function
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_ioctl.c881 u_int kid; local
889 kid = ik.ik_keyix;
890 if (kid == IEEE80211_KEYIX_NONE) {
896 if (kid >= IEEE80211_WEP_NKID)
898 wk = &ic->ic_nw_keys[kid];
1324 u_int kid, len; local
1359 kid = (u_int) ireq->i_val;
1360 if (kid >= IEEE80211_WEP_NKID)
1362 len = (u_int) ic->ic_nw_keys[kid].wk_keylen;
1368 memcpy(tmpkey, ic->ic_nw_keys[kid]
1627 u_int16_t kid; local
1690 int kid, error; local
2052 u_int kid; local
2588 int i, error = 0, kid, klen, s; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/kern/
H A Dmisc.c111 thread_join(uint64_t kid) argument
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dan.c169 int buflen, kid, rid; local
229 kid = le16toh(akey->an_key_index);
232 rid, buflen, sizeof(*akey), kid,
234 if (kid == 0xffff) {
239 if (kid >= IEEE80211_WEP_NKID)
241 sc->sc_perskeylen[kid] = le16toh(akey->an_key_len);
242 sc->sc_wepkeys[kid].an_wep_keylen = -1;
1265 an_write_wepkey(struct an_softc *sc, int type, struct an_wepkey *keys, int kid) argument
1284 if (kid >= 0) {
1286 akey->an_mac_addr[0] = kid;
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_iwnreg.h577 #define IWN_KFLAG_KID(kid) ((kid) << 8)
584 uint8_t kid; member in struct:iwn_node_info
617 uint8_t kid; member in struct:iwn4965_node_info
H A Dif_iwn.c4532 node.kid = k->k_id;
4561 node.kid = 0xff;

Completed in 207 milliseconds