| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-actions.h | 1292 p0##_type, p1##_type, p2##_type, p3##_type 1294 p0##_type, p1##_type, p2##_type, p3##_type, p4##_type 1296 p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type 1298 p6) , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type, \ 1301 p6, p7) , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, \ 1305 p5##_type, p6##_type, p7##_type, p8##_type 1308 p5##_type, p6##_type, p7##_type, p8##_type, p9##_type 1332 p4##_type p4, p5##_type p5, p6##_type p6, p7##_type p7, p8##_type p8 2036 p4##_type, p5##_type, p6##_type, p7##_type> name(p0##_type p0, \ 2248 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, \ [all …]
|
| H A D | gmock-generated-matchers.h | 1833 p4##_type, p5##_type> name(p0##_type p0, p1##_type p1, p2##_type p2, \ 1925 p4##_type, p5##_type, p6##_type> name(p0##_type p0, p1##_type p1, \ 2023 p4##_type, p5##_type, p6##_type, p7##_type> name(p0##_type p0, \ 2024 p1##_type p1, p2##_type p2, p3##_type p3, p4##_type p4, p5##_type p5, \ 2127 p4##_type, p5##_type, p6##_type, p7##_type, \ 2132 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type>(p0, p1, p2, \ 2199 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, \ 2240 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, \ 2242 p4##_type p4, p5##_type p5, p6##_type p6, p7##_type p7, p8##_type p8, \ 2245 p4##_type, p5##_type, p6##_type, p7##_type, p8##_type, p9##_type>(p0, \ [all …]
|
| /freebsd-13.1/sys/sys/ |
| H A D | acl.h | 337 int __acl_aclcheck_file(const char *_path, acl_type_t _type, 339 int __acl_aclcheck_link(const char *_path, acl_type_t _type, 341 int __acl_delete_fd(int _filedes, acl_type_t _type); 342 int __acl_delete_file(const char *_path_p, acl_type_t _type); 343 int __acl_delete_link(const char *_path_p, acl_type_t _type); 373 int acl_delete_fd_np(int _filedes, acl_type_t _type); 386 acl_t acl_get_fd_np(int fd, acl_type_t _type); 387 acl_t acl_get_file(const char *_path_p, acl_type_t _type); 389 acl_t acl_get_link_np(const char *_path_p, acl_type_t _type); 398 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type); [all …]
|
| H A D | ctf.h | 66 __uint16_t _type; member 75 __uint32_t _type; member 84 __uint16_t _type; member 95 __uint32_t _type; member 102 #define ctt_type _u._type
|
| /freebsd-13.1/libexec/rc/rc.d/ |
| H A D | mdconfig | 75 _type=${_config##*-t\ } 76 _type=${_type%%\ *} 77 if [ -z "${_type}" ]; then 81 if [ "${_type}" = "vnode" ]; then 95 debug "${_md} type: ${_type}" 110 if [ "${_type}" != "vnode" -o "${_fs}" = "/" ]; then 111 if [ "${_type}" = "vnode" ]; then 125 echo "Creating ${_md} device (${_type})." 131 if [ "${_type}" = "vnode" ]; then 157 local _md _mp _config _type _dev _file _fs _newfs _i [all …]
|
| H A D | mdconfig2 | 80 _type=${_config##*-t\ } 81 _type=${_type%%\ *} 82 if [ -z "${_type}" ]; then 86 if [ "${_type}" = "vnode" ]; then 101 debug "${_md} type: ${_type}" 113 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i 124 if [ "${_type}" = "vnode" -a "${_fs}" != "/" ]; then 135 echo "Creating ${_md} device (${_type})." 184 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate 188 if [ "${_type}" = "vnode" ]; then
|
| H A D | jail | 326 *\.*\.*\.*) _type="inet" ;; 327 *:*) _type="inet6" ;; 335 if [ "${_type}" = "inet" ]; then 344 elif [ "${_type}" = "inet6" ]; then 357 local _x _type _i _defif 380 _type="" 393 case $_type in
|
| H A D | zfsbe | 71 mount -p | while read _dev _mp _type _rest; do 73 if [ $_type = "zfs" ] ; then
|
| /freebsd-13.1/sys/xen/interface/hvm/ |
| H A D | save.h | 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 68 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \ 72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 75 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}; \ 76 struct __HVM_SAVE_TYPE_COMPAT_##_x { _type t; } 78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument 79 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];} 81 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument 82 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}
|
| /freebsd-13.1/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_hwdata.c | 81 #define BHNDB_PORT_PRIO(_type, _port, _region, _priority, ...) \ argument 82 _BHNDB_PORT_PRIO(_type, _port, _region, _priority, ## __VA_ARGS__, 0) 84 #define _BHNDB_PORT_PRIO(_type, _port, _region, _priority, _flags, ...) \ argument 86 .type = (BHND_PORT_ ## _type), \ 95 #define BHNDB_PORT0_PRIO(_type, _priority, ...) \ argument 96 BHNDB_PORT_PRIO(_type, 0, 0, _priority, ## __VA_ARGS__, 0)
|
| H A D | bhndb.c | 78 #define BHNDB_DEBUG(_type) (BHNDB_DEBUG_ ## _type & bhndb_debug) argument 1819 #define BHNDB_IO_READ(_type, _name) \ argument 1820 static _type \ 1824 _type v; \ 1825 BHNDB_IO_COMMON_SETUP(sizeof(_type)); \ 1833 #define BHNDB_IO_WRITE(_type, _name) \ argument 1838 BHNDB_IO_COMMON_SETUP(sizeof(_type)); \ 1857 #define BHNDB_IO_METHODS(_type, _size) \ argument 1858 BHNDB_IO_READ(_type, _size) \ 1859 BHNDB_IO_WRITE(_type, _size) \ [all …]
|
| /freebsd-13.1/contrib/kyua/model/ |
| H A D | test_result.cpp | 45 _type(type_), in test_result() 57 return _type; in type() 77 switch (_type) { in good() 99 return _type == other._type && _reason == other._reason; in operator ==()
|
| /freebsd-13.1/tools/tools/ath/common/ |
| H A D | dumpregs.h | 65 #define _DEFREG(_addr, _name, _type) \ argument 66 { .addr = _addr, .name = _name, .type = _type } 67 #define _DEFREGx(_addr, _name, _type, _srevmin, _srevmax) \ argument 68 { .addr = _addr, .name = _name, .type = _type, \ 70 #define _DEFREGfmt(_addr, _name, _type, _fmt) \ argument 71 { .addr = _addr, .name = _name, .type = _type, .bits = _fmt }
|
| /freebsd-13.1/sys/dev/bhnd/ |
| H A D | bhnd.c | 1029 #define BHND_IO_READ(_type, _name, _method) \ argument 1030 static _type \ 1038 #define BHND_IO_WRITE(_type, _name, _method) \ argument 1048 #define BHND_IO_MISC(_type, _op, _method) \ argument 1058 #define BHND_IO_METHODS(_type, _size) \ argument 1059 BHND_IO_READ(_type, _size, _size) \ 1060 BHND_IO_WRITE(_type, _size, _size) \ 1065 BHND_IO_MISC(_type*, read_multi_ ## _size, \ 1067 BHND_IO_MISC(_type*, write_multi_ ## _size, \ 1078 BHND_IO_MISC(_type*, read_region_ ## _size, \ [all …]
|
| H A D | bhnd_match.h | 190 #define BHND_MATCH_CHIP_TYPE(_type) _BHND_SET_MATCH_FIELD(chip_type, \ argument 191 BHND_CHIPTYPE_ ## _type) 245 #define BHND_MATCH_BOARD_TYPE(_type) _BHND_SET_MATCH_FIELD(board_type, \ argument 246 BHND_BOARD_ ## _type) 261 #define BHND_MATCH_BOARD(_vend, _type) \ argument 262 BHND_MATCH_BOARD_VENDOR(_vend), BHND_MATCH_BOARD_TYPE(_type)
|
| /freebsd-13.1/usr.sbin/makefs/ |
| H A D | msdos.c | 80 #define AOPT(_opt, _type, _name, _min, _desc) { \ in msdos_prep_opts() argument 85 (sizeof(_type) == 1 ? OPT_INT8 : \ in msdos_prep_opts() 86 (sizeof(_type) == 2 ? OPT_INT16 : \ in msdos_prep_opts() 87 (sizeof(_type) == 4 ? OPT_INT32 : OPT_INT64)))), \ in msdos_prep_opts() 90 .maximum = sizeof(_type) == 1 ? UINT8_MAX : \ in msdos_prep_opts() 91 (sizeof(_type) == 2 ? UINT16_MAX : \ in msdos_prep_opts() 92 (sizeof(_type) == 4 ? UINT32_MAX : INT64_MAX)), \ in msdos_prep_opts()
|
| /freebsd-13.1/contrib/kyua/engine/ |
| H A D | atf_result.cpp | 246 _type(type_) in atf_result() 258 _type(type_), _reason(reason_) in atf_result() 271 _type(type_), _argument(argument_), _reason(reason_) in atf_result() 353 return _type; in type() 383 switch (_type) { in good() 423 if (_type != atf_result::expected_timeout) in apply() 430 switch (_type) { in apply() 518 switch (_type) { in externalize() 553 return _type == other._type && _argument == other._argument && in operator ==()
|
| /freebsd-13.1/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_shim.h | 4 #define rte_malloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT) argument 6 #define rte_zmalloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument 7 #define rte_zmalloc_socket(_type, _size, _align, _s) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument
|
| /freebsd-13.1/usr.sbin/wpa/ndis_events/ |
| H A D | ndis_events.c | 176 int len, type, _type; local 231 _type = (int) type; 232 memcpy(buf, &_type, sizeof(_type)); 233 pos = buf + sizeof(_type);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | AuxVector.cpp | 55 #define ENTRY_NAME(_type) \ in GetEntryName() argument 56 _type: \ in GetEntryName() 57 name = &#_type[5] in GetEntryName()
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | efx_mcdi.h | 252 #define MCDI_IN(_emr, _type, _ofst) \ argument 253 ((_type *)((_emr).emr_in_buf + (_ofst))) 255 #define MCDI_IN2(_emr, _type, _ofst) \ argument 256 MCDI_IN(_emr, _type, MC_CMD_ ## _ofst ## _OFST) 377 #define MCDI_OUT(_emr, _type, _ofst) \ argument 378 ((_type *)((_emr).emr_out_buf + (_ofst))) 380 #define MCDI_OUT2(_emr, _type, _ofst) \ argument 381 MCDI_OUT(_emr, _type, MC_CMD_ ## _ofst ## _OFST)
|
| /freebsd-13.1/tools/test/netfibs/ |
| H A D | forwarding.sh | 624 _type=${_line%% *} 664 local _n i _edge _type _rc 670 for _type in "ICMP6" "TCP" "UDP"; do 673 0) eval rc_${_n}_${_edge}_${_type}_${i}=1 677 *) eval rc_${_n}_${_edge}_${_type}_${i}=0 829 local _n _fib i _edge _type _rc 836 for _type in "ICMP6" "TCP" "UDP"; do 843 *) eval rc_${_n}_${_edge}_${_type}_${i}=0 997 local _n fib maxfib i _edge _type _rc 1005 for _type in "ICMP6" "TCP" "UDP"; do [all …]
|
| /freebsd-13.1/sys/arm64/qoriq/clk/ |
| H A D | qoriq_clkgen.h | 69 #define QORIQ_CLK_ID(_type, _index) ((_type << 8) + _index) argument
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_hashtab.h | 42 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
| /freebsd-13.1/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 614 _type = get(v, p_type) 749 _type = get(opstream, p_type) 750 if (_type == null) 895 _type, _base_type) 910 _type = get(var, p_type) 1115 _width = get(_type, p_width) 3306 _type = srom_segment_get_type(seg) 3317 return (get(_type, p_count)) 3393 _type = get(v, p_type) 3836 _type = parse_array_type_specifier(_name, _type) [all …]
|