Home
last modified time | relevance | path

Searched refs:array (Results 251 – 275 of 351) sorted by relevance

1...<<1112131415

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dalua_ic_if.c2135 uint8_t *array = NULL; in stmf_ic_uint8_array_unmarshal() local
2139 rc = nvlist_lookup_uint8_array(nvl, field_name, &array, &actual_len); in stmf_ic_uint8_array_unmarshal()
2153 bcopy(array, buf, len); in stmf_ic_uint8_array_unmarshal()
2156 buf = array; in stmf_ic_uint8_array_unmarshal()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/
H A Dmpi2_history.txt207 * MPI2_RAID_PHYS_DISK1_PATH_MAX to size the array.
264 * structures that contain an array of data. The host
267 * in the array.
566 * the PhysDisk array in MPI2_RAID_VOLUME_CREATION_STRUCT
/illumos-gate/usr/src/cmd/awk/
H A Dawk.h403 extern Cell *array(Node **, int);
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfs147 #define _ary_st_pad4 1 /* stat.st_pad4 is an array */
/illumos-gate/usr/src/cmd/mdb/common/modules/sd/
H A Dsd.c289 wsp->walk_addr = (uintptr_t)(SD_DATA(sd_state_data.array)); in init_softstate_members()
/illumos-gate/usr/src/cmd/ipcs/
H A Dipcs.c330 ushort_t *array; in main() member
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.def83 #define ARR 020 /* this is an array */
H A Db.c389 notin(int **array, int n, int *prev) /* is setvec in array[0] thru array[n]? */ in notin() argument
394 ptr = array[i]; in notin()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c876 args.array = argop; in nfs4_getattr_otw_norecovery()
913 *garp = res.array[1].nfs_resop4_u.opgetattr.ga_res; in nfs4_getattr_otw_norecovery()
984 args.array = argop; in nfs4_attr_otw()
1037 bcopy(&res.array[1].nfs_resop4_u.opgetattr.ga_res, in nfs4_attr_otw()
1041 res.array[1].nfs_resop4_u.opgetattr.ga_res.n4g_ext_res) in nfs4_attr_otw()
1042 bcopy(res.array[1].nfs_resop4_u.opgetattr. in nfs4_attr_otw()
3467 args.array = argop; in nfs4renew()
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()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1661 void *array; local
1667 array = v4addr;
1671 array = v6addr;
1706 array) < 0)
1720 if (net_getlifaddr(net_data, phyif, 0, 2, type, array) < 0)
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.h761 #define INIT_INI_ARRAY(iniarray, array, rows, columns) do { \ argument
762 (iniarray)->ia_array = (uint32_t *)(array); \
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h158 XEN_GUEST_HANDLE_64(uint32) array;
/illumos-gate/usr/src/tools/smatch/src/
H A Devaluate.c101 struct symbol *array = alloc_symbol(expr->pos, SYM_ARRAY); in evaluate_string() local
111 sym->ctype.base_type = array; in evaluate_string()
117 array->array_size = sym->array_size; in evaluate_string()
118 array->bit_size = bytes_to_bits(length); in evaluate_string()
119 array->ctype.alignment = 1; in evaluate_string()
120 array->ctype.modifiers = MOD_STATIC; in evaluate_string()
121 array->ctype.base_type = &char_ctype; in evaluate_string()
H A Dsmatch_extra.h217 struct expression *array_element_expression(struct expression *array, struct expression *offset);
H A Dsmatch_flow.c1301 static void fake_element_assigns_helper(struct expression *array, struct expression_list *expr_list…
1439 static void fake_element_assigns_helper(struct expression *array, struct expression_list *expr_list… in fake_element_assigns_helper() argument
1459 binop = array_element_expression(array, offset); in fake_element_assigns_helper()
H A Dsmatch_extra.c381 static void clear_array_states(struct expression *array) in clear_array_states() argument
385 sm = get_sm_state_expr(link_id, array); in clear_array_states()
392 struct expression *array; in set_extra_array_mod() local
398 array = chunk_get_array_base(expr); in set_extra_array_mod()
402 clear_array_states(array); in set_extra_array_mod()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DMamfile708 make array.o
709 make sh/array.c
713 done sh/array.c
714 meta array.o %.c>%.o sh/array.c array
715 prev sh/array.c
716 …SH -DSHOPT_HISTEXPAND -DERROR_CONTEXT_T=Error_context_t -DSHOPT_ESH -DSHOPT_MULTIBYTE -c sh/array.c
717 done array.o generated
1331 …peset.o ulimit.o umask.o whence.o main.o nvdisc.o nvtype.o arith.o args.o array.o completion.o def…
/illumos-gate/usr/src/uts/common/ipp/
H A Dippconf.c3187 ipp_class_t *array; in realloc_packet() local
3190 if ((array = kmem_alloc(length * sizeof (ipp_class_t), in realloc_packet()
3194 bcopy(pp->ippp_class_array, array, in realloc_packet()
3200 pp->ippp_class_array = array; in realloc_packet()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h496 LDAP_API(void) LDAP_CALL ldap_charray_free( char **array );
/illumos-gate/usr/src/common/bignum/amd64/
H A Dbignum_amd64_asm.S225 / composed of an array of 64-bit "digits" or "chunks" along with
/illumos-gate/usr/src/cmd/mdb/common/modules/smartpqi/
H A Dsmartpqi.c622 array_vaddr = ss.array; in smartpqi()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darrays.sh334 : only first element of an array can be exported
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dio.d.in142 * the fds[] array or a translated fileinfo_t. Note that the various open
/illumos-gate/usr/src/
H A DMakefile.master435 CERRWARN += -_gcc=-Wno-array-bounds

1...<<1112131415