Searched refs:SLIST_HEAD (Results 1 – 25 of 103) sorted by relevance
12345
| /dragonfly/contrib/smbfs/lib/smb/ |
| HD | rcfile_priv.h | 10 SLIST_HEAD(rckey_head,rckey) rs_keys; 16 SLIST_HEAD(rcsec_head, rcsection) rf_sect;
|
| /dragonfly/contrib/nvi2/common/ |
| HD | gs.h | 87 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. */
|
| HD | msg.h | 53 SLIST_HEAD(_msgh, _msg);
|
| HD | exf.h | 36 SLIST_HEAD(_markh, _lmark) marks[1];
|
| /dragonfly/sys/net/lagg/ |
| HD | if_lagg.h | 218 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/ |
| HD | channel.h | 54 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;
|
| HD | sound.h | 398 SLIST_HEAD(, pcm_channel) head; 400 SLIST_HEAD(, pcm_channel) head; 403 SLIST_HEAD(, pcm_channel) head;
|
| /dragonfly/libexec/dma/ |
| HD | dma.h | 100 SLIST_HEAD(strlist, stritem); 154 SLIST_HEAD(authusers, authuser);
|
| /dragonfly/usr.sbin/ac/ |
| HD | ac.c | 88 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/ |
| HD | prop_stack.h | 55 SLIST_HEAD(, _prop_stack_extern_elem) extern_elems;
|
| /dragonfly/sys/kern/ |
| HD | kern_cputimer.c | 78 SLIST_HEAD(, cputimer) cputimerhead = SLIST_HEAD_INITIALIZER(&cputimerhead); 80 static SLIST_HEAD(, cpucounter) cpucounterhead = 297 SLIST_HEAD(, cputimer_intr) cputimer_intr_head =
|
| HD | uipc_accf.c | 47 static SLIST_HEAD(, accept_filter) accept_filtlsthd =
|
| /dragonfly/sys/sys/ |
| HD | domain.h | 48 SLIST_HEAD(domainlist, domain);
|
| HD | jail.h | 119 SLIST_HEAD(iplist, jail_ip_storage) pr_ips; /* list of IP addresses */
|
| HD | sensors.h | 153 SLIST_HEAD(ksensors_head, ksensor);
|
| /dragonfly/sys/net/ |
| HD | bpfdesc.h | 106 SLIST_HEAD(, bpf_d) bif_dlist; /* descriptor list */
|
| /dragonfly/sys/bus/firewire/ |
| HD | firewirereg.h | 113 SLIST_HEAD(, csrdir) ongocsr; 114 SLIST_HEAD(, csrdir) csrfree;
|
| /dragonfly/usr.bin/systat/ |
| HD | altqs.c | 53 static SLIST_HEAD(, qcol) qcols; 54 static SLIST_HEAD(, if_stat) curlist; 89 SLIST_HEAD(, queue_stats) queues;
|
| /dragonfly/usr.bin/tee/ |
| HD | tee.c | 51 SLIST_HEAD(, desc_list) desc_head;
|
| /dragonfly/sys/dev/netif/nfe/ |
| HD | if_nfevar.h | 66 SLIST_HEAD(, nfe_jbuf) jfreelist;
|
| /dragonfly/sys/dev/drm/ |
| HD | linux_iomapping.c | 39 SLIST_HEAD(iomap_list_head, iomap) iomap_list = SLIST_HEAD_INITIALIZER(iomap_list);
|
| HD | linux_vmalloc.c | 42 SLIST_HEAD(vmap_list_head, vmap) vmap_list = SLIST_HEAD_INITIALIZER(vmap_list);
|
| /dragonfly/sys/dev/netif/sk/ |
| HD | if_skvar.h | 130 SLIST_HEAD(, sk_jpool_entry) sk_jpool_free_ent;
|
| /dragonfly/lib/libc/stdlib/ |
| HD | hcreate.c | 66 SLIST_HEAD(internal_head, internal_entry);
|
| /dragonfly/sys/dev/disk/buslogic/ |
| HD | btreg.h | 587 SLIST_HEAD(,bt_ccb) free_bt_ccbs; 610 SLIST_HEAD(, sg_map_node) sg_maps;
|
12345