HomeSort by: relevance | last modified time | path
    Searched refs:LIST_FIRST (Results 1 - 25 of 280) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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/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/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/usr.sbin/mtree/
excludes.c 112 e = LIST_FIRST(&excludes);
  /src/crypto/dist/ipsec-tools/src/racoon/
var.h 100 for (elm = LIST_FIRST(head); elm; elm = LIST_NEXT(elm, field))
  /src/external/apache2/mDNSResponder/dist/mDNSShared/utilities/
bsd_queue.h 510 #define LIST_FIRST(head) ((head)->lh_first)
513 for ((var) = LIST_FIRST((head)); \
518 for ((var) = LIST_FIRST((head)); \
523 LIST_FIRST((head)) = NULL; \
545 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
546 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
547 LIST_FIRST((head)) = (elm); \
548 (elm)->field.le_prev = &LIST_FIRST((head)); \
568 struct type *swap_tmp = LIST_FIRST((head1)); \
569 LIST_FIRST((head1)) = LIST_FIRST((head2));
    [all...]
  /src/sys/arch/atari/atari/
intr.c 180 cur_vec = LIST_FIRST(vec_list);
191 for (cur_vec = LIST_FIRST(vec_list);
245 for (cur_vec = LIST_FIRST(vec_list);
288 if ((ih = LIST_FIRST(vec_list)) == NULL) {
  /src/crypto/dist/ipsec-tools/src/include-glibc/sys/
queue.h 275 #define LIST_FIRST(head) ((head)->lh_first)
278 for ((var) = LIST_FIRST((head)); \
283 LIST_FIRST((head)) = NULL; \
302 if ((LIST_NEXT((elm), field) = LIST_FIRST((head))) != NULL) \
303 LIST_FIRST((head))->field.le_prev = &LIST_NEXT((elm), field);\
304 LIST_FIRST((head)) = (elm); \
305 (elm)->field.le_prev = &LIST_FIRST((head)); \
  /src/sys/arch/hp300/hp300/
autoconf.c 376 for (dd = LIST_FIRST(&dev_data_list);
529 for (dd = LIST_FIRST(&dev_data_list); dd != NULL;
603 for (cdd = LIST_FIRST(ddlist); ctlr != 0 && cdd != NULL;
617 for (dd = LIST_FIRST(&dev_data_list); dd != NULL;
698 for (cdd = LIST_FIRST(&dev_data_list_hpib), ctlr = 0;
716 for (cdd = LIST_FIRST(&dev_data_list_scsi), ctlr = 0;
734 for (dd = LIST_FIRST(&dev_data_list); dd != NULL; ) {
749 for (dd = LIST_FIRST(&dev_data_list); dd != NULL;
772 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/crypto/external/bsd/libsaslc/dist/src/
dict.c 171 saslc__dict_list_node_destroy(LIST_FIRST(dict + i));
299 __func__, key, LIST_FIRST(dict)->key);
  /src/external/bsd/nvi/dist/common/
mark.c 101 while ((lmp = LIST_FIRST(&ep->marks)) != NULL) {
202 for (lastlmp = NULL, lmp = LIST_FIRST(&sp->ep->marks);
  /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) {
  /src/sys/sys/
sleeptab.h 120 #define TS_FIRST(ts, q) (LIST_FIRST(&(ts)->ts_sleepq[(q)]))
  /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/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 172 while ((dirh_e = LIST_FIRST(&dirh->entries[hashline]))
179 while ((dirh_e = LIST_FIRST(&dirh->free_entries)) != NULL) {
435 dirh_e = LIST_FIRST(&dirh->entries[hashline]);
472 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/external/bsd/ntp/dist/sntp/libevent/
util-internal.h 188 elm1 = LIST_FIRST((dlist)); \
201 nextp = &LIST_FIRST((dlist)); \
202 elm1 = LIST_FIRST((dlist)); \
  /src/external/bsd/libevent/dist/
util-internal.h 188 elm1 = LIST_FIRST((dlist)); \
201 nextp = &LIST_FIRST((dlist)); \
202 elm1 = LIST_FIRST((dlist)); \
  /src/lib/libpuffs/
pnode.c 94 pn_cur = LIST_FIRST(&pu->pu_pnodelst);
  /src/sys/fs/ntfs/
ntfs_ihash.c 90 while ((ip = LIST_FIRST(&oldhash[i])) != NULL) {

Completed in 44 milliseconds

1 2 3 4 5 6 7 8 91011>>