/titanic_50/usr/src/cmd/mdb/common/modules/rdc/ |
H A D | rdc.c | 303 group = mdb_zalloc(sizeof (*group), UM_GC); in rdc_group() 384 lsrv = mdb_zalloc(sizeof (*lsrv), UM_GC); in rdc_srv() 427 ifp = mdb_zalloc(sizeof (*ifp), UM_GC); in rdc_if() 462 buf = mdb_zalloc(sizeof (*buf), UM_GC); in rdc_buf() 496 aio = mdb_zalloc(sizeof (*aio), UM_GC); in rdc_aio() 519 dset = mdb_zalloc(sizeof (*dset), UM_GC); in rdc_dset() 562 krdc = mdb_zalloc(sizeof (*krdc), UM_GC); in rdc_kinfo() 563 urdc = mdb_zalloc(sizeof (*urdc), UM_GC); in rdc_kinfo() 683 urdc = mdb_zalloc(sizeof (*urdc), UM_GC); in rdc_uinfo() 684 krdc = mdb_zalloc(sizeof (*krdc), UM_GC); in rdc_uinfo() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | lgrp.c | 106 lcw = mdb_alloc(sizeof (lgrp_cpu_walk_t), UM_SLEEP | UM_GC); in lgrp_cpulist_walk_init() 354 UM_SLEEP | UM_GC); in lgrp() 356 UM_SLEEP | UM_GC); in lgrp() 358 UM_SLEEP | UM_GC); in lgrp() 361 UM_SLEEP | UM_GC); in lgrp() 363 UM_SLEEP | UM_GC); in lgrp() 430 lwd = mdb_zalloc(sizeof (lgrp_walk_data_t), UM_SLEEP | UM_GC); in lgrp_walk_init() 456 lwd->lwd_lgrp_tbl = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC); in lgrp_walk_init() 606 lwsd = mdb_zalloc(sizeof (lgrp_set_walk_data_t), UM_SLEEP | UM_GC); in lgrp_set_walk_init() 639 lwsd->lwsd_lgrp_tbl = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC); in lgrp_set_walk_init()
|
H A D | group.c | 107 gw = mdb_alloc(sizeof (group_walk_t), UM_SLEEP | UM_GC); in group_walk_init() 130 UM_SLEEP | UM_GC); in group_walk_init()
|
H A D | cpupart.c | 79 dq = mdb_alloc(sizeof (dispq_t) * npri, UM_SLEEP | UM_GC); in cpupart_disp_threads() 182 cpuset = mdb_zalloc(cpusetsize, UM_SLEEP | UM_GC); in cpupart() 215 ccw = mdb_alloc(sizeof (cpupart_cpulist_walk_t), UM_SLEEP | UM_GC); in cpupart_cpulist_walk_init()
|
H A D | dist.c | 44 int *out = mdb_alloc((buckets + 1) * sizeof (*out), UM_SLEEP | UM_GC); in dist_linear() 86 int *out = mdb_alloc((buckets + 1) * sizeof (*out), UM_SLEEP | UM_GC); in dist_geometric()
|
H A D | cyclic.c | 201 heap = mdb_alloc(hsize, UM_SLEEP | UM_GC); in cyclic_pretty_dump() 213 c = mdb_zalloc(sizeof (char *) * depth, UM_SLEEP|UM_GC); in cyclic_pretty_dump() 216 c[i] = mdb_zalloc(width, UM_SLEEP|UM_GC); in cyclic_pretty_dump() 292 cyc = mdb_alloc(sizeof (cyclic_t) * cpu.cyp_size, UM_SLEEP | UM_GC); in cycinfo() 301 heap = mdb_alloc(hsize, UM_SLEEP | UM_GC); in cycinfo() 394 buf = mdb_alloc(bufsiz, UM_SLEEP | UM_GC); in cycinfo()
|
H A D | fm.c | 207 nvpair = mdb_alloc(size, UM_SLEEP | UM_GC); in ereport() 217 class = mdb_zalloc(strlen(p) + 1, UM_SLEEP | UM_GC); in ereport()
|
H A D | ldi.c | 83 lhwp = mdb_alloc(sizeof (lh_walk_t), UM_SLEEP|UM_GC); in ldi_handle_walk_init() 151 liwp = mdb_alloc(sizeof (li_walk_t), UM_SLEEP|UM_GC); in ldi_ident_walk_init()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tab.c | 239 UM_SLEEP | UM_GC); in tab_parse_buf() 279 data = mdb_alloc(strlen(buf) + 1, UM_SLEEP | UM_GC); in mdb_tab_command() 349 UM_GC | UM_SLEEP); in mdb_tab_complete_dcmd() 369 UM_GC | UM_SLEEP); in mdb_tab_complete_walker() 379 mcp = mdb_zalloc(sizeof (mdb_tab_cookie_t), UM_SLEEP | UM_GC); in mdb_tab_init() 380 (void) mdb_nv_create(&mcp->mtc_nv, UM_SLEEP | UM_GC); in mdb_tab_init() 440 mdb_nv_sort_iter(&mcp->mtc_nv, tab_print_cb, NULL, UM_SLEEP | UM_GC); in mdb_tab_print()
|
H A D | mdb_help.c | 95 mdb_nv_sort_iter(&mod->mod_dcmds, print_dcmd, NULL, UM_SLEEP | UM_GC); in print_dmod_long() 96 mdb_nv_sort_iter(&mod->mod_walkers, print_walk, NULL, UM_SLEEP | UM_GC); in print_dmod_long() 136 mdb_nv_sort_iter(&mdb.m_modules, func, NULL, UM_SLEEP | UM_GC); in cmd_dmods() 159 mdb_nv_sort_iter(&mdb.m_walkers, print_wdesc, NULL, UM_SLEEP | UM_GC); in cmd_walkers() 181 mdb_nv_sort_iter(&mdb.m_dcmds, print_ddesc, NULL, UM_SLEEP | UM_GC); in cmd_dcmds()
|
H A D | mdb_typedef.c | 239 pn = mdb_zalloc(sizeof (parse_node_t), UM_SLEEP | UM_GC); in typedef_parse_member() 303 pr = mdb_zalloc(sizeof (parse_root_t), UM_SLEEP | UM_GC); in typedef_parse() 419 (void) mdb_nv_create(&nv, UM_SLEEP | UM_GC); in typedef_validate() 649 UM_GC | UM_SLEEP); in cmd_typedef() 667 src = typedef_join_strings(argc - 2, argv, UM_GC | UM_SLEEP); in cmd_typedef()
|
H A D | mdb_nv.c | 106 if (um_flags & UM_GC) in nv_var_free() 147 if (nv->nv_um_flags & UM_GC) in mdb_nv_destroy() 427 if (!(um_flags & UM_GC)) in mdb_nv_sort_iter()
|
/titanic_50/usr/src/cmd/mdb/common/modules/dtrace/ |
H A D | dof.c | 131 str = mdb_zalloc(dp->dtdo_strlen + 1, UM_SLEEP | UM_GC); in dis_varname() 199 sizeof (uint64_t), UM_SLEEP | UM_GC); in dis_setx() 218 char *str = mdb_alloc(dp->dtdo_strlen, UM_SLEEP | UM_GC); in dis_sets() 443 dvp = mdb_alloc(varsize, UM_SLEEP | UM_GC); in difo() 450 str = mdb_alloc(dp->dtdo_strlen, UM_SLEEP | UM_GC); in difo() 810 strtab = mdb_alloc(sz, UM_SLEEP | UM_GC); in dof_sect_strtab() 850 strtab = mdb_alloc(sz, UM_SLEEP | UM_GC); in dof_sect_provider() 862 args = mdb_alloc(sz, UM_SLEEP | UM_GC); in dof_sect_provider() 871 offs = mdb_alloc(sz, UM_SLEEP | UM_GC); in dof_sect_provider() 882 enoffs = mdb_alloc(sz, UM_SLEEP | UM_GC); in dof_sect_provider() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/cpc/ |
H A D | cpc.c | 84 reqs = mdb_alloc(set.ks_nreqs * sizeof (*reqs), UM_GC); in cpc() 85 data = mdb_alloc(set.ks_nreqs * sizeof (*data), UM_GC); in cpc() 121 UM_GC); in cpc()
|
/titanic_50/usr/src/cmd/mdb/common/modules/smbfs/ |
H A D | smbfs.c | 133 cbd = mdb_zalloc(sizeof (*cbd), UM_SLEEP | UM_GC); in smbfs_vfs_dcmd() 160 vfs = mdb_alloc(sizeof (*vfs), UM_SLEEP | UM_GC); in smbfs_vfs_dcmd() 227 cbd = mdb_zalloc(sizeof (*cbd), UM_SLEEP | UM_GC); in smbfs_node_dcmd()
|
/titanic_50/usr/src/cmd/mdb/common/modules/scsi_vhci/ |
H A D | scsi_vhci.c | 264 mdi_vhci_value = (mdi_vhci_t *)mdb_alloc(mdi_vhci_len, UM_SLEEP|UM_GC); in vhciguid() 271 class = (char *)mdb_alloc(len, UM_SLEEP|UM_GC); in vhciguid() 322 UM_SLEEP|UM_GC); in vhciguid() 339 UM_SLEEP|UM_GC); in vhciguid() 422 UM_SLEEP|UM_GC); in dump_states() 432 ss->array = mdb_alloc(array_size, UM_SLEEP|UM_GC); in dump_states()
|
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/ |
H A D | nsctl.c | 773 io = mdb_zalloc(sizeof (*io), UM_SLEEP | UM_GC); in nsc_io() 874 dev = mdb_zalloc(sizeof (*dev), UM_SLEEP | UM_GC); in nsc_dev() 913 dv = mdb_zalloc(sizeof (*dv), UM_SLEEP | UM_GC); in nsc_dev() 971 dv = mdb_zalloc(sizeof (*dv), UM_SLEEP | UM_GC); in nsc_devval() 1125 fd = mdb_zalloc(sizeof (*fd), UM_SLEEP | UM_GC); in nsc_fd() 1292 iodev = mdb_zalloc(sizeof (*iodev), UM_SLEEP | UM_GC); in nsc_iodev() 1394 service = mdb_zalloc(sizeof (*service), UM_SLEEP | UM_GC); in nsc_service() 1467 svc = mdb_zalloc(sizeof (*svc), UM_SLEEP | UM_GC); in nsc_svc() 1503 vp = mdb_zalloc(sizeof (*vp), UM_SLEEP | UM_GC); in nsc_val() 1555 set = mdb_zalloc(sizeof (*set), UM_SLEEP | UM_GC); in nstset() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/usba/ |
H A D | usb.c | 247 UM_SLEEP | UM_GC); in usb_pipe_handle_walk_init() 539 string_descr = (char *)mdb_alloc(USB_MAXSTRINGLEN, UM_GC); in usba_device() 602 usba_device_struct.usb_n_cfgs, UM_GC); in usba_device() 605 usba_device_struct.usb_n_cfgs, UM_GC); in usba_device() 709 local_debug_buf = (char *)mdb_alloc(debug_buf_size, UM_SLEEP | UM_GC); in usba_debug_buf()
|
/titanic_50/usr/src/cmd/mdb/common/modules/svc.startd/ |
H A D | startd.c | 235 iname = mdb_alloc(1024, UM_SLEEP | UM_GC); in pr_instance() 286 vname = mdb_alloc(1024, UM_SLEEP | UM_GC); in pr_vertex() 348 buf = mdb_alloc(sym.st_size, UM_SLEEP | UM_GC); in logbuf()
|
/titanic_50/usr/src/cmd/mdb/common/modules/uhci/ |
H A D | uhci.c | 456 wsp->walk_data = mdb_alloc(sizeof (uhci_td_t), UM_SLEEP | UM_GC); in uhci_td_walk_init() 457 wsp->walk_arg = mdb_alloc(sizeof (uhci_state_t), UM_SLEEP | UM_GC); in uhci_td_walk_init() 534 wsp->walk_data = mdb_alloc(sizeof (queue_head_t), UM_SLEEP | UM_GC); in uhci_qh_walk_init() 535 wsp->walk_arg = mdb_alloc(sizeof (uhci_state_t), UM_SLEEP | UM_GC); in uhci_qh_walk_init()
|
/titanic_50/usr/src/cmd/mdb/common/modules/smbsrv/ |
H A D | smbsrv.c | 657 sv = mdb_alloc(sizeof (smb_server_t), UM_SLEEP | UM_GC); in smb_dcmd_server() 773 se = mdb_alloc(sizeof (*se), UM_SLEEP | UM_GC); in smb_dcmd_session() 891 sr = mdb_alloc(sizeof (*sr), UM_SLEEP | UM_GC); in smb_dcmd_request() 1066 user = mdb_alloc(sizeof (*user), UM_SLEEP | UM_GC); in smb_dcmd_user() 1072 UM_SLEEP | UM_GC); in smb_dcmd_user() 1179 tree = mdb_alloc(sizeof (*tree), UM_SLEEP | UM_GC); in smb_dcmd_tree() 1252 od = mdb_alloc(sizeof (*od), UM_SLEEP | UM_GC); in smb_dcmd_odir() 1323 of = mdb_alloc(sizeof (*of), UM_SLEEP | UM_GC); in smb_dcmd_ofile() 1502 sf = mdb_alloc(sizeof (*sf), UM_SLEEP | UM_GC); in smb_dcmd_vfs() 1508 vn = mdb_alloc(sizeof (*vn), UM_SLEEP | UM_GC); in smb_dcmd_vfs() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs_log.c | 58 uw = mdb_zalloc(sizeof (ufslogmap_walk_data_t), UM_SLEEP | UM_GC); in ufslogmap_walk_init() 216 msp = mdb_zalloc(sizeof (mapstats_t), UM_SLEEP | UM_GC); in mapstats_dcmd()
|
/titanic_50/usr/src/cmd/mdb/common/modules/mdb_test/ |
H A D | mdb_test.c | 189 buf = mdb_alloc(nbytes, UM_SLEEP | UM_GC); in cmd_vread() 217 buf = mdb_alloc(nbytes, UM_SLEEP | UM_GC); in cmd_pread() 246 buf = mdb_alloc(nbytes, UM_SLEEP | UM_GC); in cmd_readsym()
|
/titanic_50/usr/src/cmd/mdb/common/modules/emlxs/ |
H A D | emlxs.c | 460 bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC); in emlxs_dump() 507 bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC); in emlxs_dump() 590 bptr = (uint8_t *)mdb_zalloc(size, UM_SLEEP|UM_GC); in emlxs_dump()
|
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 989 stats = mdb_zalloc(sym.st_size, UM_SLEEP | UM_GC); in arc_print() 1302 UM_SLEEP | UM_GC); in metaslab_stats() 1557 child = mdb_alloc(children * sizeof (void *), UM_SLEEP | UM_GC); in do_print_vdev() 1631 UM_SLEEP | UM_GC); in metaslab_walk_step() 1671 mw = mdb_zalloc(sizeof (metaslab_walk_data_t), UM_SLEEP | UM_GC); in metaslab_walk_init() 1680 UM_SLEEP | UM_GC); in metaslab_walk_init() 2201 lwd = mdb_alloc(sizeof (txg_list_walk_data_t), UM_SLEEP | UM_GC); in txg_list_walk_init_common() 2211 UM_SLEEP | UM_GC); in txg_list_walk_init_common() 2638 UM_SLEEP | UM_GC); in sa_attr_table() 2639 name = mdb_alloc(MAXPATHLEN, UM_SLEEP | UM_GC); in sa_attr_table() [all …]
|