| /freebsd-13.1/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 740 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 D | nhop_utils.h | 85 #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 D | nhgrp_var.h | 42 #define mpath_hash_obj(_obj) (hash_nhgrp(_obj)) argument 46 #define mpath_next(_obj) (_obj)->nhg_priv_next argument
|
| H A D | nhop_var.h | 46 #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 D | mpu401.h | 36 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 D | Makefile.inc | 76 .for _obj in ${_libc_other_objects} ${_libc_string_objects} 77 _rtld_libc_objs+=${_obj}.nossppico 78 CLEANFILES+=${_obj}.nossppico
|
| /freebsd-13.1/ |
| H A D | Makefile.libcompat | 91 .for _t in ${_obj} includes 98 .for _t in ${_obj} build-tools
|
| H A D | Makefile.inc1 | 481 _obj= obj 1097 _obj: 1160 WMAKE_TGTS+= _obj
|
| H A D | Makefile | 159 _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
|
| /freebsd-13.1/share/mk/ |
| H A D | bsd.crunchgen.mk | 160 _obj= obj 162 .for __target in clean cleandepend cleandir ${_obj} objlink
|
| H A D | bsd.subdir.mk | 42 _obj= obj 51 maninstall manlint ${_obj} objlink tags \
|
| /freebsd-13.1/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-13.1/release/scripts/ |
| H A D | mm-mtree.sh | 118 ${MM_MAKE} _obj SUBDIR_OVERRIDE=etc &&
|
| /freebsd-13.1/sys/conf/ |
| H A D | kern.pre.mk | 35 _obj= obj
|
| H A D | kern.post.mk | 78 ${_obj} reinstall tags
|
| /freebsd-13.1/usr.sbin/mergemaster/ |
| H A D | mergemaster.sh | 662 ${MM_MAKE} _obj SUBDIR_OVERRIDE=etc >/dev/null &&
|
| /freebsd-13.1/usr.sbin/etcupdate/ |
| H A D | etcupdate.sh | 209 MAKEOBJDIRPREFIX=$destdir/usr/obj $make _obj SUBDIR_OVERRIDE=etc &&
|
| /freebsd-13.1/contrib/tcpdump/ |
| H A D | print-snmp.c | 295 { prefix, &_ ## obj ## _obj, obj ## _oid, sizeof (obj ## _oid) }
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | Configure | 2400 # For the schemes that need it, we provide the old *_obj configs
|