/titanic_44/usr/src/cmd/fm/fminject/common/ |
H A D | inj_defn.c | 307 size_t arrsz; in inj_defn_memcmp_intr_array() local 321 arrsz = (nelems + 1) * (cont->ei_width / NBBY); in inj_defn_memcmp_intr_array() 322 arrbase = inj_zalloc(arrsz); in inj_defn_memcmp_intr_array() 397 inj_free(arrbase, arrsz); in inj_defn_memcmp_intr_array() 442 size_t nelems, arrsz; in inj_defn_memcmp_bool_array() local 450 arrsz = nelems * sizeof (boolean_t); in inj_defn_memcmp_bool_array() 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 513 arrsz = nelems * sizeof (char *); in inj_defn_memcmp_strenum_array() [all …]
|
/titanic_44/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 441 uint_t n1, n2, arrsz, repsz; in get_email_prefs() local 497 &strarr, &arrsz) == 0) in get_email_prefs() 501 uint_t arrsz; in get_email_prefs() local 512 &arrsz); in get_email_prefs() 514 &arrsz); in get_email_prefs() 526 if (nd_split_list(nhdl, strarr[0], ",", &tmparr, &arrsz) in get_email_prefs() 531 ep->ep_num_recips = arrsz; in get_email_prefs() 535 &strarr, &arrsz) == 0) in get_email_prefs() 539 &arrsz) == 0) in get_email_prefs()
|
/titanic_44/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 417 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() 458 nd_free_nvlarray(nvlist_t **arr, uint_t arrsz) in nd_free_nvlarray() argument 460 for (uint_t i = 0; i < arrsz; i++) in nd_free_nvlarray()
|
/titanic_44/usr/src/uts/common/inet/sctp/ |
H A D | sctp.c | 1529 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()
|
/titanic_44/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 3736 size_t arrsz; in tcp_stack_init() local 3768 arrsz = tcp_propinfo_count * sizeof (mod_prop_info_t); in tcp_stack_init() 3769 tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in tcp_stack_init() 3771 bcopy(tcp_propinfo_tbl, tcps->tcps_propinfo_tbl, arrsz); in tcp_stack_init()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 4994 size_t arrsz; in rawip_stack_init() local 5000 arrsz = sizeof (icmp_propinfo_tbl); in rawip_stack_init() 5001 is->is_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in rawip_stack_init() 5002 bcopy(icmp_propinfo_tbl, is->is_propinfo_tbl, arrsz); in rawip_stack_init()
|
H A D | ip.c | 4614 size_t arrsz; in ip_stack_init() local 4659 arrsz = ip_propinfo_count * sizeof (mod_prop_info_t); in ip_stack_init() 4660 ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in ip_stack_init() 4661 bcopy(ip_propinfo_tbl, ipst->ips_propinfo_tbl, arrsz); in ip_stack_init()
|
/titanic_44/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 4369 size_t arrsz; in udp_stack_init() local 4403 arrsz = udp_propinfo_count * sizeof (mod_prop_info_t); in udp_stack_init() 4404 us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in udp_stack_init() 4406 bcopy(udp_propinfo_tbl, us->us_propinfo_tbl, arrsz); in udp_stack_init()
|