Home
last modified time | relevance | path

Searched refs:_obj (Results 1 – 23 of 23) sorted by relevance

/freebsd-14.2/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk739 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 Dnhop_utils.h83 #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 Dnhgrp_var.h40 #define mpath_hash_obj(_obj) (hash_nhgrp(_obj)) argument
44 #define mpath_next(_obj) (_obj)->nhg_priv_next argument
H A Dnhop_var.h44 #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 Dmpu401.h34 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 DMakefile.inc83 .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 Ddbg.h337 #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 Duverbs_std_types.h101 #define uobj_put_obj_read(_obj) \ argument
102 uobj_put_read((_obj)->uobject)
/freebsd-14.2/share/mk/
H A Dbsd.crunchgen.mk162 _obj= obj
164 .for __target in clean cleandepend cleandir ${_obj} objlink
H A Dbsd.subdir.mk41 _obj= obj
50 maninstall manlint ${_obj} objlink tags \
/freebsd-14.2/contrib/elftoolchain/libdwarf/
H A Dlibdwarf.h86 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 Dmm-mtree.sh116 ${MM_MAKE} _obj SUBDIR_OVERRIDE=etc &&
/freebsd-14.2/
H A DMakefile.libcompat107 .for _t in ${_obj} build-tools
H A DMakefile.inc1479 _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 DMakefile174 _cleanworldtmp _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
/freebsd-14.2/sys/netlink/route/
H A Dnexthop.c93 #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 Dnetlink.py358 self._obj = obj
366 msg = self._obj.read_message()
/freebsd-14.2/sys/conf/
H A Dkern.pre.mk34 _obj= obj
H A Dkern.post.mk73 ${_obj} reinstall tags
/freebsd-14.2/usr.sbin/mergemaster/
H A Dmergemaster.sh660 ${MM_MAKE} _obj SUBDIR_OVERRIDE=etc >/dev/null &&
/freebsd-14.2/usr.sbin/etcupdate/
H A Detcupdate.sh224 $make _obj SUBDIR_OVERRIDE=etc || exit 1
/freebsd-14.2/contrib/tcpdump/
H A Dprint-snmp.c296 { prefix, &_ ## obj ## _obj, obj ## _oid, sizeof (obj ## _oid) }
/freebsd-14.2/crypto/openssl/
H A DConfigure2801 # For the schemes that need it, we provide the old *_obj configs