Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk727 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 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/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/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/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/sys/ofed/include/rdma/
H A Duverbs_std_types.h101 #define uobj_put_obj_read(_obj) \ argument
102 uobj_put_read((_obj)->uobject)
/freebsd/share/mk/
H A Dbsd.crunchgen.mk162 _obj= obj
164 .for __target in clean cleandepend cleandir ${_obj} objlink
H A Dbsd.subdir.mk39 _obj= obj
48 maninstall manlint ${_obj} objlink tags \
/freebsd/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/
H A DMakefile.libcompat106 .for _t in ${_obj} build-tools
H A DMakefile.inc1504 _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 DMakefile170 _cleanworldtmp _worldtmp _legacy _bootstrap-tools _cleanobj _obj \
/freebsd/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/tests/atf_python/sys/netlink/
H A Dnetlink.py358 self._obj = obj
366 msg = self._obj.read_message()
/freebsd/sys/conf/
H A Dkern.pre.mk35 _obj= obj
H A Dkern.post.mk69 ${_obj} reinstall tags
/freebsd/usr.sbin/etcupdate/
H A Detcupdate.sh224 $make _obj SUBDIR_OVERRIDE=etc || exit 1
/freebsd/contrib/tcpdump/
H A Dprint-snmp.c296 { prefix, &_ ## obj ## _obj, obj ## _oid, sizeof (obj ## _oid) }
/freebsd/crypto/openssl/
H A DConfigure2801 # For the schemes that need it, we provide the old *_obj configs