| /freebsd-14.2/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 739 return (_obj) 1127 return (_obj) 1862 return (_obj) 2235 return (_obj) 2244 return (_obj) 2253 return (_obj) 2456 return (_obj) 2517 return (_obj) 2655 return (_obj) 2713 return (_obj) [all …]
|
| /freebsd-14.2/sys/net/route/ |
| H A D | nhop_utils.h | 83 #define CHT_GET_BUCK_OBJ(_head, _PX, _obj) _PX##_hash_obj(_obj) & ((_head)->hash_size - 1) argument 100 #define CHT_SLIST_FIND_BYOBJ(_head, _PX, _obj, _ret) do { \ argument 101 uint32_t _buck = CHT_GET_BUCK_OBJ(_head, _PX, _obj); \ 104 if (_PX##_cmp(_obj, _ret)) \ 109 #define CHT_SLIST_INSERT_HEAD(_head, _PX, _obj) do { \ argument 110 uint32_t _buck = CHT_GET_BUCK_OBJ(_head, _PX, _obj); \ 111 _PX##_next(_obj) = CHT_FIRST(_head, _buck); \ 112 CHT_FIRST(_head, _buck) = _obj; \ 116 #define CHT_SLIST_REMOVE(_head, _PX, _obj, _ret) do { \ argument 118 uint32_t _buck = CHT_GET_BUCK_OBJ(_head, _PX, _obj); \ [all …]
|
| H A D | nhgrp_var.h | 40 #define mpath_hash_obj(_obj) (hash_nhgrp(_obj)) argument 44 #define mpath_next(_obj) (_obj)->nhg_priv_next argument
|
| H A D | nhop_var.h | 44 #define nhops_hash_obj(_obj) hash_priv(_obj) argument 48 #define nhops_next(_obj) (_obj)->nh_next argument
|
| /freebsd-14.2/sys/dev/sound/midi/ |
| H A D | mpu401.h | 34 typedef int mpu401_intr_t(struct mpu401 *_obj); 39 extern int mpu401_uninit(struct mpu401 *_obj);
|
| /freebsd-14.2/libexec/rtld-elf/rtld-libc/ |
| H A D | Makefile.inc | 83 .for _obj in ${_libc_other_objects} 84 _rtld_libc_objs+=${_obj}.nossppico 85 CLEANFILES+=${_obj}.nossppico
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dbg.h | 337 #define IWL_FW_CHECK_FAILED(_obj, _fmt, ...) \ argument 338 IWL_ERR_LIMIT(_obj, _fmt, __VA_ARGS__) 340 #define IWL_FW_CHECK(_obj, _cond, _fmt, ...) \ argument 345 IWL_FW_CHECK_FAILED(_obj, _fmt, __VA_ARGS__); \
|
| /freebsd-14.2/sys/ofed/include/rdma/ |
| H A D | uverbs_std_types.h | 101 #define uobj_put_obj_read(_obj) \ argument 102 uobj_put_read((_obj)->uobject)
|
| /freebsd-14.2/share/mk/ |
| H A D | bsd.crunchgen.mk | 162 _obj= obj 164 .for __target in clean cleandepend cleandir ${_obj} objlink
|
| H A D | bsd.subdir.mk | 41 _obj= obj 50 maninstall manlint ${_obj} objlink tags \
|
| /freebsd-14.2/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf.h | 86 int (*get_section_info)(void *_obj, Dwarf_Half _index, 88 Dwarf_Endianness (*get_byte_order)(void *_obj); 89 Dwarf_Small (*get_length_size)(void *_obj); 90 Dwarf_Small (*get_pointer_size)(void *_obj); 91 Dwarf_Unsigned (*get_section_count)(void *_obj); 92 int (*load_section)(void *_obj, Dwarf_Half _index,
|
| /freebsd-14.2/release/scripts/ |
| H A D | mm-mtree.sh | 116 ${MM_MAKE} _obj SUBDIR_OVERRIDE=etc &&
|
| /freebsd-14.2/ |
| H A D | Makefile.libcompat | 107 .for _t in ${_obj} build-tools
|
| H A D | Makefile.inc1 | 479 _obj= obj 1139 _obj: 1203 WMAKE_TGTS+= _obj 1649 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 _obj \ 3057 ${_+_}cd ${.CURDIR}; ${NXBMAKE} _obj 3792 ${_+_}cd ${.CURDIR}; ${CD2MAKE} -f Makefile.inc1 _obj \
|
| H A D | Makefile | 174 _cleanworldtmp _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
|
| /freebsd-14.2/sys/netlink/route/ |
| H A D | nexthop.c | 93 #define unhop_hash_obj(_obj) (hash_unhop(_obj)) argument 97 #define unhop_next(_obj) (_obj)->un_next argument
|
| /freebsd-14.2/tests/atf_python/sys/netlink/ |
| H A D | netlink.py | 358 self._obj = obj 366 msg = self._obj.read_message()
|
| /freebsd-14.2/sys/conf/ |
| H A D | kern.pre.mk | 34 _obj= obj
|
| H A D | kern.post.mk | 73 ${_obj} reinstall tags
|
| /freebsd-14.2/usr.sbin/mergemaster/ |
| H A D | mergemaster.sh | 660 ${MM_MAKE} _obj SUBDIR_OVERRIDE=etc >/dev/null &&
|
| /freebsd-14.2/usr.sbin/etcupdate/ |
| H A D | etcupdate.sh | 224 $make _obj SUBDIR_OVERRIDE=etc || exit 1
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-snmp.c | 296 { prefix, &_ ## obj ## _obj, obj ## _oid, sizeof (obj ## _oid) }
|
| /freebsd-14.2/crypto/openssl/ |
| H A D | Configure | 2801 # For the schemes that need it, we provide the old *_obj configs
|