Home
last modified time | relevance | path

Searched refs:kmem_zalloc (Results 1 – 25 of 1325) sorted by relevance

12345678910>>...53

/titanic_50/usr/src/uts/common/ktli/
H A Dt_kalloc.c93 p.bind = kmem_zalloc(sizeof (struct t_bind), KM_SLEEP); in t_kalloc()
100 p.call = kmem_zalloc(sizeof (struct t_call), KM_SLEEP); in t_kalloc()
114 p.opt = kmem_zalloc(sizeof (struct t_optmgmt), KM_SLEEP); in t_kalloc()
121 p.dis = kmem_zalloc(sizeof (struct t_discon), KM_SLEEP); in t_kalloc()
128 p.udata = kmem_zalloc(sizeof (struct t_kunitdata), KM_SLEEP); in t_kalloc()
151 p.uderr = kmem_zalloc(sizeof (struct t_uderr), KM_SLEEP); in t_kalloc()
160 p.info = kmem_zalloc(sizeof (struct t_info), KM_SLEEP); in t_kalloc()
175 buf->buf = kmem_zalloc(1024, KM_SLEEP); in _alloc_buf()
188 buf->buf = kmem_zalloc(n, KM_SLEEP); in _alloc_buf()
/titanic_50/usr/src/uts/i86pc/io/
H A Dppm_plat.c211 domp = kmem_zalloc(sizeof (*domp), KM_SLEEP); in ppm_alloc_pstate_domains()
214 domp->name = kmem_zalloc(MAXNAMELEN, KM_SLEEP); in ppm_alloc_pstate_domains()
226 dbp = kmem_zalloc(sizeof (struct ppm_db), KM_SLEEP); in ppm_alloc_pstate_domains()
227 dbp->name = kmem_zalloc((strlen(path) + 1), in ppm_alloc_pstate_domains()
244 dbp = kmem_zalloc(sizeof (struct ppm_db), KM_SLEEP); in ppm_alloc_pstate_domains()
245 dbp->name = kmem_zalloc((strlen(path) + 1), in ppm_alloc_pstate_domains()
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_subr.c62 nbuf->buf = kmem_zalloc(RDC_MAXADDR, KM_SLEEP); in init_rdc_netbuf()
156 nvp = kmem_zalloc(sizeof (*nvp), KM_SLEEP); in rdc_create_svinfo()
158 nvp->ri_hostname = kmem_zalloc(hlen, KM_SLEEP); in rdc_create_svinfo()
168 nvp->ri_knconf->knc_protofmly = kmem_zalloc(KNC_STRSIZE + 1, KM_SLEEP); in rdc_create_svinfo()
169 nvp->ri_knconf->knc_proto = kmem_zalloc(KNC_STRSIZE + 1, KM_SLEEP); in rdc_create_svinfo()
/titanic_50/usr/src/uts/common/io/arn/
H A Darn_phy.c343 kmem_zalloc((sizeof (uint32_t) * in ath9k_hw_init_rf()
346 kmem_zalloc((sizeof (uint32_t) * in ath9k_hw_init_rf()
349 kmem_zalloc((sizeof (uint32_t) * in ath9k_hw_init_rf()
352 kmem_zalloc((sizeof (uint32_t) * in ath9k_hw_init_rf()
355 kmem_zalloc((sizeof (uint32_t) * in ath9k_hw_init_rf()
358 kmem_zalloc((sizeof (uint32_t) * in ath9k_hw_init_rf()
361 kmem_zalloc((sizeof (uint32_t) * in ath9k_hw_init_rf()
378 kmem_zalloc((sizeof (uint32_t) * in ath9k_hw_init_rf()
389 kmem_zalloc((sizeof (uint32_t) * in ath9k_hw_init_rf()
/titanic_50/usr/src/uts/sparc/os/
H A Discsi_boot.c156 (uchar_t *)kmem_zalloc(proplen + 1, KM_SLEEP); in iscsiboot_tgt_prop_read()
181 (uchar_t *)kmem_zalloc(proplen + 1, KM_SLEEP); in iscsiboot_tgt_prop_read()
191 (uchar_t *)kmem_zalloc(2, KM_SLEEP); in iscsiboot_tgt_prop_read()
229 (uchar_t *)kmem_zalloc(chap_user_len + 1, KM_SLEEP); in iscsiboot_tgt_prop_read()
235 (uchar_t *)kmem_zalloc(chap_pwd_len + 1, KM_SLEEP); in iscsiboot_tgt_prop_read()
256 (uchar_t *)kmem_zalloc(proplen + 1, KM_SLEEP); in iscsiboot_init_prop_read()
416 (uchar_t *)kmem_zalloc(boot_property.boot_init.ini_name_len, in generate_iscsi_initiator_id()
/titanic_50/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c525 icrp = (stmf_ic_reg_port_msg_t *)kmem_zalloc(sizeof (*icrp), KM_SLEEP); in stmf_ic_reg_port_msg_alloc()
550 icdp = (stmf_ic_dereg_port_msg_t *)kmem_zalloc(sizeof (*icdp), in stmf_ic_dereg_port_msg_alloc()
618 kmem_zalloc(sizeof (*icrl), KM_SLEEP); in stmf_ic_reg_dereg_lun_msg_alloc()
648 icsc = (stmf_ic_scsi_cmd_msg_t *)kmem_zalloc(sizeof (*icsc), KM_SLEEP); in stmf_ic_scsi_cmd_msg_alloc()
670 (uint8_t *)kmem_zalloc(task->task_cdb_length, KM_SLEEP); in stmf_ic_scsi_cmd_msg_alloc()
698 icsd = (stmf_ic_scsi_data_msg_t *)kmem_zalloc(sizeof (*icsd), KM_SLEEP); in stmf_ic_scsi_data_msg_alloc()
721 icsx = (stmf_ic_scsi_data_xfer_done_msg_t *)kmem_zalloc( in stmf_ic_scsi_data_xfer_done_msg_alloc()
749 icss = (stmf_ic_scsi_status_msg_t *)kmem_zalloc(sizeof (*icss), in stmf_ic_scsi_status_msg_alloc()
778 icrt = (stmf_ic_r2t_msg_t *)kmem_zalloc(sizeof (*icrt), KM_SLEEP); in stmf_ic_r2t_msg_alloc()
799 ics = (stmf_ic_status_msg_t *)kmem_zalloc(sizeof (*ics), KM_SLEEP); in stmf_ic_status_msg_alloc()
[all …]
/titanic_50/usr/src/uts/common/io/ppm/
H A Dppm_subr.c245 domdata.name = kmem_zalloc(strlen(PPM_DOMAIN_PROP) + 1, KM_SLEEP); in ppm_create_db()
256 domp = kmem_zalloc(sizeof (*domp), KM_SLEEP); in ppm_create_db()
257 domp->name = kmem_zalloc(strlen(*dom_namep) + 1, KM_SLEEP); in ppm_create_db()
284 modeldata.name = kmem_zalloc(plen, KM_SLEEP); in ppm_create_db()
314 propnamedata.name = kmem_zalloc(plen, KM_SLEEP); in ppm_create_db()
321 domp->propname = kmem_zalloc( in ppm_create_db()
333 devdata.name = kmem_zalloc(plen, KM_SLEEP); in ppm_create_db()
360 dcdata.name = kmem_zalloc(plen, KM_SLEEP); in ppm_create_db()
369 dc = kmem_zalloc(sizeof (*dc), KM_SLEEP); in ppm_create_db()
498 dbp = kmem_zalloc(sizeof (struct ppm_db), KM_SLEEP); in ppm_parse_pattern()
[all …]
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c249 *fctio = kmem_zalloc(sizeof (fctio_t), KM_SLEEP); in fct_copyin_iocdata()
256 *ibuf = kmem_zalloc((*fctio)->fctio_ilen, KM_SLEEP); in fct_copyin_iocdata()
264 *abuf = kmem_zalloc((*fctio)->fctio_alen, KM_SLEEP); in fct_copyin_iocdata()
272 *obuf = kmem_zalloc((*fctio)->fctio_olen, KM_SLEEP); in fct_copyin_iocdata()
361 attr = (fct_port_attrs_t *)kmem_zalloc(sizeof (fct_port_attrs_t), in fct_get_adapter_attr()
423 attr = (fct_port_attrs_t *)kmem_zalloc(sizeof (fct_port_attrs_t), in fct_get_adapter_port_attr()
1022 sh = (__fct_t *)kmem_zalloc(fct_size, kmem_flag); in fct_alloc()
1156 (char *)kmem_zalloc(l+1, KM_SLEEP); in fct_register_local_port()
1176 iport->iport_rp_slots = (fct_i_remote_port_t **)kmem_zalloc( in fct_register_local_port()
1178 iport->iport_rp_tb = kmem_zalloc(rportid_table_size * in fct_register_local_port()
[all …]
/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusbai_register.c420 usb_reg = kmem_zalloc(sizeof (usb_client_dev_data_t), KM_SLEEP); in usb_get_dev_data()
436 tmpbuf = (char *)kmem_zalloc(USB_MAXSTRINGLEN, KM_SLEEP); in usb_get_dev_data()
439 usb_reg->dev_mfg = kmem_zalloc( in usb_get_dev_data()
445 usb_reg->dev_product = kmem_zalloc( in usb_get_dev_data()
453 usb_reg->dev_serial = kmem_zalloc( in usb_get_dev_data()
514 usb_client_dev_data_list_t *entry = kmem_zalloc( in usb_get_dev_data()
696 usb_reg->dev_cfg = state.st_dev_cfg = kmem_zalloc( in usba_build_descr_tree()
880 curr_cfg->cfg_str = kmem_zalloc(curr_cfg->cfg_strsize, in usba_process_cfg_descr()
886 curr_cfg->cfg_if = kmem_zalloc((curr_cfg->cfg_n_if * in usba_process_cfg_descr()
933 new_if_descr = kmem_zalloc(sizeof (usb_if_descr_t), KM_SLEEP); in usba_process_if_descr()
[all …]
/titanic_50/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c226 new_ixl_cmdp = kmem_zalloc( in dcam_frame_rcv_init()
236 new_ixl_sswp = kmem_zalloc( in dcam_frame_rcv_init()
273 kmem_zalloc( in dcam_frame_rcv_init()
301 kmem_zalloc(sizeof (ixl1394_xfer_buf_t), in dcam_frame_rcv_init()
332 new_ixl_cbp = kmem_zalloc( in dcam_frame_rcv_init()
348 new_ixl_jmpp = kmem_zalloc(sizeof (ixl1394_jump_t), KM_SLEEP); in dcam_frame_rcv_init()
/titanic_50/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_proc.c86 nlwp = kmem_zalloc(sizeof (*nlwp), KM_NOSLEEP); in nsc_create_process()
87 nsk = kmem_zalloc(sizeof (*nsk), KM_NOSLEEP); in nsc_create_process()
210 nlwp = kmem_zalloc(sizeof (*nlwp), KM_NOSLEEP); in nsc_do_lock()
211 nsk = kmem_zalloc(sizeof (*nsk), KM_NOSLEEP); in nsc_do_lock()
/titanic_50/usr/src/uts/sun4u/starcat/io/
H A Dscosmb.c385 dparray = kmem_zalloc(num * sizeof (uint16_t *), KM_SLEEP); in dp_payload_add_cpus()
497 snarray = kmem_zalloc(jj * sizeof (uint64_t *), KM_SLEEP); in dp_payload_add_cpus()
682 msg.data = kmem_zalloc(max_size, KM_SLEEP); in scosmb_process_input()
805 cap_msgdatap = kmem_zalloc(sizeof (scosmb_msgdata_t), KM_SLEEP); in scosmb_process_input()
933 cap = kmem_zalloc(cap_size, KM_SLEEP); in scosmb_process_output()
1090 msgdatap = (scosmb_msgdata_t *)kmem_zalloc(sizeof (scosmb_msgdata_t), in scosmb_update_nodename()
1106 cap_msgdatap = kmem_zalloc(sizeof (scosmb_msgdata_t), KM_SLEEP); in scosmb_update_nodename()
1202 (scosmb_msgdata_t *)kmem_zalloc(sizeof (scosmb_msgdata_t), in scosmb_log_ecc_error()
1222 msg_header_ptr->data = kmem_zalloc((size_t)msg_length, sleep_flag); in scosmb_log_ecc_error()
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_smhba.c136 paddr = kmem_zalloc(PMCS_MAX_UA_SIZE, KM_SLEEP); in pmcs_smhba_set_scsi_device_props()
140 addr = kmem_zalloc(PMCS_MAX_UA_SIZE, KM_SLEEP); in pmcs_smhba_set_scsi_device_props()
186 phy_props = kmem_zalloc(sizeof (nvlist_t *) * iport->nphy, KM_SLEEP); in pmcs_smhba_set_phy_props()
215 packed_data = kmem_zalloc(packed_size, KM_SLEEP); in pmcs_smhba_set_phy_props()
250 pname = kmem_zalloc(MAXPATHLEN, KM_NOSLEEP); in pmcs_smhba_log_sysevent()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c777 net = kmem_zalloc(sizeof (*net), KM_SLEEP); in nfs4_trigger_mount()
909 hostlist = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in nfs4_trigger_domount_args_create()
1044 dma = kmem_zalloc(sizeof (domount_args_t), KM_SLEEP); in nfs4_trigger_domount_args_create()
1137 esi = kmem_zalloc(sizeof (ephemeral_servinfo_t), KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()
1161 esi->esi_hostname = kmem_zalloc(strlen(svp->sv_hostname) + 1, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()
1164 esi->esi_addr = kmem_zalloc(sizeof (struct netbuf), KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()
1168 bufp->buf = kmem_zalloc(bufp->len, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()
1171 esi->esi_knconf = kmem_zalloc(sizeof (*esi->esi_knconf), KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()
1175 sikncp->knc_protofmly = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()
1178 sikncp->knc_proto = (caddr_t)kmem_zalloc(KNC_STRSIZE, KM_SLEEP); in nfs4_trigger_esi_create_mirrormount()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dcpupm.c48 hzspeeds = kmem_zalloc(nspeeds * sizeof (uint64_t), KM_SLEEP); in cpupm_set_supp_freqs()
54 supp_freqs = kmem_zalloc((UINT64_MAX_STRING * nspeeds), KM_SLEEP); in cpupm_set_supp_freqs()
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c55 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_set_mode()
58 rsp_buf = (menlo_rsp_t *)kmem_zalloc(rsp_size, KM_SLEEP); in emlxs_menlo_set_mode()
118 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_reset()
121 rsp_buf = (menlo_rsp_t *)kmem_zalloc(rsp_size, KM_SLEEP); in emlxs_menlo_reset()
179 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_get_cfg()
237 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_get_logcfg()
293 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_get_log()
348 cmd_buf = (menlo_cmd_t *)kmem_zalloc(cmd_size, KM_SLEEP); in emlxs_menlo_get_paniclog()
520 (uint8_t *)kmem_zalloc(fp->size, KM_SLEEP); in emlxs_fopen()
734 (MAILBOXQ *)kmem_zalloc(sizeof (MAILBOXQ), KM_SLEEP); in emlxs_read_cfg_region()
[all …]
/titanic_50/usr/src/uts/sun4v/io/
H A Dvio_util.c65 vmplp = kmem_zalloc(sizeof (*vmplp), KM_SLEEP); in vio_create_mblks()
75 vmplp->basep = kmem_zalloc(num_mblks * sizeof (vio_mblk_t), KM_SLEEP); in vio_create_mblks()
77 vmplp->datap = kmem_zalloc(num_mblks * mblk_size, KM_SLEEP); in vio_create_mblks()
85 vmplp->quep = kmem_zalloc(vmplp->quelen * in vio_create_mblks()
325 tbuf = kmem_zalloc(vmultip->tbsz, KM_SLEEP); in vio_init_multipools()
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c1960 mp_uscmdp = kmem_zalloc((size_t)sizeof (mp_uscsi_cmd_t), KM_SLEEP); in vhci_init_uscsi_cmd()
2181 input_data = kmem_zalloc(mpioc->mp_ilen, in vhci_mpapi_ioctl()
2194 output_data = kmem_zalloc(mpioc->mp_olen, KM_SLEEP); in vhci_mpapi_ioctl()
2365 ilist = kmem_zalloc(sizeof (mpapi_item_list_t), KM_SLEEP); in vhci_mpapi_init()
2366 item = kmem_zalloc(sizeof (mpapi_item_t), KM_SLEEP); in vhci_mpapi_init()
2370 drv = kmem_zalloc(sizeof (mp_driver_prop_t), KM_SLEEP); in vhci_mpapi_init()
2410 dev_prod_list = kmem_zalloc(sizeof (mpapi_item_list_t), KM_SLEEP); in vhci_mpapi_add_dev_prod()
2411 dev_prod_item = kmem_zalloc(sizeof (mpapi_item_t), KM_SLEEP); in vhci_mpapi_add_dev_prod()
2415 dev_prod = kmem_zalloc(sizeof (mp_dev_prod_prop_t), KM_SLEEP); in vhci_mpapi_add_dev_prod()
2600 ilist = kmem_zalloc(sizeof (mpapi_item_list_t), KM_SLEEP); in vhci_mpapi_create_item()
[all …]
/titanic_50/usr/src/uts/common/io/drm/
H A Ddrm_memory.c66 return (kmem_zalloc(1 * size, KM_NOSLEEP)); in drm_alloc()
73 return (kmem_zalloc(size * nmemb, KM_NOSLEEP)); in drm_calloc()
82 pt = kmem_zalloc(1 * size, KM_NOSLEEP); in drm_realloc()
/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_workq.c227 if ((pWorkItem = kmem_zalloc((sizeof(BnxeWorkItem) + workDataLen), in BnxeWorkQueueAdd()
268 if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL) in BnxeWorkQueueAddNoCopy()
305 if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL) in BnxeWorkQueueAddGeneric()
345 if ((pWorkItem = kmem_zalloc((sizeof(BnxeWorkItem) + workDataLen), in BnxeWorkQueueAddDelay()
387 if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL) in BnxeWorkQueueAddDelayNoCopy()
425 if ((pWorkItem = kmem_zalloc(sizeof(BnxeWorkItem), KM_NOSLEEP)) == NULL) in BnxeWorkQueueAddDelayGeneric()
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_ioctl.c385 buf = kmem_zalloc(T4_REGDUMP_SIZE, KM_SLEEP); in regdump()
458 buf = b = kmem_zalloc(t4tid.len, KM_NOSLEEP); in read_tid_tab()
531 buf = b = kmem_zalloc(mr.len, KM_NOSLEEP); in read_card_mem()
600 buf = kmem_zalloc(dparams->size, KM_NOSLEEP); in get_devlog()
667 edc = kmem_zalloc(t4edc.len, KM_NOSLEEP); in read_edc()
716 buf = kmem_zalloc(t4ibq.len, KM_NOSLEEP); in read_cim_ibq()
755 buf = kmem_zalloc(t4cimla.len, KM_NOSLEEP); in read_cim_la()
790 buf = p = kmem_zalloc(t4mbox.len, KM_NOSLEEP); in read_mbox()
/titanic_50/usr/src/uts/i86pc/os/
H A Dibft.c372 (uchar_t *)kmem_zalloc( in iscsi_parse_ibft_initiator()
543 (uchar_t *)kmem_zalloc(tgtp->target_name_len + 1, in iscsi_parse_ibft_target()
566 (uchar_t *)kmem_zalloc( in iscsi_parse_ibft_target()
587 (uchar_t *)kmem_zalloc( in iscsi_parse_ibft_target()
604 (uchar_t *)kmem_zalloc( in iscsi_parse_ibft_target()
629 (uchar_t *)kmem_zalloc( in iscsi_parse_ibft_target()
766 ibft_tbl_buf = (char *)kmem_zalloc(ISCSI_IBFT_TBL_BUF_LEN, in ld_ib_prop()
/titanic_50/usr/src/uts/sun4v/promif/
H A Dpromif_stree.c302 prop->pp_val = kmem_zalloc(len, KM_SLEEP); in promif_stree_setprop()
390 pnp = kmem_zalloc(sizeof (prom_node_t), KM_SLEEP); in create_node()
405 propval = kmem_zalloc(proplen, KM_SLEEP); in create_node()
429 newprop = kmem_zalloc(sizeof (*newprop), KM_SLEEP); in create_prop()
430 newprop->pp_name = kmem_zalloc(prom_strlen(name) + 1, KM_SLEEP); in create_prop()
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Disns_client.c301 reg_args_p = kmem_zalloc(sizeof (isns_reg_arg_t), KM_SLEEP); in isns_reg()
303 kmem_zalloc(sizeof (iscsi_addr_t), KM_SLEEP); in isns_reg()
306 reg_args_p->node_name = kmem_zalloc(node_name_len, KM_SLEEP); in isns_reg()
309 reg_args_p->node_alias = kmem_zalloc(node_alias_len, KM_SLEEP); in isns_reg()
347 ap = (iscsi_addr_t *)kmem_zalloc(sizeof (iscsi_addr_t), KM_SLEEP); in isns_reg_one_server()
371 reg_args_p = kmem_zalloc(sizeof (isns_reg_arg_t), KM_SLEEP); in isns_reg_one_server()
373 kmem_zalloc(sizeof (iscsi_addr_t), KM_SLEEP); in isns_reg_one_server()
375 reg_args_p->node_name = kmem_zalloc(node_name_len, KM_SLEEP); in isns_reg_one_server()
378 reg_args_p->node_alias = kmem_zalloc(node_alias_len, KM_SLEEP); in isns_reg_one_server()
455 ap = (iscsi_addr_t *)kmem_zalloc(sizeof (iscsi_addr_t), KM_SLEEP); in isns_dereg_one_server()
[all …]
/titanic_50/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c245 np = kmem_zalloc(sizeof (nvp_devname_t), KM_SLEEP); in sdev_ncache_unpack_nvlist()
255 np->nvp_paths = kmem_zalloc(nstrs * sizeof (char *), KM_SLEEP); in sdev_ncache_unpack_nvlist()
259 np->nvp_expirecnts = kmem_zalloc(nstrs * sizeof (int), KM_SLEEP); in sdev_ncache_unpack_nvlist()
449 np = kmem_zalloc(sizeof (nvp_devname_t), KM_SLEEP); in sdev_ncache_write()
451 np->nvp_paths = kmem_zalloc(n * sizeof (char *), KM_SLEEP); in sdev_ncache_write()
452 np->nvp_expirecnts = kmem_zalloc(n * sizeof (int), KM_SLEEP); in sdev_ncache_write()
731 ncl = kmem_zalloc(sizeof (sdev_nc_list_t), KM_SLEEP); in sdev_nc_newlist()
826 lp = kmem_zalloc(sizeof (sdev_nc_node_t), KM_SLEEP); in sdev_nc_addname()

12345678910>>...53