Searched refs:LIST_FIRST (Results 151 - 175 of 234) sorted by relevance

12345678910

/freebsd-10.0-release/sys/netinet6/
H A Din6_ifattach.c837 while ((imm = LIST_FIRST(&ia->ia6_memberships)) != NULL) {
/freebsd-10.0-release/sys/vm/
H A Dvm_reserv.c603 while ((rv = LIST_FIRST(&object->rvq)) != NULL) {
/freebsd-10.0-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpimport.c182 input = LIST_FIRST(&inputs);
/freebsd-10.0-release/sbin/natd/
H A Dnatd.c372 mip = LIST_FIRST(&root); /* XXX: simon */
380 mip = LIST_FIRST(&root); /* XXX: simon */
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_altq.c938 for (s = LIST_FIRST(gsc); s != end; s = LIST_NEXT(s, _next)) {
961 while ((s = LIST_FIRST(gsc)) != NULL) {
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_cdnr.c454 while ((cb = LIST_FIRST(&top->tc_elements)) != NULL) {
1231 while ((top = LIST_FIRST(&tcb_list)) != NULL) {
/freebsd-10.0-release/sys/dev/advansys/
H A Dadvansys.c168 ccb_h = LIST_FIRST(&adv->pending_ccbs);
644 ccb_h = LIST_FIRST(&adv->pending_ccbs);
/freebsd-10.0-release/sys/geom/part/
H A Dg_part_gpt.c646 pp = LIST_FIRST(&basetable->gpt_gp->consumer)->provider;
957 pp = LIST_FIRST(&basetable->gpt_gp->consumer)->provider;
/freebsd-10.0-release/sys/net/
H A Dif_vlan.c354 while ((ifv = LIST_FIRST(&trunk->hash[i])) != NULL) {
592 if ((ifv = LIST_FIRST(&ifp->if_vlantrunk->hash[i]))) {
/freebsd-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c1055 for(pcb = LIST_FIRST(&ng_btsocket_sco_sockets); pcb != NULL; ) {
1082 for (rt = LIST_FIRST(&ng_btsocket_sco_rt); rt != NULL; ) {
/freebsd-10.0-release/sys/netinet/
H A Dsctp_usrreq.c738 stcb = LIST_FIRST(&inp->sctp_asoc_list);
987 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1473 stcb = LIST_FIRST(&inp->sctp_asoc_list);
1608 stcb = LIST_FIRST(&inp->sctp_asoc_list); \
4371 stcb = LIST_FIRST(&inp->sctp_asoc_list);
4625 stcb = LIST_FIRST(&inp->sctp_asoc_list);
6007 stcb = LIST_FIRST(&inp->sctp_asoc_list);
6254 stcb = LIST_FIRST(&inp->sctp_asoc_list);
6374 stcb = LIST_FIRST(&inp->sctp_asoc_list);
6466 stcb = LIST_FIRST(
[all...]
H A Din_pcb.c1255 if (LIST_FIRST(&phd->phd_pcblist) == NULL) {
2030 if (LIST_FIRST(&phd->phd_pcblist) == NULL) {
/freebsd-10.0-release/sys/dev/fatm/
H A Dif_fatm.c496 while ((rb = LIST_FIRST(&sc->rbuf_used)) != NULL) {
1098 if ((rb = LIST_FIRST(&sc->rbuf_free)) == NULL) {
1188 if ((rb = LIST_FIRST(&sc->rbuf_free)) == NULL) {
2549 while ((rb = LIST_FIRST(&sc->rbuf_used)) != NULL) {
2564 while ((rb = LIST_FIRST(&sc->rbuf_free)) != NULL) {
/freebsd-10.0-release/sys/geom/mirror/
H A Dg_mirror.c526 for (disk = LIST_FIRST(&sc->sc_disks); disk != NULL;
527 disk = LIST_FIRST(&sc->sc_disks)) {
589 dp = LIST_FIRST(&sc->sc_disks);
604 sc->sc_hint = LIST_FIRST(&sc->sc_disks);
1010 disk = LIST_FIRST(&sc->sc_disks);
/freebsd-10.0-release/sys/kern/
H A Dkern_proc.c742 (void *)LIST_FIRST(&pgrp->pg_members));
1320 p = LIST_FIRST(&allproc);
1322 p = LIST_FIRST(&zombproc);
H A Dkern_ktrace.c1112 p = LIST_FIRST(&p->p_children);
H A Dkern_malloc.c596 uma_zfree_arg(LIST_FIRST(&slab->us_keg->uk_zones), addr, slab);
/freebsd-10.0-release/sys/netgraph/
H A Dng_base.c292 hook = LIST_FIRST(&ng_freehooks);
319 node = LIST_FIRST(&ng_freenodes);
737 while ((hook = LIST_FIRST(&node->nd_hooks)) != NULL)
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c328 while ((p = LIST_FIRST(&conn->parties)) != NULL) {
407 while ((p = LIST_FIRST(&conn->parties)) != NULL)
/freebsd-10.0-release/sys/geom/virstor/
H A Dg_virstor.c981 pp = LIST_FIRST(&gp->provider); /* We only offer one provider */
1153 fcp = LIST_FIRST(&gp->consumer);
/freebsd-10.0-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c334 for (s = LIST_FIRST(&sessions); s != LIST_END(&sessions); s = next) {
/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c1069 p = LIST_FIRST(&p->p_children);
1178 p = LIST_FIRST(&p->p_children);
1765 p = LIST_FIRST(&p->p_children);
3614 if ((pt = LIST_FIRST(&pm->pm_targets)) == NULL ||
/freebsd-10.0-release/sys/fs/pseudofs/
H A Dpseudofs_vnops.c720 *p = LIST_FIRST(&allproc);
/freebsd-10.0-release/sys/geom/concat/
H A Dg_concat.c468 fcp = LIST_FIRST(&gp->consumer);
/freebsd-10.0-release/sys/geom/vinum/
H A Dgeom_vinum_plex.c740 s = LIST_FIRST(&p->subdisks);

Completed in 467 milliseconds

12345678910