Searched refs:s_calloc (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c195 s_calloc(1, (in->numSplits+1) *
264 s_calloc(1, sizeof (__nis_object_dn_t));
371 newdn->next = (__nis_object_dn_t *)s_calloc(1,
537 tmp = s_calloc(1, len);
700 s_calloc(1, sizeof (__nis_table_mapping_t));
1314 s_calloc(1, sizeof (__nis_object_dn_t));
H A Dnis_parse_ldap_util.c1281 out->name = (char **)s_calloc(in->numIndexes, sizeof (char *));
1285 s_calloc(in->numIndexes, sizeof (__nis_mapping_format_t *));
1354 s_calloc(1, sizeof (__nis_mapping_element_t));
1401 out = (__nis_mapping_format_t *)s_calloc(
1482 s_calloc(in->element.print.numItems,
1543 s_calloc(in->element.print.numSubElements,
1571 s_calloc(in->element.match.numItems,
1609 s_calloc(1, sizeof (__nis_mapping_rule_t));
1614 r_out->element = (__nis_mapping_element_t *)s_calloc
1633 r_out->element = (__nis_mapping_element_t *)s_calloc
2494 s_calloc(size_t n, size_t size) function
[all...]
H A Dnis_parse_ldap_map.c152 s_calloc(1, sizeof (__nis_table_mapping_t));
825 s_calloc(1, sizeof (__nis_object_dn_t));
1011 s_calloc(1, sizeof (__nis_object_dn_t));
1054 s_calloc(1, sizeof (__nis_mapping_rule_t))) == NULL)
1173 s_calloc(1, sizeof (__nis_mapping_element_t));
1325 e = (__nis_mapping_element_t *)s_calloc(1,
1462 s_calloc(1, sizeof (__nis_mapping_element_t));
1609 s_calloc(numSubElements,
2097 print_item = (__nis_mapping_item_t *)s_calloc(numItems,
2267 s_calloc(
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_lock.c95 info_req_list = s_calloc(1, sizeof (req_list_t));
888 info = s_calloc(1, sizeof (*info));
1374 polllist.pids = s_calloc(n_max, sizeof (pid_t));
1375 polllist.refcnt = s_calloc(n_max, sizeof (int));
1376 polllist.fds = s_calloc(n_max, sizeof (struct pollfd));
H A Drcm_subr.c227 module = s_calloc(1, sizeof (*module));
427 info = s_calloc(1, sizeof (*info));
528 client = s_calloc(1, sizeof (client_t));
982 node = s_calloc(1, sizeof (*node));
1846 s_calloc(int n, size_t size) function
1887 ops = s_calloc(1, sizeof (struct rcm_mod_ops));
H A Drcm_impl.h292 void *s_calloc(int, size_t);
H A Drcm_event.c163 rsrcnames = s_calloc(nvl_nrsrcs + 1, sizeof (char *));
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2310 safefiles = s_calloc(1,
2313 safefilep->name = s_calloc(1, MAXPATHLEN +
2318 safefilep->next = s_calloc(1,
2321 safefilep->name = s_calloc(1,
2813 platarg = s_calloc(1, platarglen);
2814 rootarg = s_calloc(1, rootarglen);
2880 ostat = s_calloc(1, sb.st_size);
3807 cmdline = s_calloc(1, len);
4545 ent = s_calloc(1, sizeof (entry_t));
4811 lp = s_calloc(
10210 s_calloc(size_t nelem, size_t sz) function
[all...]
H A Dbootadm_upgrade.c255 linep->line = s_calloc(1, size);
586 hand_list = s_calloc(1, hand_max);
757 newlp = s_calloc(1, sizeof (line_t));
H A Dbootadm.h203 extern void *s_calloc(size_t, size_t);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c81 s_calloc(size_t nelem, size_t elsize, int fail) function
437 rpt = s_calloc(1, sizeof (rio_path_t), 0);
498 rpt = s_calloc(1, sizeof (rio_path_t), 0);
637 plistp = s_calloc(1, len, 0);

Completed in 103 milliseconds