Searched refs:list_head (Results 201 - 225 of 251) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c168 sctp = list_head(&sctps->sctps_g_list);
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h284 DAPL_LLIST_HEAD *list_head; /* for consistency checking */ member in struct:dapl_llist_entry
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c740 for (xchg = list_head(&ss->ss_abort_xchg_list); xchg; ) {
/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c1738 for (lecp = list_head(listp); lecp; lecp = list_next(listp, lecp)) {
3344 for (lecp = list_head(listp); lecp; lecp =
3574 for (lecp = list_head(listp); lecp; lecp =
3705 for (lecp = list_head(listp); lecp; lecp = next) {
H A Dmodctl.c2027 for (pe = list_head(&wargs->wa_pathlist); pe != NULL;
2035 while ((pe = list_head(&wargs->wa_pathlist)) != NULL) {
2083 for (pe = list_head(&wargs->wa_pathlist); pe != NULL;
2101 while ((pe = list_head(&wargs->wa_pathlist)) != NULL) {
H A Dkmem.c1226 for (cp = list_head(&kmem_caches); cp != NULL;
1242 for (cp = list_head(&kmem_caches); cp != NULL;
1264 for (sp = list_head(&cp->cache_complete_slabs); sp != NULL;
2355 for (cp = list_head(&kmem_caches); cp != NULL;
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c1108 for (ic = list_head(&idm.idm_tgt_conn_list);
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c272 for (sdev = list_head(&simnet_dev_list); sdev != NULL;
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c253 index = list_head(&vc_waitactive_list);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.c761 ae = (fcoei_event_t *)list_head(&ss->ss_event_list);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c517 arg = list_head(arg_list);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c592 sctp->sctp_saddrs[i].sctp_ipif_list.list_head.list_next);
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c1164 list_node_t *lhead = list_head(list);
1979 mce = list_head(&state->id_mc_full);
1997 ace = list_head(&state->id_ah_active);
3046 ibd_mce_t *ptr = list_head(mlist);
5732 mce = list_head(&state->id_mc_full);
6304 ibd_mce_t *mce = list_head(&state->id_mc_non);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1188 nfscl = list_head(&nfs4_clnt_list);
2823 nfscl = list_head(&nfs4_clnt_list);
H A Dnfs_auth.c1095 for (ren = list_head(&refreshq_queue);
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c1159 in = list_head(&nt->nt_node);
1972 in = list_head(&nt->nt_node);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1252 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL;
1326 for (xxwp = list_head(&pdp->xd_xb_watches); xxwp != NULL;
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/
H A Dpvscsi.c355 for (devnode = list_head(&pvs->devnodes); devnode != NULL;
1669 for (c = list_head(&pvs->cmd_queue); c != NULL; ) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c580 ASSERT3P(list_head(&dn->dn_dirty_records[i]), ==, NULL);
1493 for (dr = list_head(list); dr; dr = dr_next) {
H A Dzvol.c305 while (ze = list_head(&zv->zv_extents)) {
1195 ze = list_head(&zv->zv_extents);
H A Darc.c6277 next = list_head(l2arc_dev_list);
6281 next = list_head(l2arc_dev_list);
7003 for (dev = list_head(l2arc_dev_list); dev != NULL;
7068 for (dev = list_head(l2arc_dev_list); dev; dev = nextdev) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c477 tmp_srv = list_head(&sg->isg_srvlist);
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport.c1738 return (list_head(list));
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c299 node = list_head(&node_hdr->ll_list);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c1512 ASSERT(list_head(iolhead) == NULL);
1537 ASSERT(list_head(iolhead) != NULL);
1568 while ((iol = list_head(iolhead)) != NULL) {
1592 while ((iol = list_head(iolhead)) != NULL) {

Completed in 176 milliseconds

1234567891011