Searched refs:s_malloc (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-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");
/opensolaris-onvv-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c487 etc_dev_dir = s_malloc(len);
2238 module = (module_t *)s_malloc(sizeof (module_t));
2256 s_malloc(sizeof (create_list_t));
2373 s_malloc(sizeof (remove_list_t));
3378 linkhead = s_malloc(sizeof (linkhead_t));
3491 link = s_malloc(sizeof (link_t));
3529 link = s_malloc(sizeof (link_t));
3744 new_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 2);
3745 old_inst_file = s_malloc(inst_strlen + PID_STR_LEN + 6);
3746 old_inst_file_npid = s_malloc(inst_strle
7699 s_malloc(const size_t size) function
[all...]
H A Ddevfsadm_impl.h397 static void *s_malloc(const size_t size);
/opensolaris-onvv-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_impl.h291 void *s_malloc(size_t);
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
H A Drcm_lock.c881 rsrc = s_malloc(len);
999 tmp = s_malloc(sizeof (*tmp));
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_util.c59 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
H A Dnis_parse_ldap_map.c2035 s_malloc(sizeof (__nis_mapping_item_t));

Completed in 135 milliseconds