Home
last modified time | relevance | path

Searched refs:SLIST_HEAD (Results 1 – 25 of 103) sorted by relevance

12345

/dragonfly/contrib/smbfs/lib/smb/
HDrcfile_priv.h10 SLIST_HEAD(rckey_head,rckey) rs_keys;
16 SLIST_HEAD(rcsec_head, rcsection) rf_sect;
/dragonfly/contrib/nvi2/common/
HDgs.h87 SLIST_HEAD(_excmdh, _excmd) ecq[1];
105 SLIST_HEAD(_cuth, _cb) cutq[1]; /* Linked list of cut buffers. */
108 SLIST_HEAD(_seqh, _seq) seqq[1];/* Linked list of maps, abbrevs. */
HDmsg.h53 SLIST_HEAD(_msgh, _msg);
HDexf.h36 SLIST_HEAD(_markh, _lmark) marks[1];
/dragonfly/sys/net/lagg/
HDif_lagg.h218 SLIST_HEAD(__tplhd, lagg_port) sc_ports; /* list of interfaces */
222 SLIST_HEAD(__llqhd, lagg_llq) sc_llq_head; /* interfaces to program
262 SLIST_HEAD(__mclhd, lagg_mc) lp_mc_head; /* multicast addresses */
/dragonfly/sys/dev/sound/pcm/
HDchannel.h54 extern SLIST_HEAD(pcm_synclist, pcmchan_syncgroup) snd_pcm_syncgroups;
67 SLIST_HEAD(, pcmchan_syncmember) members;
145 SLIST_HEAD(, pcm_channel) head;
148 SLIST_HEAD(, pcm_channel) head;
HDsound.h398 SLIST_HEAD(, pcm_channel) head;
400 SLIST_HEAD(, pcm_channel) head;
403 SLIST_HEAD(, pcm_channel) head;
/dragonfly/libexec/dma/
HDdma.h100 SLIST_HEAD(strlist, stritem);
154 SLIST_HEAD(authusers, authuser);
/dragonfly/usr.sbin/ac/
HDac.c88 static SLIST_HEAD(, utmpx_entry) CurUtmpx = SLIST_HEAD_INITIALIZER(CurUtmpx);
89 static SLIST_HEAD(, user_entry) Users = SLIST_HEAD_INITIALIZER(Users);
90 static SLIST_HEAD(, tty_entry) Ttys = SLIST_HEAD_INITIALIZER(Ttys);
/dragonfly/sys/libprop/
HDprop_stack.h55 SLIST_HEAD(, _prop_stack_extern_elem) extern_elems;
/dragonfly/sys/kern/
HDkern_cputimer.c78 SLIST_HEAD(, cputimer) cputimerhead = SLIST_HEAD_INITIALIZER(&cputimerhead);
80 static SLIST_HEAD(, cpucounter) cpucounterhead =
297 SLIST_HEAD(, cputimer_intr) cputimer_intr_head =
HDuipc_accf.c47 static SLIST_HEAD(, accept_filter) accept_filtlsthd =
/dragonfly/sys/sys/
HDdomain.h48 SLIST_HEAD(domainlist, domain);
HDjail.h119 SLIST_HEAD(iplist, jail_ip_storage) pr_ips; /* list of IP addresses */
HDsensors.h153 SLIST_HEAD(ksensors_head, ksensor);
/dragonfly/sys/net/
HDbpfdesc.h106 SLIST_HEAD(, bpf_d) bif_dlist; /* descriptor list */
/dragonfly/sys/bus/firewire/
HDfirewirereg.h113 SLIST_HEAD(, csrdir) ongocsr;
114 SLIST_HEAD(, csrdir) csrfree;
/dragonfly/usr.bin/systat/
HDaltqs.c53 static SLIST_HEAD(, qcol) qcols;
54 static SLIST_HEAD(, if_stat) curlist;
89 SLIST_HEAD(, queue_stats) queues;
/dragonfly/usr.bin/tee/
HDtee.c51 SLIST_HEAD(, desc_list) desc_head;
/dragonfly/sys/dev/netif/nfe/
HDif_nfevar.h66 SLIST_HEAD(, nfe_jbuf) jfreelist;
/dragonfly/sys/dev/drm/
HDlinux_iomapping.c39 SLIST_HEAD(iomap_list_head, iomap) iomap_list = SLIST_HEAD_INITIALIZER(iomap_list);
HDlinux_vmalloc.c42 SLIST_HEAD(vmap_list_head, vmap) vmap_list = SLIST_HEAD_INITIALIZER(vmap_list);
/dragonfly/sys/dev/netif/sk/
HDif_skvar.h130 SLIST_HEAD(, sk_jpool_entry) sk_jpool_free_ent;
/dragonfly/lib/libc/stdlib/
HDhcreate.c66 SLIST_HEAD(internal_head, internal_entry);
/dragonfly/sys/dev/disk/buslogic/
HDbtreg.h587 SLIST_HEAD(,bt_ccb) free_bt_ccbs;
610 SLIST_HEAD(, sg_map_node) sg_maps;

12345