Home
last modified time | relevance | path

Searched refs:list_create (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt.c274 list_create(&smrt->smrt_commands, sizeof (smrt_command_t), in smrt_attach()
276 list_create(&smrt->smrt_finishq, sizeof (smrt_command_t), in smrt_attach()
278 list_create(&smrt->smrt_abortq, sizeof (smrt_command_t), in smrt_attach()
280 list_create(&smrt->smrt_volumes, sizeof (smrt_volume_t), in smrt_attach()
282 list_create(&smrt->smrt_physicals, sizeof (smrt_physical_t), in smrt_attach()
284 list_create(&smrt->smrt_targets, sizeof (smrt_target_t), in smrt_attach()
H A Dsmrt_logvol.c77 list_create(&smlv->smlv_targets, in smrt_read_logvols()
145 list_create(&smlv->smlv_targets, in smrt_read_logvols_ext()
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dtol_misc.c53 list_create(&ll->ll_list, size, offset); in smb_llist_constructor()
54 list_create(&ll->ll_deleteq, sizeof (smb_dtor_t), in smb_llist_constructor()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c171 list_create(&rds_ibdev->ipaddr_list, sizeof (struct rdsv3_ib_ipaddr), in rdsv3_ib_add_one()
173 list_create(&rds_ibdev->conn_list, sizeof (struct rdsv3_ib_connection), in rdsv3_ib_add_one()
434 list_create(&rdsv3_ib_devices, sizeof (struct rdsv3_ib_device), in rdsv3_ib_init()
436 list_create(&ib_nodev_conns, sizeof (struct rdsv3_ib_connection), in rdsv3_ib_init()
H A Dcong.c156 list_create(&map->m_conn_list, sizeof (struct rdsv3_connection), in rdsv3_cong_from_addr()
495 list_create(&rdsv3_cong_monitor, sizeof (struct rdsv3_sock), in rdsv3_cong_init()
/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.c143 list_create(&vend->pv_devs, sizeof (pcidb_device_t), in parse_vendor()
166 list_create(&dev->pd_subs, sizeof (pcidb_subvd_t), in parse_device()
215 list_create(&class->pc_subclass, sizeof (pcidb_subclass_t), in pcidb_parse_class()
238 list_create(&sub->psc_progifs, sizeof (pcidb_progif_t), in pcidb_parse_subclass()
419 list_create(&h->ph_vendors, sizeof (pcidb_vendor_t), in pcidb_open()
421 list_create(&h->ph_classes, sizeof (pcidb_class_t), in pcidb_open()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_zsd.c115 list_create(&zsd->vz_vmms, sizeof (vmm_softc_t), in vmm_zsd_create()
199 list_create(&vmm_zsd_list, sizeof (vmm_zsd_t), in vmm_zsd_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dlist.h38 void list_create(list_t *, size_t, size_t);
/illumos-gate/usr/src/uts/common/refhash/
H A Drefhash.c49 list_create(&hp->rh_buckets[i], sizeof (refhash_link_t), in refhash_create()
52 list_create(&hp->rh_objs, sizeof (refhash_link_t), in refhash_create()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockparams.c89 list_create(&sphead, sizeof (struct sockparams), in sockparams_init()
91 list_create(&sp_ephem_list, sizeof (struct sockparams), in sockparams_init()
216 list_create(&sp->sp_auto_filters, sizeof (sp_filter_t), in sockparams_create()
218 list_create(&sp->sp_prog_filters, sizeof (sp_filter_t), in sockparams_create()
/illumos-gate/usr/src/man/man9f/
H A DMakefile334 list_create.9f \
1794 list_destroy.9f := LINKSRC = list_create.9f
1795 list_head.9f := LINKSRC = list_create.9f
1798 list_insert_head.9f := LINKSRC = list_create.9f
1800 list_is_empty.9f := LINKSRC = list_create.9f
1802 list_link_init.9f := LINKSRC = list_create.9f
1804 list_move_tail.9f := LINKSRC = list_create.9f
1805 list_next.9f := LINKSRC = list_create.9f
1806 list_prev.9f := LINKSRC = list_create.9f
1807 list_remove.9f := LINKSRC = list_create.9f
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbplist.c34 list_create(&bpl->bpl_list, sizeof (bplist_entry_t), in bplist_create()
H A Dzfs_debug.c36 list_create(&zfs_dbgmsgs, sizeof (zfs_dbgmsg_t), in zfs_dbgmsg_init()
H A Dbqueue.c37 list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c89 list_create(&d->d_clients, sizeof (struct audio_client), in audio_dev_alloc()
91 list_create(&d->d_engines, sizeof (struct audio_engine), in audio_dev_alloc()
93 list_create(&d->d_controls, sizeof (struct audio_ctrl), in audio_dev_alloc()
95 list_create(&d->d_hwinfo, sizeof (struct audio_infostr), in audio_dev_alloc()
223 list_create(&e->e_streams, sizeof (struct audio_stream), in audio_engine_alloc()
1360 list_create(&auimpl_devs_by_index, sizeof (struct audio_dev), in auimpl_dev_init()
1362 list_create(&auimpl_devs_by_number, sizeof (struct audio_dev), in auimpl_dev_init()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_setinfo_quota.c77 list_create(quota_list, sizeof (smb_quota_t), in smb2_setinfo_quota()
H A Dsmb_quota.c74 list_create(sid_list, sizeof (smb_quota_sid_t), in smb_quota_init_sids()
398 list_create(sid_list, sizeof (smb_quota_sid_t), in smb_quota_query_user_quota()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c218 list_create(&list, sizeof (struct ath_buf), in arn_tx_flush_tid()
296 list_create(&list, sizeof (struct ath_buf), in arn_tid_drain()
393 list_create(&list_pending, sizeof (struct ath_buf), in arn_tx_complete_aggr()
395 list_create(&list, sizeof (struct ath_buf), in arn_tx_complete_aggr()
435 list_create(&list, sizeof (struct ath_buf), in arn_tx_complete_aggr()
733 list_create(&bf_q, sizeof (struct ath_buf), in arn_tx_sched_aggr()
800 list_create(&list, sizeof (struct ath_buf), in arn_tx_aggr_stop()
1597 list_create(&txq->axq_list, sizeof (struct ath_buf), in arn_txq_setup()
1599 list_create(&txq->axq_acq, sizeof (struct ath_buf), in arn_txq_setup()
2354 list_create(&tid->buf_q, sizeof (struct ath_buf), in arn_tx_node_init()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dddi_periodic.c214 list_create(&periodics, sizeof (ddi_periodic_impl_t), in ddi_periodic_init()
227 list_create(&periodic_softint_queue[i - 1], in ddi_periodic_init()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dmar.c231 list_create(&(ioapic_drhd_list), sizeof (ioapic_drhd_t), in ioapic_drhd_setup()
311 list_create(&(drhd->dr_scope_list), sizeof (scope_t), in parse_drhd()
369 list_create(&(rmrr->rm_scope_list), sizeof (scope_t), in parse_rmrr()
460 list_create(&(tbl->tbl_drhd_list[i]), sizeof (drhd_t), in dmar_parse()
462 list_create(&(tbl->tbl_rmrr_list[i]), sizeof (rmrr_t), in dmar_parse()
H A Dimmu.c848 list_create(&(immu->immu_domain_list), sizeof (domain_t), in immu_state_alloc()
853 list_create(&(immu->immu_dvma_lpc_list), sizeof (immu_devi_t), in immu_state_alloc()
855 list_create(&(immu->immu_dvma_gfx_list), sizeof (immu_devi_t), in immu_state_alloc()
903 list_create(&immu_list, sizeof (immu_t), offsetof(immu_t, immu_node)); in immu_subsystems_setup()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_lock.c669 list_create(&lock->nl_readers, sizeof (nvme_minor_lock_info_t), in nvme_lock_init()
671 list_create(&lock->nl_pend_readers, sizeof (nvme_minor_lock_info_t), in nvme_lock_init()
673 list_create(&lock->nl_pend_writers, sizeof (nvme_minor_lock_info_t), in nvme_lock_init()
/illumos-gate/usr/src/lib/libproc/common/
H A DPfdinfo.c42 list_create(&P->fd_head, sizeof (fd_info_t), in Pinitfd()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_main.c183 list_create(&s->s_devnodes, sizeof (struct pqi_device), in smartpqi_attach()
185 list_create(&s->s_special_device.pd_cmd_list, sizeof (struct pqi_cmd), in smartpqi_attach()
/illumos-gate/usr/src/common/core/
H A Dcore_shstrtab.c109 list_create(&s->sst_names, sizeof (shstrtab_ent_t), in shstrtab_init()

12345678910>>...12