Home
last modified time | relevance | path

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; in inj_defn_memcmp_intr_array() local
397 inj_free(arrbase, arrsz); in inj_defn_memcmp_intr_array()
442 size_t nelems, arrsz; in inj_defn_memcmp_bool_array() local
451 arr = inj_zalloc(arrsz); in inj_defn_memcmp_bool_array()
470 inj_free(arr, arrsz); in inj_defn_memcmp_bool_array()
504 size_t nelems, arrsz; in inj_defn_memcmp_strenum_array() local
514 arr = inj_zalloc(arrsz); in inj_defn_memcmp_strenum_array()
541 inj_free(arr, arrsz); in inj_defn_memcmp_strenum_array()
635 size_t nelems, arrsz; in inj_defn_memcmp_sub_array() local
646 arr = inj_zalloc(arrsz); in inj_defn_memcmp_sub_array()
[all …]
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c446 uint_t n1, n2, arrsz, repsz; in get_email_prefs() local
502 &strarr, &arrsz) == 0) in get_email_prefs()
506 uint_t arrsz; in get_email_prefs() local
517 &arrsz); in get_email_prefs()
519 &arrsz); in get_email_prefs()
531 if (nd_split_list(nhdl, strarr[0], ",", &tmparr, &arrsz) in get_email_prefs()
536 ep->ep_num_recips = arrsz; in get_email_prefs()
540 &strarr, &arrsz) == 0) in get_email_prefs()
544 &arrsz) == 0) in get_email_prefs()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c417 nd_free_strarray(char **arr, uint_t arrsz) in nd_free_strarray() argument
419 for (uint_t i = 0; i < arrsz; i++) in nd_free_strarray()
431 nd_join_strarray(nd_hdl_t *nhdl, char **arr, uint_t arrsz, char **buf) in nd_join_strarray() argument
441 for (i = 0; i < arrsz; i++) in nd_join_strarray()
450 for (i = 1; i < arrsz; i++) { in nd_join_strarray()
460 nd_free_nvlarray(nvlist_t **arr, uint_t arrsz) in nd_free_nvlarray() argument
462 for (uint_t i = 0; i < arrsz; i++) in nd_free_nvlarray()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1529 size_t arrsz; in sctp_stack_init() local
1545 arrsz = sctp_propinfo_count * sizeof (mod_prop_info_t); in sctp_stack_init()
1546 sctps->sctps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in sctp_stack_init()
1548 bcopy(sctp_propinfo_tbl, sctps->sctps_propinfo_tbl, arrsz); in sctp_stack_init()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3760 size_t arrsz; in tcp_stack_init() local
3792 arrsz = tcp_propinfo_count * sizeof (mod_prop_info_t); in tcp_stack_init()
3793 tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in tcp_stack_init()
3795 bcopy(tcp_propinfo_tbl, tcps->tcps_propinfo_tbl, arrsz); in tcp_stack_init()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c5004 size_t arrsz; in rawip_stack_init() local
5010 arrsz = sizeof (icmp_propinfo_tbl); in rawip_stack_init()
5011 is->is_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in rawip_stack_init()
5012 bcopy(icmp_propinfo_tbl, is->is_propinfo_tbl, arrsz); in rawip_stack_init()
H A Dip.c4644 size_t arrsz; in ip_stack_init() local
4689 arrsz = ip_propinfo_count * sizeof (mod_prop_info_t); in ip_stack_init()
4690 ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in ip_stack_init()
4691 bcopy(ip_propinfo_tbl, ipst->ips_propinfo_tbl, arrsz); in ip_stack_init()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4510 size_t arrsz; in udp_stack_init() local
4544 arrsz = udp_propinfo_count * sizeof (mod_prop_info_t); in udp_stack_init()
4545 us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in udp_stack_init()
4547 bcopy(udp_propinfo_tbl, us->us_propinfo_tbl, arrsz); in udp_stack_init()