Home
last modified time | relevance | path

Searched defs:obj_list (Results 1 – 6 of 6) sorted by relevance

/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl.py243 def __init__(self, obj_type, obj_list=[]): argument
298 def __init__(self, obj_type=0, n_set=0, rulenum=0, obj_list=[]): argument
353 def __init__(self, obj_type=IpFwTlvType.IPFW_TLV_RULE_LIST, obj_list=[]): argument
396 def __init__(self, msg_type, obj_list=[]): argument
/freebsd/sys/ofed/drivers/infiniband/core/
H A Duverbs.h174 struct list_head obj_list; member
H A Dib_uverbs_main.c390 __u64 element, __u64 event, struct list_head *obj_list, in ib_uverbs_async_handler()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c3676 struct obj_list { struct
3678 STAILQ_ENTRY(obj_list) entry; argument
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c94 struct list_head obj_list; /* headed in devx_object */ member
/freebsd/libexec/rtld-elf/
H A Drtld.c223 static struct obj_entry_q obj_list; /* Queue of all loaded objects */ variable