gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 18 for funcall:LIST_HEAD (0.04 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/proc.h - 24.6KB - 595 lines
72:         LIST_ENTRY(pgrp) pg_hash;      /* Hash chain. */
73:         LIST_HEAD(, process) pg_members;/* Pointer to pgrp members. */
74:         struct session *pg_session;    /* Pointer to session. */
More results from proc.h
bsd_source/lib/libc/src_bsd/include/sys/sched.h - 8.7KB - 218 lines
115: #endif
116:         LIST_HEAD(,proc) spc_deadproc;
117: };
bsd_source/t2ex/network/net/src_bsd/dev/mii/miivar.h - 9.6KB - 272 lines
71:          */
72:         LIST_HEAD(mii_listhead, mii_softc) mii_phys;
73:         u_int mii_instance;
bsd_source/t2ex/network/net/src_bsd/kern/subr_hash.c - 4.7KB - 132 lines
55:         u_long hashsize, i;
56:         LIST_HEAD(, generic) *hashtbl_list;
57:         SLIST_HEAD(, generic) *hashtbl_slist;
More results from subr_hash.c
bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
164:                 struct {
165:                         LIST_HEAD(, pool_item)
166:                                 phu_itemlist;       /* chunk list for this page */
bsd_source/t2ex/network/net/src_bsd/net/if_ether.h - 12.8KB - 327 lines
154:         struct ifnet ec_if;                    /* network-visible interface */
155:         LIST_HEAD(, ether_multi) ec_multiaddrs;        /* list of ether multicast
156:                                                    addrs */
bsd_source/t2ex/network/net/src_bsd/net/if_ieee1394.h - 4.4KB - 120 lines
98:         LIST_ENTRY(ieee1394_reassq) rq_node;
99:         LIST_HEAD(, ieee1394_reass_pkt) rq_pkt;
100:         uint32_t       fr_id;
More results from if_ieee1394.h
bsd_source/t2ex/network/net/src_bsd/net/raw_cb.h - 3.0KB - 79 lines
57: #ifdef _KERNEL
58: LIST_HEAD(rawcbhead, rawcb);
59: extern  struct   rawcbhead rawcb;          /* head of list */
bsd_source/t2ex/network/net/src_bsd/net/route.h - 17.7KB - 470 lines
117:         struct rtentry *rt_gwroute;    /* implied entry for gatewayed routes */
118:         LIST_HEAD(, rttimer) rt_timer;  /* queue of timeouts for misc funcs */
119:         struct rtentry *rt_parent;     /* parent of cloned route */
bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c - 55.2KB - 1,677 lines
156: 
157: LIST_HEAD(, llinfo_arp) llinfo_arp;
158: struct  ifqueue arpintrq = {