Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h442 , p0##_type, p1##_type, p2##_type, p3##_type
444 , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type
446 , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type
449 , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type, p6##_type
452 , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type, \
456 , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type, \
460 , p0##_type, p1##_type, p2##_type, p3##_type, p4##_type, p5##_type, \
461 p6##_type, p7##_type, p8##_type, p9##_type
473 p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, p4##_type p4
475 p0##_type p0, p1##_type p1, p2##_type p2, p3##_type p3, p4##_type p4, \
[all …]
/freebsd/libexec/rc/rc.d/
H A Dmdconfig74 _type=${_config##*-t\ }
75 _type=${_type%%\ *}
76 if [ -z "${_type}" ]; then
80 if [ "${_type}" = "vnode" ]; then
94 debug "${_md} type: ${_type}"
109 if [ "${_type}" != "vnode" -o "${_fs}" = "/" ]; then
110 if [ "${_type}" = "vnode" ]; then
124 echo "Creating ${_md} device (${_type})."
130 if [ "${_type}" = "vnode" ]; then
156 local _md _mp _config _type _dev _file _fs _newfs _i
[all …]
H A Dmdconfig279 _type=${_config##*-t\ }
80 _type=${_type%%\ *}
81 if [ -z "${_type}" ]; then
85 if [ "${_type}" = "vnode" ]; then
100 debug "${_md} type: ${_type}"
112 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate _fsck_cmd _i
123 if [ "${_type}" = "vnode" -a "${_fs}" != "/" ]; then
134 echo "Creating ${_md} device (${_type})."
183 local _md _fs _mp _mounted _dev _config _type _file _owner _perms _files _populate
187 if [ "${_type}" = "vnode" ]; then
H A Dzfsbe70 mount -p | while read _dev _mp _type _rest; do
72 if [ $_type = "zfs" ] ; then
/freebsd/sys/sys/
H A Dacl.h337 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);
374 int acl_delete_fd_np(int _filedes, acl_type_t _type);
392 acl_t acl_get_fd_np(int fd, acl_type_t _type);
393 acl_t acl_get_file(const char *_path_p, acl_type_t _type);
395 acl_t acl_get_link_np(const char *_path_p, acl_type_t _type);
404 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
[all …]
H A Dctf.h66 __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/sys/ofed/include/rdma/
H A Duverbs_std_types.h51 #define uobj_get_read(_type, _id, _attrs) \ argument
52 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \
56 #define ufd_get_read(_type, _fdnum, _attrs) ({ \ argument
58 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \
69 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument
71 uobj_get_read(_type, _id, _attrs)))
73 #define uobj_get_write(_type, _id, _attrs) \ argument
74 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \
81 __uobj_perform_destroy(uobj_get_type(_attrs, _type), \
88 __uobj_get_destroy(uobj_get_type(_attrs, _type), _uobj_check_id(_id), \
[all …]
H A Duverbs_ioctl.h484 #define UVERBS_ATTR_TYPE(_type) \ argument
485 .u.ptr.min_len = sizeof(_type), .u.ptr.len = sizeof(_type)
492 #define UVERBS_ATTR_STRUCT(_type, _last) \ argument
494 UVERBS_ATTR_SIZE(((uintptr_t)(&((_type *)0)->_last + 1)), \
495 sizeof(_type))
552 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument
556 _type, \
559 #define UVERBS_ATTR_PTR_OUT(_attr_id, _type, ...) \ argument
563 _type, \
/freebsd/sys/contrib/xen/hvm/
H A Dsave.h65 # 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/sys/compat/linuxkpi/common/include/linux/
H A Diosys-map.h124 #define iosys_map_rd(_ism, _off, _type) ({ \ argument
125 _type val; \
134 val = READ_ONCE(*(_type *)((_ism)->vaddr + (_off))); \
137 #define iosys_map_wr(_ism, _off, _type, _val) ({ \ argument
138 _type val = (_val); \
147 WRITE_ONCE(*(_type *)((_ism)->vaddr + (_off)), val); \
150 #define iosys_map_rd_field(_ism, _off, _type, _field) ({ \ argument
151 _type *s; \
152 iosys_map_rd(_ism, (_off) + offsetof(_type, _field), \
156 _type *s; \
[all …]
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_hwdata.c78 #define BHNDB_PORT_PRIO(_type, _port, _region, _priority, ...) \ argument
79 _BHNDB_PORT_PRIO(_type, _port, _region, _priority, ## __VA_ARGS__, 0)
81 #define _BHNDB_PORT_PRIO(_type, _port, _region, _priority, _flags, ...) \ argument
83 .type = (BHND_PORT_ ## _type), \
92 #define BHNDB_PORT0_PRIO(_type, _priority, ...) \ argument
93 BHNDB_PORT_PRIO(_type, 0, 0, _priority, ## __VA_ARGS__, 0)
H A Dbhndb.c77 #define BHNDB_DEBUG(_type) (BHNDB_DEBUG_ ## _type & bhndb_debug) argument
1801 #define BHNDB_IO_READ(_type, _name) \ argument
1802 static _type \
1806 _type v; \
1807 BHNDB_IO_COMMON_SETUP(sizeof(_type)); \
1815 #define BHNDB_IO_WRITE(_type, _name) \ argument
1820 BHNDB_IO_COMMON_SETUP(sizeof(_type)); \
1839 #define BHNDB_IO_METHODS(_type, _size) \ argument
1840 BHNDB_IO_READ(_type, _size) \
1841 BHNDB_IO_WRITE(_type, _size) \
[all …]
/freebsd/contrib/kyua/model/
H A Dtest_result.cpp45 _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/tools/tools/ath/common/
H A Ddumpregs.h63 #define _DEFREG(_addr, _name, _type) \ argument
64 { .addr = _addr, .name = _name, .type = _type }
65 #define _DEFREGx(_addr, _name, _type, _srevmin, _srevmax) \ argument
66 { .addr = _addr, .name = _name, .type = _type, \
68 #define _DEFREGfmt(_addr, _name, _type, _fmt) \ argument
69 { .addr = _addr, .name = _name, .type = _type, .bits = _fmt }
/freebsd/sys/dev/bhnd/
H A Dbhnd.c985 #define BHND_IO_READ(_type, _name, _method) \ argument
986 static _type \
994 #define BHND_IO_WRITE(_type, _name, _method) \ argument
1004 #define BHND_IO_MISC(_type, _op, _method) \ argument
1014 #define BHND_IO_METHODS(_type, _size) \ argument
1015 BHND_IO_READ(_type, _size, _size) \
1016 BHND_IO_WRITE(_type, _size, _size) \
1021 BHND_IO_MISC(_type*, read_multi_ ## _size, \
1023 BHND_IO_MISC(_type*, write_multi_ ## _size, \
1034 BHND_IO_MISC(_type*, read_region_ ## _size, \
[all …]
H A Dbhnd_match.h189 #define BHND_MATCH_CHIP_TYPE(_type) _BHND_SET_MATCH_FIELD(chip_type, \ argument
190 BHND_CHIPTYPE_ ## _type)
244 #define BHND_MATCH_BOARD_TYPE(_type) _BHND_SET_MATCH_FIELD(board_type, \ argument
245 BHND_BOARD_ ## _type)
260 #define BHND_MATCH_BOARD(_vend, _type) \ argument
261 BHND_MATCH_BOARD_VENDOR(_vend), BHND_MATCH_BOARD_TYPE(_type)
/freebsd/usr.sbin/makefs/
H A Dmsdos.c76 #define AOPT(_opt, _type, _name, _min, _desc) { \ in msdos_prep_opts() argument
81 (sizeof(_type) == 1 ? OPT_INT8 : \ in msdos_prep_opts()
82 (sizeof(_type) == 2 ? OPT_INT16 : \ in msdos_prep_opts()
83 (sizeof(_type) == 4 ? OPT_INT32 : OPT_INT64)))), \ in msdos_prep_opts()
86 .maximum = sizeof(_type) == 1 ? UINT8_MAX : \ in msdos_prep_opts()
87 (sizeof(_type) == 2 ? UINT16_MAX : \ in msdos_prep_opts()
88 (sizeof(_type) == 4 ? UINT32_MAX : INT64_MAX)), \ in msdos_prep_opts()
/freebsd/contrib/kyua/engine/
H A Datf_result.cpp246 _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/sys/contrib/dpdk_rte_lpm/
H A Drte_shim.h4 #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/sys/dev/bnxt/bnxt_re/
H A Dbnxt_re.h370 #define BNXT_RE_ASYNC_ERR_REP_BASE(_type) \ argument
371 (ASYNC_EVENT_CMPL_ERROR_REPORT_BASE_EVENT_DATA1_ERROR_##_type)
373 #define BNXT_RE_ASYNC_ERR_DBR_TRESH(_type) \ argument
374 (ASYNC_EVENT_CMPL_ERROR_REPORT_DOORBELL_DROP_THRESHOLD_##_type)
386 #define BNXT_RE_DBR_LIST_ADD(_rdev, _res, _type) \ argument
388 spin_lock(&(_rdev)->res_list[_type].lock); \
390 &(_rdev)->res_list[_type].head); \
391 spin_unlock(&(_rdev)->res_list[_type].lock); \
394 #define BNXT_RE_DBR_LIST_DEL(_rdev, _res, _type) \ argument
396 spin_lock(&(_rdev)->res_list[_type].lock); \
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp56 #define ENTRY_NAME(_type) \ in GetEntryName() argument
57 _type: \ in GetEntryName()
58 name = &#_type[5] in GetEntryName()
/freebsd/sys/dev/sfxge/common/
H A Defx_mcdi.h250 #define MCDI_IN(_emr, _type, _ofst) \ argument
251 ((_type *)((_emr).emr_in_buf + (_ofst)))
253 #define MCDI_IN2(_emr, _type, _ofst) \ argument
254 MCDI_IN(_emr, _type, MC_CMD_ ## _ofst ## _OFST)
375 #define MCDI_OUT(_emr, _type, _ofst) \ argument
376 ((_type *)((_emr).emr_out_buf + (_ofst)))
378 #define MCDI_OUT2(_emr, _type, _ofst) \ argument
379 MCDI_OUT(_emr, _type, MC_CMD_ ## _ofst ## _OFST)
/freebsd/sys/dev/drm2/
H A Ddrm_hashtab.h40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
/freebsd/tools/test/netfibs/
H A Dforwarding.sh623 _type=${_line%% *}
663 local _n i _edge _type _rc
669 for _type in "ICMP6" "TCP" "UDP"; do
672 0) eval rc_${_n}_${_edge}_${_type}_${i}=1
676 *) eval rc_${_n}_${_edge}_${_type}_${i}=0
828 local _n _fib i _edge _type _rc
835 for _type in "ICMP6" "TCP" "UDP"; do
842 *) eval rc_${_n}_${_edge}_${_type}_${i}=0
996 local _n fib maxfib i _edge _type _rc
1004 for _type in "ICMP6" "TCP" "UDP"; do
[all …]
/freebsd/sys/arm64/qoriq/clk/
H A Dqoriq_clkgen.h67 #define QORIQ_CLK_ID(_type, _index) ((_type << 8) + _index) argument

12345