Home
last modified time | relevance | path

Searched refs:array (Results 1 – 25 of 351) sorted by last modified time

12345678910>>...15

/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist28 * Growing this list may damage programs because this array is
29 * copied into a reserved array at runtime. See bug 4097669.
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c3995 nfs_argop4 *array = *arrayp; in xdr_snfs_argop4_free() local
4005 if (array == NULL) in xdr_snfs_argop4_free()
4011 array[i].argop != OP_ILLEGAL) { in xdr_snfs_argop4_free()
4012 xdr_nfs4x_argop4(xdrs, &array[i]); in xdr_snfs_argop4_free()
4019 switch (array[i].argop) { in xdr_snfs_argop4_free()
4149 kmem_free(array[i].nfs_argop4_u. in xdr_snfs_argop4_free()
4151 array[i].nfs_argop4_u. in xdr_snfs_argop4_free()
4548 nfs_resop4 *array = *arrayp; in xdr_nfs_resop4_free() local
4556 if (array == NULL) in xdr_nfs_resop4_free()
4563 switch (array[i].resop) { in xdr_nfs_resop4_free()
[all …]
H A Dnfs4_srv.c6008 resp->array = NULL; in rfs4_compound()
6031 resp->array = kmem_zalloc(args->array_len * sizeof (nfs_resop4), in rfs4_compound()
6073 argop = &args->array[i]; in rfs4_compound()
6074 resop = &resp->array[i]; in rfs4_compound()
6114 bcopy(resp->array, in rfs4_compound()
6116 kmem_free(resp->array, in rfs4_compound()
6120 resp->array = new_res; in rfs4_compound()
6157 resop = &resp->array[i]; in rfs4_compound_free()
6163 if (resp->array != NULL) { in rfs4_compound_free()
6164 kmem_free(resp->array, resp->array_len * sizeof (nfs_resop4)); in rfs4_compound_free()
[all …]
H A Dnfs4x_srv.c825 if (args->array_len == 0 || args->array[0].argop != OP_SEQUENCE) in rfs4x_sequence_prep()
828 sargs = &args->array[0].nfs_argop4_u.opsequence; in rfs4x_sequence_prep()
H A Dnfs4x_dispatch.c36 resp->array = kmem_zalloc(sz, KM_SLEEP); in rfs4_err_resp()
38 resp->array[0].resop = args->array[0].argop; in rfs4_err_resp()
39 resp->status = resp->array[0].nfs_resop4_u.opillegal.status = err; in rfs4_err_resp()
72 if (!valid_first_compound_op(args->array[0].argop)) in verify_compound_args()
75 if (args->array_len > 1 && args->array[0].argop != OP_SEQUENCE) { in verify_compound_args()
H A Dnfs4_srv_deleg.c730 argop = args->array; in rfs4freeargres()
750 kmem_free(args->array, arglen * sizeof (nfs_cb_argop4)); in rfs4freeargres()
768 res->array = NULL; in rfs4_do_callback()
864 cb4_args.array = argop; in rfs4_do_cb_recall()
894 &cb4_res.array[0].nfs_cb_resop4_u.opcbrecall; in rfs4_do_cb_recall()
H A Dnfs4_dispatch.c541 resp->array = NULL; in rfs4_send_minor_mismatch()
602 rbp->array = kmem_zalloc(rbp->array_len * sizeof (nfs_resop4), in rfs4_resource_err()
604 resop = &rbp->array[0]; in rfs4_resource_err()
605 resop->resop = argsp->array[0].argop; /* copy first op over */ in rfs4_resource_err()
628 kmem_free(rbp->array, rbp->array_len * sizeof (nfs_resop4)); in rfs4_resource_err()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m67 file path=opt/util-tests/tests/awk/bugs-fixed/split-fs-from-array.awk mode=0444
68 file path=opt/util-tests/tests/awk/bugs-fixed/split-fs-from-array.ok mode=0444
162 file path=opt/util-tests/tests/awk/examples/awk/t.array mode=0444
387 file path=opt/util-tests/tests/awk/examples/out/t.array mode=0444
1079 file path=opt/util-tests/tests/ctf/check-array mode=0555
1104 file path=opt/util-tests/tests/ctf/test-array.c mode=0555
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3023 lockptr = self->ul_heldlocks.array; in find_lock_entry()
3055 self->ul_heldlocks.array = lockptr; in find_lock_entry()
3066 (void) memcpy(lockptr, self->ul_heldlocks.array, in find_lock_entry()
3068 lfree(self->ul_heldlocks.array, nlocks * sizeof (mutex_t *)); in find_lock_entry()
3069 self->ul_heldlocks.array = lockptr; in find_lock_entry()
3107 lfree(ulwp->ul_heldlocks.array, nlocks * sizeof (mutex_t *)); in heldlock_free()
3109 ulwp->ul_heldlocks.array = NULL; in heldlock_free()
3125 lockptr = self->ul_heldlocks.array; in heldlock_exit()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c732 #define array_append(array,size,element,type)\ argument
734 if (*(array) == NULL)\
735 *(array) = (type**)malloc((size+1)*sizeof(type*));\
737 *(array) = (type**)realloc(*(array),\
739 if(*(array) == NULL) return ENOMEM;\
740 (*(array))[(size)-1] = elt
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src3638 # + interprets control-function-key as a second array of keys, so a
20429 # bewildering array of plugs on the back, including a built-in modem.
H A Dtermcap.src3171 # + interprets control-function-key as a second array of keys, so a
18226 # bewildering array of plugs on the back, including a built-in modem.
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c3317 str_array_len(const char *array[]) in str_array_len() argument
3320 while (array[i]) in str_array_len()
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c1844 char array[16]; in print_array_table() local
1874 (void) snprintf(array, sizeof (array), "c%ut%llud%llu", in print_array_table()
1877 (void) fprintf(stdout, "%s\t\t", array); in print_array_table()
1878 if (strlen(array) < 8) in print_array_table()
1921 (void) snprintf(array, sizeof (array), "sub%u", i++); in print_array_table()
1922 (void) fprintf(stdout, "\t%s\t\t", array); in print_array_table()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c520 array_free(void **array, int nelem) in array_free() argument
524 free(array[i]); in array_free()
525 free(array); in array_free()
/illumos-gate/usr/src/
H A DMakefile.master435 CERRWARN += -_gcc=-Wno-array-bounds
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h2880 nfs_argop4 *array; member
2888 nfs_argop4 *array; member
2896 nfs_resop4 *array; member
2905 nfs_resop4 *array; member
3277 nfs_cb_argop4 *array; member
3285 nfs_cb_resop4 *array; member
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c316 *array = NULL; in crypto_get_dev_list()
346 *array = p; in crypto_get_dev_list()
410 *array = names; in crypto_get_soft_list()
505 *array = mech_names; in crypto_get_dev_info()
583 if (array[i][0] == '\0') in kcf_change_mechs()
586 mech = &array[i][0]; in kcf_change_mechs()
858 *array = NULL; in dup_mech_names()
872 *array = mech_names; in dup_mech_names()
1001 *array = NULL; in crypto_build_permitted_mech_names()
1020 *array = mech_names; in crypto_build_permitted_mech_names()
[all …]
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.def83 #define ARR 020 /* this is an array */
H A DEXPLAIN96 As it is for fields, so it is for array elements
H A DREADME40 for (i in array)
43 along the members of an array, most usefully
63 splits the string str into the array using
66 The elements are array[1] ... array[n]; n
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dbug16127.dat6 # characters in an array; the optimization would falsely trigger if either
7 # the bitmap or the array was a singleton, ignoring the members of the other
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_main.c434 jobjectArray array = NULL; in Java_com_sun_zfs_common_model_SystemDataModel_getAvailableDisks() local
448 array = zjni_Collection_to_array( in Java_com_sun_zfs_common_model_SystemDataModel_getAvailableDisks()
453 return (array); in Java_com_sun_zfs_common_model_SystemDataModel_getAvailableDisks()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2801 struct lm_context_cookie * array; member
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1148 if (mdb_vread(&statep, sizeof (statep), (uintptr_t)ss.array + in mdb_get_soft_state_byaddr()

12345678910>>...15