Lines Matching refs:s_malloc

490 	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()
4392 anchored_path_re = s_malloc(len + 3); in recurse_dev_re()
4986 numeral = s_malloc(sizeof (numeral_t)); in find_enum_id()
5183 setp = s_malloc(sizeof (numeral_set_t)); in get_enum_cache()
5184 setp->re = s_malloc(sizeof (char *) * nrules); in get_enum_cache()
5342 retval = s_malloc(2); in new_id()
5364 temp = s_malloc(sizeof (temp_t)); in new_id()
5559 new_path = s_malloc(strlen(current_dir) + in enumerate_recurse()
5604 (regmatch_t *)s_malloc(sizeof (regmatch_t) * nelements); in match_path_component()
5623 *id = s_malloc(size + 1); in match_path_component()
5662 np = s_malloc(sizeof (numeral_t)); in create_reserved_numeral()
5761 np = s_malloc(sizeof (numeral_t)); in create_cached_numeral()
6033 ptr = (n2m_t *)s_malloc(sizeof (n2m_t)); in load_n2m_table()
6253 (devlinktab_list_t *)s_malloc(sizeof (devlinktab_list_t)); in read_devlinktab_file()
6365 s_malloc(sizeof (selector_list_t)); in create_selector_list()
6480 link_list = (link_list_t *)s_malloc(sizeof (link_list_t)); in create_link_list()
7069 dev_names = s_malloc(cb_arg.count * sizeof (char *)); in devfsadm_lookup_dev_names()
7117 devices_dir = s_malloc(len); in set_root_devices_dev_dir()
7120 dev_dir = s_malloc(len); in set_root_devices_dev_dir()
7134 dst = s_malloc(len + 1); in dequote()
7362 out = s_malloc(PATH_MAX); in convert_to_re()
7375 p = (char *)s_malloc(strlen(out) + 1); in convert_to_re()
7720 s_malloc(const size_t size) in s_malloc() function
8675 re_array[i].d_pmatch = s_malloc(sizeof (regmatch_t) * nelem); in devfsadm_reserve_id_cache()
8694 entry->er_id = s_malloc(size + 1); in devfsadm_reserve_id_cache()