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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c307 size_t arrsz; local
321 arrsz = (nelems + 1) * (cont->ei_width / NBBY);
322 arrbase = inj_zalloc(arrsz);
397 inj_free(arrbase, arrsz);
442 size_t nelems, arrsz; local
450 arrsz = nelems * sizeof (boolean_t);
451 arr = inj_zalloc(arrsz);
470 inj_free(arr, arrsz);
504 size_t nelems, arrsz; local
513 arrsz
635 size_t nelems, arrsz; local
[all...]
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c441 uint_t n1, n2, arrsz, repsz; local
497 &strarr, &arrsz) == 0)
501 uint_t arrsz; local
512 &arrsz);
514 &arrsz);
526 if (nd_split_list(nhdl, strarr[0], ",", &tmparr, &arrsz)
531 ep->ep_num_recips = arrsz;
535 &strarr, &arrsz) == 0)
539 &arrsz) == 0)
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c417 nd_free_strarray(char **arr, uint_t arrsz) argument
419 for (uint_t i = 0; i < arrsz; i++)
431 nd_join_strarray(nd_hdl_t *nhdl, char **arr, uint_t arrsz, char **buf) argument
441 for (i = 0; i < arrsz; i++)
450 for (i = 1; i < arrsz; i++)
458 nd_free_nvlarray(nvlist_t **arr, uint_t arrsz) argument
460 for (uint_t i = 0; i < arrsz; i++)
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1529 size_t arrsz; local
1545 arrsz = sctp_propinfo_count * sizeof (mod_prop_info_t);
1546 sctps->sctps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
1548 bcopy(sctp_propinfo_tbl, sctps->sctps_propinfo_tbl, arrsz);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3736 size_t arrsz; local
3768 arrsz = tcp_propinfo_count * sizeof (mod_prop_info_t);
3769 tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
3771 bcopy(tcp_propinfo_tbl, tcps->tcps_propinfo_tbl, arrsz);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c4994 size_t arrsz; local
5000 arrsz = sizeof (icmp_propinfo_tbl);
5001 is->is_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP);
5002 bcopy(icmp_propinfo_tbl, is->is_propinfo_tbl, arrsz);
H A Dip.c4614 size_t arrsz; local
4659 arrsz = ip_propinfo_count * sizeof (mod_prop_info_t);
4660 ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP);
4661 bcopy(ip_propinfo_tbl, ipst->ips_propinfo_tbl, arrsz);
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4369 size_t arrsz; local
4403 arrsz = udp_propinfo_count * sizeof (mod_prop_info_t);
4404 us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
4406 bcopy(udp_propinfo_tbl, us->us_propinfo_tbl, arrsz);

Completed in 165 milliseconds