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

/opensolaris-onvv-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c310 size_t arrsz; local
324 arrsz = (nelems + 1) * (cont->ei_width / NBBY);
325 arrbase = inj_zalloc(arrsz);
400 inj_free(arrbase, arrsz);
445 size_t nelems, arrsz; local
453 arrsz = nelems * sizeof (boolean_t);
454 arr = inj_zalloc(arrsz);
473 inj_free(arr, arrsz);
507 size_t nelems, arrsz; local
516 arrsz
638 size_t nelems, arrsz; local
[all...]
/opensolaris-onvv-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)
/opensolaris-onvv-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++)
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3719 size_t arrsz; local
3751 arrsz = tcp_propinfo_count * sizeof (mod_prop_info_t);
3752 tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
3754 bcopy(tcp_propinfo_tbl, tcps->tcps_propinfo_tbl, arrsz);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c4960 size_t arrsz; local
4966 arrsz = sizeof (icmp_propinfo_tbl);
4967 is->is_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP);
4968 bcopy(icmp_propinfo_tbl, is->is_propinfo_tbl, arrsz);
H A Dip.c4579 size_t arrsz; local
4624 arrsz = ip_propinfo_count * sizeof (mod_prop_info_t);
4625 ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP);
4626 bcopy(ip_propinfo_tbl, ipst->ips_propinfo_tbl, arrsz);
/opensolaris-onvv-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4346 size_t arrsz; local
4380 arrsz = udp_propinfo_count * sizeof (mod_prop_info_t);
4381 us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
4383 bcopy(udp_propinfo_tbl, us->us_propinfo_tbl, arrsz);

Completed in 208 milliseconds