Searched refs:list_head (Results 126 - 150 of 251) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c363 tgt_ch = list_head(&tgt->tp_ch_list);
416 iu = list_head(&ch->ch_session->ss_task_list);
1063 ss_iu = list_head(&session->ss_task_list);
H A Dsrpt_ioc.c350 while ((ioc = list_head(&srpt_ctxt->sc_ioc_list)) != NULL) {
852 ch = list_head(&tgt->tp_ch_list);
1129 ioc = list_head(&srpt_ctxt->sc_ioc_list);
/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c265 for (nvfdp = list_head(&nvf_cache_files); nvfdp;
1087 for (nvfdp = list_head(&nvf_cache_files);
1107 for (nvfdp = list_head(&nvf_dirty_files);
H A Dipc.c1314 for (perm = list_head(&service->ipcs_usedids); perm != NULL;
1357 for (perm = list_head(&service->ipcs_usedids); perm != NULL;
1382 for (perm = list_head(&rmlist); perm != NULL; perm = next) {
H A Dsunddi.c1094 i_ddi_prop_search(dev_t dev, char *name, uint_t flags, ddi_prop_t **list_head) argument
1109 for (propp = *list_head; propp != NULL; propp = propp->prop_next) {
3247 ddi_prop_t **list_head = &(DEVI(dip)->devi_drv_prop_ptr); local
3262 list_head = &(DEVI(dip)->devi_sys_prop_ptr);
3264 list_head = &(DEVI(dip)->devi_hw_prop_ptr);
3334 propp = *list_head;
3336 *list_head = new_propp;
4085 ddi_prop_t **list_head = &(DEVI(dip)->devi_drv_prop_ptr); local
4095 list_head = &(DEVI(dip)->devi_sys_prop_ptr);
4097 list_head
4165 ddi_prop_t **list_head; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c932 immu = list_head(&immu_list);
1223 immu = list_head(&immu_list);
1281 immu = list_head(&immu_list);
H A Dimmu_intrmap.c628 immu = list_head(&immu_list);
656 immu = list_head(&immu_list);
935 immu = list_head(listp);
/illumos-gate/usr/src/uts/common/disp/
H A Dsysdc.c716 for (cur = list_head(&sysdc_psets); cur != NULL;
812 for (cur = list_head(&sysdc_psets); cur != NULL;
980 for (pset = list_head(&sysdc_psets); pset != NULL;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode_sync.c459 while (dr = list_head(list)) {
608 dn->dn_maxblkid == 0 || list_head(list) != NULL ||
719 ASSERT3P(list_head(list), ==, NULL);
H A Ddsl_pool.c499 for (ds = list_head(&synced_datasets); ds != NULL;
549 if (list_head(&mos->os_dirty_dnodes[txg & TXG_MASK]) != NULL ||
550 list_head(&mos->os_free_dnodes[txg & TXG_MASK]) != NULL) {
H A Dzfs_acl.c497 while (aclnode = list_head(&aclp->z_acl)) {
582 aclnode = list_head(&aclp->z_acl);
1149 cb->cb_acl_node = list_head(&cb->cb_aclp->z_acl);
1271 for (aclnode = list_head(&aclp->z_acl); aclnode;
1292 for (aclnode = list_head(&aclp->z_acl); aclnode;
1837 for (aclnode = list_head(&aclp->z_acl); aclnode;
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/arcmsr/
H A Darcmsr.c122 static void arcmsr_init_list_head(struct list_head *list);
126 struct list_head *new_one, struct list_head *head);
3032 arcmsr_init_list_head(struct list_head *list)
3039 arcmsr_x_list_del(struct list_head *prev, struct list_head *next)
3046 arcmsr_x_list_add(struct list_head *new_one, struct list_head *prev,
3047 struct list_head *next)
3056 arcmsr_list_add_tail(kmutex_t *list_lock, struct list_head *new_on
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c156 while ((osp = list_head(&rp->r_open_streams)) != NULL) {
314 for (oop = list_head(&bucketp->b_oo_hash_list); oop != NULL; ) {
379 for (osp = list_head(&rp->r_open_streams); osp != NULL;
1459 for (foop = list_head(&mi->mi_foo_list); foop != NULL;
1650 next_osp = list_head(&rp->r_open_streams);
H A Dnfs4_client_debug.c1336 tmp_msg = list_head(&mi->mi_msg_list);
1409 rm_msg = list_head(&mi->mi_msg_list);
1477 rm_msg = list_head(&mi->mi_msg_list);
H A Dnfs4_client.c2804 for (lrp = list_head(&mi->mi_lost_state); lrp != NULL;
2888 mi = list_head(&mig->mig_list);
2994 if (list_head(&mig->mig_list) != NULL) {
3053 if (list_head(&mig->mig_list) == NULL &&
3101 while (msgp = list_head(&mi->mi_msg_list)) {
3133 foop = list_head(&bucketp->b_oo_hash_list);
3137 foop = list_head(&bucketp->b_oo_hash_list);
3145 foop = list_head(&mi->mi_foo_list);
3149 foop = list_head(&mi->mi_foo_list);
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c1163 for (s = list_head(&hash->sticky_head); s != NULL;
1323 for (s = list_head(&hash[i].sticky_head); s != NULL;
1437 while ((s = list_head(&ilbs->ilbs_sticky_hash[i].sticky_head))
1486 curp = list_head(&hash[0].sticky_head);
1510 curp = list_head(&hash[i].sticky_head);
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1165 txbf = list_head(&rsc->sc_txq[i].tx_free_list);
1169 txbf = list_head(&rsc->sc_txq[i].tx_free_list);
1172 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list);
1176 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list);
1343 txbf = list_head(&rsc->sc_txq[i].tx_free_list);
1346 txbf = list_head(&rsc->sc_txq[i].tx_free_list);
1348 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list);
1351 txbf = list_head(&rsc->sc_txq[i].tx_dirty_list);
2258 bf = list_head(&rsc->sc_txq[i].tx_free_list);
2711 bf = list_head(
[all...]
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c426 bf = list_head(buflist);
439 bf = list_head(buflist);
545 bf = list_head(&asc->asc_rxbuf_list);
976 bf = list_head(&asc->asc_txbuf_list);
1110 bf = list_head(&txq->axq_list);
1229 bf = list_head(&txq->axq_list);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c229 while ((entry = list_head(lst)) != NULL) {
278 while ((entry = list_head(&dyndns_queue.ddq_list)) != NULL) {
307 while ((entry = list_head(publist)) != NULL) {
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c1151 donebuf = (usbvc_buf_t *)list_head(&bufgrp->uv_buf_done);
1252 buf_done = list_head(&usbvcp->usbvc_curr_strm->buf_map.uv_buf_done);
1309 unit = (usbvc_units_t *)list_head(&usbvcp->usbvc_unit_list);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_output.c284 for (audio_stream_t *sp = list_head(&eng->e_streams);
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c85 for (mac = list_head(&fcoe_global_ss->ss_mac_list); mac;
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_kmod.c315 while ((item = list_head(lst)) != NULL) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_security.c347 ace = list_head(&acl->sl_sorted);
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c1443 for (ctd = list_head(&(DEVI(dip)->devi_ct)); ctd != NULL;
1521 for (ctd = list_head(&(DEVI(dip)->devi_ct)); ctd != NULL;
1664 for (ctd = list_head(&(DEVI(dip)->devi_ct)); ctd != NULL;
2113 for (ctd = list_head(&(DEVI(dip)->devi_ct)); ctd != NULL; ctd = next) {

Completed in 304 milliseconds

1234567891011