OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIST_FIRST
(Results
1 - 25
of
249
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
/src/tests/include/sys/
t_list.c
72
n3 =
LIST_FIRST
(&new_head);
73
ATF_CHECK_MSG(n3->value == 2, "Unexpected value for
LIST_FIRST
");
79
LIST_REMOVE(
LIST_FIRST
(&new_head), entries);
/src/sys/compat/linux/common/
linux_exec.c
126
l =
LIST_FIRST
(&p->p_lwps);
142
l =
LIST_FIRST
(&p->p_lwps);
153
l2 =
LIST_FIRST
(&p2->p_lwps);
/src/sys/arch/atari/pci/
pci_machdep.c
261
p =
LIST_FIRST
(head);
503
p =
LIST_FIRST
(&memlist);
513
} while (overlap_pci_areas(
LIST_FIRST
(&memlist),
538
} while (overlap_pci_areas(
LIST_FIRST
(&memlist),
572
p =
LIST_FIRST
(&iolist);
587
} while (overlap_pci_areas(
LIST_FIRST
(&iolist), p,
613
p =
LIST_FIRST
(&iolist);
621
p =
LIST_FIRST
(&memlist);
633
p =
LIST_FIRST
(&iolist);
638
p =
LIST_FIRST
(&iolist)
[
all
...]
/src/usr.sbin/mtree/
excludes.c
112
e =
LIST_FIRST
(&excludes);
/src/sys/arch/atari/atari/
intr.c
181
cur_vec =
LIST_FIRST
(vec_list);
192
for (cur_vec =
LIST_FIRST
(vec_list);
246
for (cur_vec =
LIST_FIRST
(vec_list);
289
if ((ih =
LIST_FIRST
(vec_list)) == NULL) {
/src/sys/arch/hp300/hp300/
autoconf.c
375
for (dd =
LIST_FIRST
(&dev_data_list);
528
for (dd =
LIST_FIRST
(&dev_data_list); dd != NULL;
602
for (cdd =
LIST_FIRST
(ddlist); ctlr != 0 && cdd != NULL;
616
for (dd =
LIST_FIRST
(&dev_data_list); dd != NULL;
697
for (cdd =
LIST_FIRST
(&dev_data_list_hpib), ctlr = 0;
715
for (cdd =
LIST_FIRST
(&dev_data_list_scsi), ctlr = 0;
733
for (dd =
LIST_FIRST
(&dev_data_list); dd != NULL; ) {
748
for (dd =
LIST_FIRST
(&dev_data_list); dd != NULL;
771
de =
LIST_FIRST
(ddlist);
/src/sbin/fsck_lfs/
vnode.c
133
while ((bp =
LIST_FIRST
(&tossvp->v_dirtyblkhd)) != NULL) {
138
while ((bp =
LIST_FIRST
(&tossvp->v_cleanblkhd)) != NULL) {
/src/sys/net/npf/
npf_conndb.c
281
return
LIST_FIRST
(&cd->cd_list);
293
con =
LIST_FIRST
(&cd->cd_list);
403
while ((con =
LIST_FIRST
(&cd->cd_list)) != NULL) {
438
while ((con =
LIST_FIRST
(&cd->cd_gclist)) != NULL) {
if_npflog.c
85
while ((sc =
LIST_FIRST
(&npflog_if_list)) != NULL) {
/src/usr.sbin/sdpd/
db.c
159
r =
LIST_FIRST
(&srv->rlist);
375
n =
LIST_FIRST
(&srv->rlist);
408
n =
LIST_FIRST
(&srv->rlist);
432
n =
LIST_FIRST
(&srv->rlist);
/src/sys/sys/
sleeptab.h
120
#define TS_FIRST(ts, q) (
LIST_FIRST
(&(ts)->ts_sleepq[(q)]))
/src/sys/kern/
sched_4bsd.c
452
pl =
LIST_FIRST
(&parent->p_lwps);
472
pl =
LIST_FIRST
(&parent->p_lwps);
473
cl =
LIST_FIRST
(&child->p_lwps);
vfs_dirhash.c
153
while ((dirh_e =
LIST_FIRST
(&dirh->entries[hashline]))
160
while ((dirh_e =
LIST_FIRST
(&dirh->free_entries)) != NULL) {
412
dirh_e =
LIST_FIRST
(&dirh->entries[hashline]);
449
dirh_e =
LIST_FIRST
(&dirh->free_entries);
/src/usr.bin/systat/
bufcache.c
187
for (i = lastrow, ml =
LIST_FIRST
(&mount_list); ml != NULL;
332
if ((ml =
LIST_FIRST
(&mount_list)) == NULL ||
337
for (ml =
LIST_FIRST
(&mount_list); ml != NULL;
369
while ((ml =
LIST_FIRST
(&mount_list)) != NULL) {
418
for (ml =
LIST_FIRST
(&mount_list); ml != NULL;
/src/sys/net/
if_ieee1394subr.c
433
for (rq =
LIST_FIRST
(&ic->ic_reassq); ; rq = LIST_NEXT(rq, rq_node)) {
451
for (rp =
LIST_FIRST
(&rq->rq_pkt); rp != NULL; rp = nrp) {
467
for (rp =
LIST_FIRST
(&rq->rq_pkt); rp != NULL;
576
while ((rq =
LIST_FIRST
(&ic->ic_reassq)) != NULL) {
578
while ((rp =
LIST_FIRST
(&rq->rq_pkt)) != NULL) {
596
for (rq =
LIST_FIRST
(&ic->ic_reassq); rq != NULL;
598
for (rp =
LIST_FIRST
(&rq->rq_pkt); rp != NULL; rp = nrp) {
/src/dist/pf/usr.sbin/ftp-proxy/
ipf.c
131
while ((fpn =
LIST_FIRST
(&fpe->nat_entries)) != NULL) {
289
for (fpe =
LIST_FIRST
(&ftp_proxy_entries); fpe != NULL; fpe = n) {
297
while ((fpn =
LIST_FIRST
(&fpe->nat_entries)) != NULL) {
/src/sys/fs/nfs/client/
nfs_clsubs.c
275
dp =
LIST_FIRST
(&np->n_cookies);
327
if (
LIST_FIRST
(&np->n_cookies))
328
LIST_FIRST
(&np->n_cookies)->ndm_eocookie = 0;
/src/lib/libpuffs/
pnode.c
94
pn_cur =
LIST_FIRST
(&pu->pu_pnodelst);
callcontext.c
239
pcc =
LIST_FIRST
(&pu->pu_ccmagazin);
328
while ((pcc =
LIST_FIRST
(&pu->pu_ccmagazin)) != NULL) {
/src/sys/fs/ntfs/
ntfs_ihash.c
90
while ((ip =
LIST_FIRST
(&oldhash[i])) != NULL) {
/src/sys/netbt/
hci_misc.c
122
m0 =
LIST_FIRST
(&unit->hci_memos);
/src/libexec/lfs_cleanerd/
fdfs.c
131
while ((bp =
LIST_FIRST
(&vp->v_dirtyblkhd)) != NULL) {
135
while ((bp =
LIST_FIRST
(&vp->v_cleanblkhd)) != NULL) {
/src/sys/arch/hpcmips/dev/
plumohci.c
275
for (ps =
LIST_FIRST
(&sc->sc_shm_head); ps;
299
for (ps =
LIST_FIRST
(&sc->sc_shm_head); ps;
/src/sys/arch/playstation2/dev/
ohci_sbus.c
208
for (ds =
LIST_FIRST
(&sc->sc_dmaseg_head); ds != NULL;
231
for (ds =
LIST_FIRST
(&sc->sc_dmaseg_head); ds != NULL;
/src/sys/netinet/
sctp_usrreq.c
711
stcb =
LIST_FIRST
(&inp->sctp_asoc_list);
833
stcb =
LIST_FIRST
(&inp->sctp_asoc_list);
1169
stcb =
LIST_FIRST
(&inp->sctp_asoc_list);
1410
stcb =
LIST_FIRST
(&inp->sctp_asoc_list);
1419
stcb =
LIST_FIRST
(&inp->sctp_asoc_list);
1539
stcb =
LIST_FIRST
(&inp->sctp_asoc_list);
1732
stcb =
LIST_FIRST
(&inp->sctp_asoc_list);
1789
stcb =
LIST_FIRST
(&inp->sctp_asoc_list);
1873
stcb =
LIST_FIRST
(&inp->sctp_asoc_list);
1891
stcb =
LIST_FIRST
(&inp->sctp_asoc_list)
[
all
...]
Completed in 23 milliseconds
1
2
3
4
5
6
7
8
9
10
Indexes created Thu Oct 23 18:09:57 GMT 2025