Home
last modified time | relevance | path

Searched refs:s_malloc (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/devctl/
H A Ddevctl.c115 static void *s_malloc(size_t);
228 devctl_device = s_malloc(MAXPATHLEN); in main()
240 dev_props = s_malloc(i * sizeof (char *)); in main()
342 busyp = s_malloc(sizeof (uint_t)); in dev_pm_testbusy()
356 strict = s_malloc(sizeof (uint_t)); in bus_pm_teststrict()
572 s_malloc(size_t len) in s_malloc() function
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarfstring.c86 g->s_malloc = FALSE; in dwarfstring_constructor()
108 if (g->s_malloc) { in dwarfstring_resize_to()
116 g->s_malloc = TRUE; in dwarfstring_resize_to()
158 g->s_malloc = FALSE; in dwarfstring_constructor_static()
165 if (g->s_malloc) { in dwarfstring_destructor()
168 g->s_malloc = 0; in dwarfstring_destructor()
H A Ddwarfstring.h53 unsigned char s_malloc; member
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.h27 extern void *s_malloc(size_t);
H A Dnis_parse_ldap_util.c58 void *s_malloc(size_t size);
1374 out->exItem = (__nis_mapping_item_t *)s_malloc in dup_mapping_item()
1417 s_malloc(in[i].match.single.numRange); in dup_format_mapping()
1421 s_malloc(in[i].match.single.numRange); in dup_format_mapping()
2507 s_malloc(size_t size) in s_malloc() function
H A Dnis_parse_ldap_map.c2032 s_malloc(sizeof (__nis_mapping_item_t)); in get_subElement()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c490 etc_dev_dir = s_malloc(len); in set_lock_root()
2251 module = (module_t *)s_malloc(sizeof (module_t)); in load_module()
2269 s_malloc(sizeof (create_list_t)); in load_module()
2386 s_malloc(sizeof (remove_list_t)); in load_module()
3392 linkhead = s_malloc(sizeof (linkhead_t)); in get_cached_links()
3505 link = s_malloc(sizeof (link_t)); in build_devlink_list()
3543 link = s_malloc(sizeof (link_t)); in add_link_to_cache()
3758 new_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 2); in flush_path_to_inst()
3759 old_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 6); in flush_path_to_inst()
3760 old_inst_file_npid = s_malloc(inst_strlen + in flush_path_to_inst()
[all …]
H A Ddevfsadm_impl.h397 static void *s_malloc(const size_t size);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h289 void *s_malloc(size_t);
H A Drcm_subr.c73 tmp = s_malloc(PATH_MAX); in resolve_name()
1809 hdl = s_malloc(sizeof (rcm_handle_t)); in rcm_handle_alloc()
1832 s_malloc(size_t size) in s_malloc() function
H A Drcm_lock.c879 rsrc = s_malloc(len); in rsrc_dr_info()
997 tmp = s_malloc(sizeof (*tmp)); in clean_dr_list()