Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk740 return (_obj)
1128 return (_obj)
1863 return (_obj)
2236 return (_obj)
2245 return (_obj)
2254 return (_obj)
2457 return (_obj)
2518 return (_obj)
2656 return (_obj)
2714 return (_obj)
[all …]
/freebsd-13.1/sys/net/route/
H A Dnhop_utils.h85 #define CHT_GET_BUCK_OBJ(_head, _PX, _obj) _PX##_hash_obj(_obj) & ((_head)->hash_size - 1) argument
102 #define CHT_SLIST_FIND_BYOBJ(_head, _PX, _obj, _ret) do { \ argument
103 uint32_t _buck = CHT_GET_BUCK_OBJ(_head, _PX, _obj); \
106 if (_PX##_cmp(_obj, _ret)) \
111 #define CHT_SLIST_INSERT_HEAD(_head, _PX, _obj) do { \ argument
112 uint32_t _buck = CHT_GET_BUCK_OBJ(_head, _PX, _obj); \
113 _PX##_next(_obj) = CHT_FIRST(_head, _buck); \
114 CHT_FIRST(_head, _buck) = _obj; \
118 #define CHT_SLIST_REMOVE(_head, _PX, _obj, _ret) do { \ argument
120 uint32_t _buck = CHT_GET_BUCK_OBJ(_head, _PX, _obj); \
[all …]
H A Dnhgrp_var.h42 #define mpath_hash_obj(_obj) (hash_nhgrp(_obj)) argument
46 #define mpath_next(_obj) (_obj)->nhg_priv_next argument
H A Dnhop_var.h46 #define nhops_hash_obj(_obj) hash_priv(_obj) argument
50 #define nhops_next(_obj) (_obj)->nh_next argument
/freebsd-13.1/sys/dev/sound/midi/
H A Dmpu401.h36 typedef int mpu401_intr_t(struct mpu401 *_obj);
41 extern int mpu401_uninit(struct mpu401 *_obj);
/freebsd-13.1/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc76 .for _obj in ${_libc_other_objects} ${_libc_string_objects}
77 _rtld_libc_objs+=${_obj}.nossppico
78 CLEANFILES+=${_obj}.nossppico
/freebsd-13.1/
H A DMakefile.libcompat91 .for _t in ${_obj} includes
98 .for _t in ${_obj} build-tools
H A DMakefile.inc1481 _obj= obj
1097 _obj:
1160 WMAKE_TGTS+= _obj
H A DMakefile159 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
/freebsd-13.1/share/mk/
H A Dbsd.crunchgen.mk160 _obj= obj
162 .for __target in clean cleandepend cleandir ${_obj} objlink
H A Dbsd.subdir.mk42 _obj= obj
51 maninstall manlint ${_obj} objlink tags \
/freebsd-13.1/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-13.1/release/scripts/
H A Dmm-mtree.sh118 ${MM_MAKE} _obj SUBDIR_OVERRIDE=etc &&
/freebsd-13.1/sys/conf/
H A Dkern.pre.mk35 _obj= obj
H A Dkern.post.mk78 ${_obj} reinstall tags
/freebsd-13.1/usr.sbin/mergemaster/
H A Dmergemaster.sh662 ${MM_MAKE} _obj SUBDIR_OVERRIDE=etc >/dev/null &&
/freebsd-13.1/usr.sbin/etcupdate/
H A Detcupdate.sh209 MAKEOBJDIRPREFIX=$destdir/usr/obj $make _obj SUBDIR_OVERRIDE=etc &&
/freebsd-13.1/contrib/tcpdump/
H A Dprint-snmp.c295 { prefix, &_ ## obj ## _obj, obj ## _oid, sizeof (obj ## _oid) }
/freebsd-13.1/crypto/openssl/
H A DConfigure2400 # For the schemes that need it, we provide the old *_obj configs