Home
last modified time | relevance | path

Searched refs:array (Results 201 – 225 of 351) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE887 array syntax. A new -A option of typeset is used to declare
8 an array to be associative. As with indexed arrays, $name is
11 indices. For example, ${!name[@]} expands to the list of array
75 of the indexed array varname.
78 elements of the associative array varname.
309 read into an indexed array.
421 to intercept variable creation and supply the array processing
H A DPROMO.mm84 The subscript for an indexed array is an arithmetic expression,
85 whereas, the subscript for an associative array is a string.
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg99 Index of element of e_ident[] array. This can be\n\
104 New value for element of e_ident[] array. This can be\n\
209 object. This information is found in the e_ident array in\n\
255 identification array also contains a version value. These\n\
358 not change the size of the actual program header array elements.\n\
380 header array in the file.\n"
393 not change the size of the actual section header array elements.\n\
416 header array in the file.\n"
/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c1755 ippctl_buf_t *array; in ippctl_realloc() local
1764 array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP); in ippctl_realloc()
1771 array[i] = ippctl_array[i]; in ippctl_realloc()
1779 ippctl_array = array; in ippctl_realloc()
/illumos-gate/usr/src/tools/smatch/src/
H A Dshow-parse.c432 char array[200]; in show_type() local
435 name.start = name.end = array+100; in show_type()
443 static char array[200]; in show_typename() local
446 name.start = name.end = array+100; in show_typename()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h657 readlock_t *array; member
663 mutex_t **array; member
1124 caddr32_t array; member
1130 caddr32_t array; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1598 resp->array = NULL; in rfs4call()
1622 if (resp->array[i].resop >= NFSPROC4_NULL && in rfs4call()
1623 resp->array[i].resop <= OP_WRITE) in rfs4call()
1624 mi->mi_reqs[resp->array[i].resop].value.ui64++; in rfs4call()
1706 argop = args.array; in remap_lookup()
1718 resop = &res.array[res.array_len - 2]; in remap_lookup()
1737 resop = &res.array[res.array_len - 1]; in remap_lookup()
1746 resop = &res.array[res.array_len - 5]; in remap_lookup()
1765 resop = &res.array[res.array_len - 4]; in remap_lookup()
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()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x318 int array[MAX_FLAVORS]; member
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in160 array of discriminant values. Input in blockpointer
444 out of the array and into its own struct.
445 Having it part of the array is not very easy to work
2259 /* Count is the real count of files array entries.
2270 /* Count is the real count of files array entries.
4449 and creates an array of Dwarf_Signed values
4882 element of the array of offsets.
4888 array, and *global_offset_value_out is set
5023 element of the array of offsets.
5029 array, and *global_offset_value_out is set
[all …]
H A Dlibdwarf.h.in160 array of discriminant values. Input in blockpointer
444 out of the array and into its own struct.
445 Having it part of the array is not very easy to work
2259 /* Count is the real count of files array entries.
2270 /* Count is the real count of files array entries.
4449 and creates an array of Dwarf_Signed values
4882 element of the array of offsets.
4888 array, and *global_offset_value_out is set
5023 element of the array of offsets.
5029 array, and *global_offset_value_out is set
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg41 # can iterate over both sets in an array
/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/lib/libscf/common/
H A Dnotify_params.c1042 int array) in add_prop_to_nvlist() argument
1089 if (n == 1 && !array) in add_prop_to_nvlist()
1103 if (vals.value_count == 1 && !array) in add_prop_to_nvlist()
1115 if (vals.value_count == 1 && !array) in add_prop_to_nvlist()
1127 if (vals.value_count == 1 && !array) in add_prop_to_nvlist()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c1414 add_string_to_array(krb5_context context, char ***array, const char *addition) argument
1418 if (*array == NULL) {
1430 char **a = *array;
1444 free(*array);
1446 *array = out;
/illumos-gate/usr/src/uts/i86pc/io/
H A Disa.c333 isa_used_to_ranges(int ctype, int *array, uint_t size, pib_ranges_t *ranges) in isa_used_to_ranges() argument
342 used_p = (used_ranges_t *)array; in isa_used_to_ranges()
357 isa_remove_res_from_pci(int type, int *array, uint_t size) in isa_remove_res_from_pci() argument
363 used_p = (used_ranges_t *)array; in isa_remove_res_from_pci()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_proc_init.S96 add %l3, %g1, %g1 ! %g1 = end of the array
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c5917 void **array; in ddi_soft_state_zalloc() local
5931 array = ss->array; /* NULL if ss->n_items == 0 */ in ddi_soft_state_zalloc()
5989 dirty->array = ss->array; in ddi_soft_state_zalloc()
5994 ss->array = (array = new_array); in ddi_soft_state_zalloc()
5998 ASSERT(array != NULL && item < ss->n_items && array[item] == NULL); in ddi_soft_state_zalloc()
6000 array[item] = new_element; in ddi_soft_state_zalloc()
6033 return (ss->array[item]); in ddi_get_soft_state()
6051 void **array; in ddi_soft_state_free() local
6065 if ((array = ss->array) == NULL || ss->size == 0) { in ddi_soft_state_free()
6072 element = array[item]; in ddi_soft_state_free()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th795 : cycle_menuitem ( N -- N ) \ cycles through array of choices for a menuitem
803 \ let's test for the existence of this particular array element.
808 \ duplicate array index and convert to ASCII numeral
818 \ Now test for the existence of our incremented array index in the
823 \ No caption set for this array index. Loop back to zero.
853 \ Assign array value text to menu caption
862 swap ! ( n addr k -- n ) \ update array state variable
1200 \ Initialize our array state variables
/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/io/bnxe/577xx/drivers/common/include/
H A Dmm_ndismono.h86 …LM_BAR_WR32_ADDRESS((PDEV), ((u8_t *)PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV),(CID))].…
H A Dmm_user_mode_debug.h63 …LM_BAR_WR32_ADDRESS((PDEV), ((u8_t *)PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV),(CID))].…
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME52 array set to "fault.one" and "fault.two" (in that order) and expect
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_label.c704 uint64_t *array; in vdev_top_config_generate() local
707 array = kmem_alloc(rvd->vdev_children * sizeof (uint64_t), KM_SLEEP); in vdev_top_config_generate()
713 array[idx++] = c; in vdev_top_config_generate()
719 array, idx) == 0); in vdev_top_config_generate()
725 kmem_free(array, rvd->vdev_children * sizeof (uint64_t)); in vdev_top_config_generate()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c386 if (valiswhite(&h->array[i])) { in traverseephemeron()
388 reallymarkobject(g, gcvalue(&h->array[i])); in traverseephemeron()
420 markvalue(g, &h->array[i]); in traversestrongtable()
649 TValue *o = &h->array[i]; in clearvalues()

12345678910>>...15