Home
last modified time | relevance | path

Searched refs:i_type (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sbin/ifconfig/
H A Dieee80211.c201 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 Disp_tpublic.h113 enum { I_FC, I_SPI } i_type; member
H A Datw.c3948 if (ireq->i_type == IEEE80211_IOC_FRAGTHRESHOLD) { in atw_ioctl()
/netbsd-src/usr.bin/rump_dhcpclient/
H A Dif-bsd.c122 ireq.i_type = IEEE80211_IOC_SSID; in getifssid()
/netbsd-src/sys/net80211/
H A Dieee80211_ioctl.c1283 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 Dieee80211_ioctl.h414 u_int16_t i_type; /* req type */ member
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c471 ireq->i_type = ireq32->i_type; in netbsd32_to_ieee80211req()
1023 ireq32->i_type = ireq->i_type; in netbsd32_from_ieee80211req()
H A Dnetbsd32_ioctl.h152 uint16_t i_type; /* req type */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c674 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 Djit-playback.cc983 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 Dif-bsd.c488 ireq.i_type = IEEE80211_IOC_SSID; in if_getssid1()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c755 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 Dc-common.cc778 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 Dfold-const.c7684 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 Dfold-const.cc7781 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()