Searched refs:arr_sz (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c463 int arr_sz; local
466 arr_sz = sizeof (pfkey_msg_type) / sizeof (*pfkey_msg_type);
469 if (msg->sadb_msg_type >= arr_sz) {
/illumos-gate/usr/src/uts/i86pc/io/acpi/drmach_acpi/
H A Ddrmach_acpi.h113 int arr_sz; member in struct:__anon9356
H A Ddrmach_acpi.c391 arr->arr_sz = (max_index - min_index + 1) * sizeof (void *);
392 if (arr->arr_sz > 0) {
396 arr->arr = kmem_zalloc(arr->arr_sz, KM_SLEEP);
463 kmem_free(arr->arr, arr->arr_sz);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c116 int arr_sz; member in struct:__anon10045
521 arr->arr_sz = (max_index - min_index + 1) * sizeof (void *);
522 if (arr->arr_sz > 0) {
526 arr->arr = kmem_zalloc(arr->arr_sz, KM_SLEEP);
595 kmem_free(arr->arr, arr->arr_sz);
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c115 int arr_sz; member in struct:__anon9884
844 arr->arr_sz = (max_index - min_index + 1) * sizeof (void *);
845 if (arr->arr_sz > 0) {
849 arr->arr = kmem_zalloc(arr->arr_sz, KM_SLEEP);
918 kmem_free(arr->arr, arr->arr_sz);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c213 int arr_sz; member in struct:__anon9973
943 arr->arr_sz = (max_index - min_index + 1) * sizeof (void *);
944 if (arr->arr_sz > 0) {
948 arr->arr = kmem_zalloc(arr->arr_sz, KM_SLEEP);
1022 kmem_free(arr->arr, arr->arr_sz);

Completed in 106 milliseconds