| /netbsd-src/sbin/ifconfig/ |
| H A D | ieee80211.c | 201 ireq.i_type = type; in set80211() 620 ireq.i_type = IEEE80211_IOC_HIDESSID; in ieee80211_status() 628 ireq.i_type = IEEE80211_IOC_APBRIDGE; in ieee80211_status() 637 ireq.i_type = IEEE80211_IOC_RTSTHRESHOLD; in ieee80211_status() 645 ireq.i_type = IEEE80211_IOC_FRAGTHRESHOLD; in ieee80211_status() 800 ireq.i_type = IEEE80211_IOC_SCAN_RESULTS; in list_scan()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | isp_tpublic.h | 113 enum { I_FC, I_SPI } i_type; member
|
| H A D | atw.c | 3948 if (ireq->i_type == IEEE80211_IOC_FRAGTHRESHOLD) { in atw_ioctl()
|
| /netbsd-src/usr.bin/rump_dhcpclient/ |
| H A D | if-bsd.c | 122 ireq.i_type = IEEE80211_IOC_SSID; in getifssid()
|
| /netbsd-src/sys/net80211/ |
| H A D | ieee80211_ioctl.c | 1283 switch (ireq->i_type) { in ieee80211_ioctl_getwmeparam() 1328 switch (ireq->i_type) { in ieee80211_ioctl_get80211_fbsd() 1433 switch (ireq->i_type) { in ieee80211_ioctl_get80211() 1843 if (ireq->i_type == IEEE80211_IOC_ADDMAC) in ieee80211_ioctl_macmac() 1972 switch (ireq->i_type) { in ieee80211_ioctl_setwmeparam() 2057 switch (ireq->i_type) { in ieee80211_ioctl_set80211()
|
| H A D | ieee80211_ioctl.h | 414 u_int16_t i_type; /* req type */ member
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_ioctl.c | 471 ireq->i_type = ireq32->i_type; in netbsd32_to_ieee80211req() 1023 ireq32->i_type = ireq->i_type; in netbsd32_from_ieee80211req()
|
| H A D | netbsd32_ioctl.h | 152 uint16_t i_type; /* req type */ member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-playback.c | 674 tree i_type = build_index_type (size_int (len)); in new_string_literal() local 675 tree a_type = build_array_type (char_type_node, i_type); in new_string_literal()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-playback.cc | 983 tree i_type = build_index_type (size_int (len)); in new_string_literal() local 984 tree a_type = build_array_type (char_type_node, i_type); in new_string_literal()
|
| /netbsd-src/external/bsd/dhcpcd/dist/src/ |
| H A D | if-bsd.c | 488 ireq.i_type = IEEE80211_IOC_SSID; in if_getssid1()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 755 tree e_type, i_type, a_type; in fix_string_type() local 831 i_type = build_index_type (size_int (nchars - 1)); in fix_string_type() 832 a_type = build_array_type (e_type, i_type); in fix_string_type()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 778 tree e_type, i_type, a_type; in fix_string_type() local 854 i_type = build_index_type (size_int (nchars - 1)); in fix_string_type() 855 a_type = build_array_type (e_type, i_type); in fix_string_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | fold-const.c | 7684 tree i_value, i_type; in native_encode_fixed() local 7689 i_type = lang_hooks.types.type_for_size (GET_MODE_BITSIZE (mode), 1); in native_encode_fixed() 7691 if (NULL_TREE == i_type || TYPE_PRECISION (i_type) != total_bytes) in native_encode_fixed() 7695 i_value = double_int_to_tree (i_type, value.data); in native_encode_fixed()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | fold-const.cc | 7781 tree i_value, i_type; in native_encode_fixed() local 7786 i_type = lang_hooks.types.type_for_size (GET_MODE_BITSIZE (mode), 1); in native_encode_fixed() 7788 if (NULL_TREE == i_type || TYPE_PRECISION (i_type) != total_bytes) in native_encode_fixed() 7792 i_value = double_int_to_tree (i_type, value.data); in native_encode_fixed()
|