Home
last modified time | relevance | path

Searched refs:array (Results 76 – 100 of 351) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dconditional-type.c3 static int array[3]; variable
73 if (array) return 1; in good_if_ptr()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmknames.awk36 function header(file, array) {
55 printf "char *__m_%s[] = {\n", array > file
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmknames.awk34 function header(file, array) {
52 printf "const char *%s[] = {\n", array > file
/illumos-gate/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c570 ipp_class_t *array; in dump_classes() local
576 array = mdb_alloc(sizeof (ipp_class_t) * nelt, UM_SLEEP); in dump_classes()
577 if (mdb_vread(array, sizeof (ipp_class_t) * nelt, ptr) == -1) { in dump_classes()
589 cp = &(array[i]); in dump_classes()
603 ipp_log_t *array; in dump_log() local
609 array = mdb_alloc(sizeof (ipp_log_t) * nelt, UM_SLEEP); in dump_log()
610 if (mdb_vread(array, sizeof (ipp_log_t) * nelt, ptr) == -1) { in dump_log()
622 lp = &(array[i]); in dump_log()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loclists.c785 Dwarf_Loclists_Context *array = 0; in _dwarf_which_loclists_context() local
791 array = dbg->de_loclists_context; in _dwarf_which_loclists_context()
793 if (!array) { in _dwarf_which_loclists_context()
796 rcx = array[i]; in _dwarf_which_loclists_context()
803 rcx = array[i]; in _dwarf_which_loclists_context()
843 rcx = array[i]; in _dwarf_which_loclists_context()
1080 Dwarf_Locdesc_c array = 0; in build_array_of_lle() local
1087 if (!array) { in build_array_of_lle()
1093 rctx->ll_locdesc = array; in build_array_of_lle()
1097 array[i] = *cur; in build_array_of_lle()
[all …]
H A Ddwarf_rnglists.c673 Dwarf_Rnglists_Context *array; in _dwarf_which_rnglists_context() local
676 array = dbg->de_rnglists_context; in _dwarf_which_rnglists_context()
683 Dwarf_Rnglists_Context rcx = array[i]; in _dwarf_which_rnglists_context()
939 Dwarf_Rnglists_Entry* array = 0; in build_array_of_rle() local
944 array = (Dwarf_Rnglists_Entry*)malloc( in build_array_of_rle()
946 if (!array) { in build_array_of_rle()
955 array[i] = cur; in build_array_of_rle()
958 rctx->rh_rnglists = array; in build_array_of_rle()
984 Dwarf_Rnglists_Context *array = 0; in dwarf_rnglists_get_rle_head() local
999 array = dbg->de_rnglists_context; in dwarf_rnglists_get_rle_head()
[all …]
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_util.c92 array64_max(uint64_t array[], unsigned int len) in array64_max() argument
97 max = MAX(max, array[i]); in array64_max()
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_exec.c1099 char *array[MAX_EXEC_CMD_ARGS+1]; in z_ExecCmdList() local
1106 bzero(array, sizeof (array)); in z_ExecCmdList()
1111 array[argno] = va_arg(ap, char *); in z_ExecCmdList()
1112 if (array[argno] == (char *)NULL) { in z_ExecCmdList()
1119 a_cmd, array)); in z_ExecCmdList()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dwalkstack.c473 backtrace_symbols(void *const *array, int size) in backtrace_symbols() argument
490 (void) addrtosymstr(array[i], linebuffer, sizeof (linebuffer)); in backtrace_symbols()
518 backtrace_symbols_fd(void *const *array, int size, int fd) in backtrace_symbols_fd() argument
525 len = addrtosymstr(array[i], linebuffer, in backtrace_symbols_fd()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_mtag.c234 struct expression *array, *offset_expr; in get_array_mtag_offset() local
242 array = get_array_base(expr); in get_array_mtag_offset()
243 if (!array) in get_array_mtag_offset()
245 type = get_type(array); in get_array_mtag_offset()
252 if (!expr_to_mtag_offset(array, tag, &start_offset)) in get_array_mtag_offset()
H A Dparse.dtd5 <!ATTLIST symbol type (uninitialized|preprocessor|basetype|node|pointer|function|array|struct|union…
18 array-size CDATA #IMPLIED
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h361 #define __PAST_END(array, offset) (((__typeof__(*(array)) *)(array))[offset]) argument
/illumos-gate/usr/src/lib/krb5/dyn/
H A Ddyn_realloc.c70 temp = (DynPtr) realloc(obj->array, new_size_in_bytes);
77 obj->array = temp;
/illumos-gate/usr/src/cmd/oawk/
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/contrib/ast/src/cmd/ksh93/
H A DRELEASE196 12-03-19 Using typeset -a array when array is an associative arry not
366 an array instance when the array has been declared a compound variable
367 array.
551 array variable when there are references to array subscripts has
554 to another array could cause the array to display incorrectly has
806 array element would create the array element has been fixed.
1278 the same array.
1382 08-05-19 +The array expansions ${array[sub1..sub2]} and ${!array[sub1..sub2]}
1504 array instance.
1606 an array when the array name is itself a reference has been fixed.
[all …]
/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/cmd/acpi/iasl/
H A Dnew_table.txt82 array that contains the table contents.
84 Add this array to the dttemplate.h file. Name the array TemplateXXXX.
85 Add this array name to the AcpiDmTableData entry for the new ACPI table
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsemsys.c51 ushort_t *array; member
81 arg = (uintptr_t)va_arg(ap, union semun).array; in semctl()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c1268 if (array == NULL) { in devfs_bootdev_free_list()
1272 while (array[i] != NULL) { in devfs_bootdev_free_list()
1273 free(array[i]->bootdev_element); in devfs_bootdev_free_list()
1278 free(array[i]->bootdev_trans); in devfs_bootdev_free_list()
1279 free(array[i]); in devfs_bootdev_free_list()
1282 free(array); in devfs_bootdev_free_list()
1632 char **array; in prom_dev_to_alias() local
1699 array = *ret_buf; in prom_dev_to_alias()
1703 array[count] = list->name; in prom_dev_to_alias()
1709 array[count] = list->name; in prom_dev_to_alias()
[all …]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_tabs.c583 kcf_get_slot_list(uint_t *count, kcf_provider_desc_t ***array, in kcf_get_slot_list() argument
659 *array = p; in kcf_get_slot_list()
674 kcf_get_hw_prov_tab(uint_t *count, kcf_provider_desc_t ***array, int kmflag, in kcf_get_hw_prov_tab() argument
765 *array = p; in kcf_get_hw_prov_tab()
774 kcf_free_provider_tab(uint_t count, kcf_provider_desc_t **array) in kcf_free_provider_tab() argument
780 if ((prov_desc = array[i]) != NULL) { in kcf_free_provider_tab()
784 kmem_free(array, count * sizeof (kcf_provider_desc_t *)); in kcf_free_provider_tab()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c31 static void add(int **array, int n);
45 static void padd(int **array, int n);
148 add(int **array, int n) in add() argument
154 array[n] = nxtpos; /* note no packing is done in positions */ in add()
1194 padd(int **array, int n) in padd() argument
1197 array[n] = nxtpos; in padd()
1203 j = array[i]; in padd()
1209 array[n] = array[i]; in padd()
1214 add(array, n); in padd()
/illumos-gate/usr/src/uts/common/fs/nfs/
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/contrib/ast/src/lib/libast/sfio/
H A Dsfpool.c46 if(p->s_sf && p->sf != p->array)
91 p->s_sf = sizeof(p->array)/sizeof(p->array[0]);
92 p->sf = p->array;
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th1202 : sort ( array len -- )
1221 ['] opendir catch ( n array )
1274 dup cells allocate ( n array flag ) \ allocate array
1281 readdir ( n array addr len flag | n array flag )
1283 ( n array addr len )
1286 over I cells + ! ( n array )
1293 over I cells + @ ( n array total array[I] )
1294 @ + 1+ ( n array total' )
1297 ( n array len addr )
1299 2swap ( len addr n array )
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c72 ld_map_kwfind(const char *name, void *array, size_t name_offset, in ld_map_kwfind() argument
75 for (; ; array = elt_size + (char *)array) { in ld_map_kwfind()
78 (name_offset + (const char *) array)); in ld_map_kwfind()
84 return (array); in ld_map_kwfind()
112 ld_map_kwnames(void *array, size_t name_offset, size_t elt_size, char *buf, in ld_map_kwnames() argument
119 for (; bufsize > 1; array = elt_size + (char *)array, cnt++) { in ld_map_kwnames()
122 (name_offset + (const char *) array)); in ld_map_kwnames()

12345678910>>...15