/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 727 function srom_ops_new(layout, _obj) { 730 _obj = obj_new(SromOpStream) 731 set(_obj, p_layout, layout) 732 set(_obj, p_revisions, get(layout, p_revisions)) 733 set(_obj, p_vid, 0) 734 set(_obj, p_offset, 0) 735 set(_obj, p_type, null) 736 set(_obj, p_mask, null) 737 set(_obj, p_shift, null) 739 return (_obj) [all …]
|
/freebsd/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/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/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/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/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/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 | 39 _obj= obj 48 maninstall manlint ${_obj} objlink tags \
|
/freebsd/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/ |
H A D | Makefile.libcompat | 106 .for _t in ${_obj} build-tools
|
H A D | Makefile.inc1 | 504 _obj= obj 1179 _obj: 1243 WMAKE_TGTS+= _obj 1676 ${_+_}cd ${.CURDIR}; ${MAKE} -f Makefile.inc1 _obj \ 3140 ${_+_}cd ${.CURDIR}; ${NXBMAKE} _obj 3879 ${_+_}cd ${.CURDIR}; ${CD2MAKE} -f Makefile.inc1 _obj \
|
H A D | Makefile | 170 _cleanworldtmp _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
|
/freebsd/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/tests/atf_python/sys/netlink/ |
H A D | netlink.py | 358 self._obj = obj 366 msg = self._obj.read_message()
|
/freebsd/sys/conf/ |
H A D | kern.pre.mk | 35 _obj= obj
|
H A D | kern.post.mk | 69 ${_obj} reinstall tags
|
/freebsd/usr.sbin/etcupdate/ |
H A D | etcupdate.sh | 224 $make _obj SUBDIR_OVERRIDE=etc || exit 1
|
/freebsd/contrib/tcpdump/ |
H A D | print-snmp.c | 296 { prefix, &_ ## obj ## _obj, obj ## _oid, sizeof (obj ## _oid) }
|
/freebsd/crypto/openssl/ |
H A D | Configure | 2801 # For the schemes that need it, we provide the old *_obj configs
|