Searched defs:s_malloc (Results 1 - 4 of 4) 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);
240 dev_props = s_malloc(i * sizeof (char *));
342 busyp = s_malloc(sizeof (uint_t));
356 strict = s_malloc(sizeof (uint_t));
572 s_malloc(size_t len) function
577 perror("s_malloc failed");
601 perror("s_malloc failed");
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c75 tmp = s_malloc(PATH_MAX);
1812 hdl = s_malloc(sizeof (rcm_handle_t));
1835 s_malloc(size_t size) function
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c58 void *s_malloc(size_t size);
1374 out->exItem = (__nis_mapping_item_t *)s_malloc
1417 s_malloc(in[i].match.single.numRange);
1421 s_malloc(in[i].match.single.numRange);
2506 s_malloc(size_t size) function
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c488 etc_dev_dir = s_malloc(len);
2239 module = (module_t *)s_malloc(sizeof (module_t));
2257 s_malloc(sizeof (create_list_t));
2374 s_malloc(sizeof (remove_list_t));
3379 linkhead = s_malloc(sizeof (linkhead_t));
3492 link = s_malloc(sizeof (link_t));
3530 link = s_malloc(sizeof (link_t));
3745 new_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 2);
3746 old_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 6);
3747 old_inst_file_npid = s_malloc(inst_strle
7700 s_malloc(const size_t size) function
[all...]

Completed in 89 milliseconds