Searched refs:list_create (Results 26 - 50 of 203) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c218 list_create(&list, sizeof (struct ath_buf),
296 list_create(&list, sizeof (struct ath_buf),
393 list_create(&list_pending, sizeof (struct ath_buf),
395 list_create(&list, sizeof (struct ath_buf),
435 list_create(&list, sizeof (struct ath_buf),
733 list_create(&bf_q, sizeof (struct ath_buf),
800 list_create(&list, sizeof (struct ath_buf),
1597 list_create(&txq->axq_list, sizeof (struct ath_buf),
1599 list_create(&txq->axq_acq, sizeof (struct ath_buf),
2354 list_create(
[all...]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c234 list_create(queue, sizeof (logr_syslog_node_t),
/illumos-gate/usr/src/common/list/
H A Dlist.c70 list_create(list_t *list, size_t size, size_t offset) function
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmultilist.c84 list_create(&mls->mls_list, size, offset);
H A Ddmu_zfetch.c109 list_create(&zf->zf_stream, sizeof (zstream_t),
H A Dzfs_fuid.c659 list_create(&fuidp->z_domains, sizeof (zfs_fuid_domain_t),
661 list_create(&fuidp->z_fuids, sizeof (zfs_fuid_t),
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_rr.c207 list_create(&rr_alg->rr_servers, sizeof (rr_server_t),
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_alloc.c131 list_create(&sr->sr_storage, sizeof (smb_mem_header_t),
H A Dsmb_nt_transact_quota.c279 list_create(quota_list, sizeof (smb_quota_t),
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c1071 list_create(&xs_state.reply_list, sizeof (struct xs_stored_msg),
1073 list_create(&watch_events, sizeof (struct xs_stored_msg),
1075 list_create(&watches, sizeof (struct xenbus_watch),
1077 list_create(&notify_list, sizeof (struct xenbus_notify),
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c842 list_create(&(immu->immu_domain_list), sizeof (domain_t),
847 list_create(&(immu->immu_dvma_lpc_list), sizeof (immu_devi_t),
849 list_create(&(immu->immu_dvma_gfx_list), sizeof (immu_devi_t),
897 list_create(&immu_list, sizeof (immu_t), offsetof(immu_t, immu_node));
/illumos-gate/usr/src/uts/common/io/
H A Dsock_conf.c48 list_create(&smod_list, sizeof (smod_info_t),
H A Dsignalfd.c596 list_create(&pstate->sigfd_list,
731 list_create(&signalfd_state, sizeof (signalfd_state_t),
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c91 list_create(&cs->cs_aliases, sizeof (csalias_t),
/illumos-gate/usr/src/uts/common/os/
H A Dmsg.c609 list_create(&qp->msg_list, sizeof (struct msg),
618 list_create(&qp->msg_wait_snd[ii],
621 list_create(&qp->msg_wait_snd_ngt[ii],
632 list_create(&qp->msg_cpy_block,
635 list_create(&qp->msg_wait_rcv,
H A Dacct.c158 list_create(&acct_list, sizeof (struct acct_globals),
H A Dretire_store.c140 list_create(nvf_list(rio_store_handle), sizeof (rio_store_t),
H A Dddi_intr_irm.c106 list_create(&irm_pools_list, sizeof (ddi_irm_pool_t),
185 list_create(&pool_p->ipool_req_list, sizeof (ddi_irm_req_t),
187 list_create(&pool_p->ipool_scratch_list, sizeof (ddi_irm_req_t),
/illumos-gate/usr/src/uts/common/disp/
H A Dcpucaps.c239 list_create(&capped_zones, sizeof (cpucap_t),
241 list_create(&capped_projects, sizeof (cpucap_t),
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.c474 list_create(&so->so_acceptq_list, sizeof (struct sonode),
476 list_create(&so->so_acceptq_defer, sizeof (struct sonode),
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_sess.c146 list_create(&result->ist_events, sizeof (sess_event_ctx_t),
148 list_create(&result->ist_conn_list, sizeof (iscsit_conn_t),
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c171 list_create(nvf_list(sdevfd_handle), sizeof (nvp_devname_t),
735 list_create(&ncl->ncl_list, sizeof (sdev_nc_node_t),
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_cmd.c117 list_create(list, sizeof (struct sda_cmd_impl),
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vfsops.c134 list_create(&bfs->bfs_nodes, sizeof (bootfs_node_t),
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c825 list_create(&rs->rs_send_queue, sizeof (struct rdsv3_message),
827 list_create(&rs->rs_recv_queue, sizeof (struct rdsv3_incoming),
829 list_create(&rs->rs_notify_queue, sizeof (struct rdsv3_notifier),

Completed in 110 milliseconds

123456789