Home
last modified time | relevance | path

Searched refs:array (Results 151 – 175 of 351) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca_disp.in458 desc = L2 data array single-bit ECC during TLB reload, snoop, or copyback
474 desc = L2 data array multi-bit ECC during TLB reload, snoop, or copyback
490 desc = L2 main tag array single-bit ECC error on scrubber access
506 desc = L2 main tag array multi-bit ECC error on scrubber access
522 desc = L2 main tag array parity error on I$ fetch
538 desc = L2 main tag array parity error on D$ fetch
554 desc = L2 main tag array parity error on TLB reload, snoop, or copyback
570 desc = L2 main tag array parity error on scrubber access
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.h47 const gss_OID_desc *array[], size_t nel);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvcobj.c533 int32_t key, array; in i_psvc_get_table_value() local
537 tbl_arr = &(hdlp->tbl_arry[array]); in i_psvc_get_table_value()
2788 int32_t found, key, array; in i_psvc_get_obj() local
2798 tbl_arr = &(hp->tbl_arry[array]); in i_psvc_get_obj()
2979 int32_t num, key, array; in i_psvc_load_tables() local
3099 int32_t i, key, array; in i_psvc_destructor() local
3963 int32_t found, key, array; in i_psvc_load_generic() local
5146 ETable_Array *array; in psvc_fini() local
5153 array = &(hdlp->tbl_arry[j]); in psvc_fini()
5162 array->obj_tbl[i].objp); in psvc_fini()
[all …]
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dsem.h32 ushort *array; member
/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()
H A Dlibzfs_jni_util.h88 void zjni_free_array(void **array, zjni_free_f);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c51 static wchar_t *makeindex(NODE *np, wchar_t *array, int tag);
1708 register NODE *array; in userfunc() local
1719 array = actual; in userfunc()
1727 array = actual = actual->n_next; in userfunc()
1731 array = actual->n_alink; in userfunc()
1767 temp->n_alink = array; in userfunc()
2099 makeindex(NODE *np, wchar_t *array, int tag) in makeindex() argument
2134 i = (n = wcslen(array)) + len + 3 + taglen; in makeindex()
2139 (void) memcpy(ocp, array, n * sizeof (wchar_t)); in makeindex()
2157 cp = emalloc(sizeof (wchar_t) * ((n = wcslen(array)) + in makeindex()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcomvar.sh289 typeset -A array=([one]=one [two]=2)
514 typeset -C -A array
515 float array[12].amount=2.9
517 [[ $(typeset -p array) == "$expected" ]] || err_exit 'typeset with compound variable with compound…
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y183 %type <l_node> array
771 | direct_declarator array { dt_decl_array($2); }
831 | direct_abstract_declarator array { dt_decl_array($2); }
832 | array { dt_decl_array($1); $$ = NULL; }
837 array: DT_TOK_LBRAC { dt_scope_push(NULL, CTF_ERR); }
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc376 * A single bit data array fault in an l2 cache can cause:
399 * A multi-bit data array fault in an l2 cache can cause:
417 * A single bit tag array fault in an l2 cache can cause:
436 * A multi-bit tag array fault in an l2 cache can cause:
450 * A data array parity fault in an I cache can cause:
468 * A tag array parity fault in an I cache can cause:
485 * A snoop tag array parity fault in an I cache can cause:
531 * A single bit data array fault in an D cache can cause:
553 * A multi-bit data array fault in an D cache can cause:
566 * A tag array parity fault in an D cache can cause:
[all …]
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c166 cfga_list_data_t *array; member
2369 cldp[i] = alp->array[j]; in realloc_data_ext()
2839 alp->array = NULL; in stat_plugin_v2()
2864 clog = (alp->array[0]).ap_log_id[0]; in stat_plugin_v2()
2865 cphys = (alp->array[0]).ap_phys_id[0]; in stat_plugin_v2()
2868 (void) snprintf((alp->array[0]).ap_log_id, in stat_plugin_v2()
2869 sizeof ((alp->array[0]).ap_log_id), "%s", in stat_plugin_v2()
2874 (void) snprintf((alp->array[0]).ap_phys_id, in stat_plugin_v2()
2875 sizeof ((alp->array[0]).ap_phys_id), "%s", in stat_plugin_v2()
2888 (void) snprintf((alp->array[i]).ap_class, in stat_plugin_v2()
[all …]
/illumos-gate/usr/src/lib/libdhcputil/
H A DREADME.inittab192 inittab_load() creates and returns an array of dhcp_symbol_t's made
195 the entries returned. The array is dynamically allocated, and the
196 number of items in the array is returned in the `n_entries' parameter.
237 pointer to a dynamically allocated byte-array representing the encoded
246 For inittab_decode(), `data' is a byte-array representing an encoded
249 Note that if the `data' byte-array consists of just the payload of the
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in43 \ Arrays cause stabs to automatically output the per-array-item increment
47 \ array FOO_ARRAY
54 \ which allows \#define's to be used to specify array items:
/illumos-gate/usr/src/test/libmlrpc-tests/doc/
H A DREADME62 2. First NETWORK_INFO/'LM Chal resp'/Bytes array/'LM Chal resp'
64 3. Second NETWORK_INFO/'LM Chal resp'/Bytes array/'LM Chal resp'
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_util.h41 extern uint64_t array64_max(uint64_t array[], unsigned int len);
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_dictionary.h103 IN DAT_DICTIONARY_DATA array[],
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c473 args.array = &argop; in secinfo_tryroot_otw()
660 argop = args.array; in nfs4secinfo_otw()
779 resop = &res.array[numops-1]; /* secinfo res */ in nfs4secinfo_otw()
927 args.array = argop; in nfs4_secinfo_fh_otw()
952 resop = &res.array[1]; /* secinfo res */ in nfs4_secinfo_fh_otw()
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.h70 uint64_t srpt_stp_u8array2u64(uint8_t *array);
/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c200 ushort_t *array; in semgetid() member
235 ushort_t *array; in semgetkey() member
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DTODO.md87 "warning: Variable length array is used."
89 "warning: Variable length array is used. (-Wno-vla)"
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in43 \ Arrays cause stabs to automatically output the per-array-item increment
47 \ array FOO_ARRAY
54 \ which allows \#define's to be used to specify array items:
/illumos-gate/usr/src/lib/krb5/dyn/
H A Ddyn.h35 DynPtr array; member
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c2451 uint32_t array; local
2467 for (array = 1; array < srp->tx_array; ++array)
2469 bge_free_dma_mem(&srp->buf[array][split]);
2526 uint32_t array; local
2534 for (array = 1; array < srp->tx_array; ++array)
2536 bge_free_dma_mem(&srp->buf[array][split]);
2562 uint32_t array; local
2568 array = srp->tx_array;
2569 if (array >= srp->tx_array_max)
2580 &srp->buf[array][split]);
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c1063 __m_cc_hash(w, array, y) in __m_cc_hash() argument
1065 unsigned long *array;
1068 array[y] = 0;
1070 &array[y], (unsigned char *) w->_line[y],
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c956 int array=0, index=0; in assign() local
964 array = ARG_APPEND; in assign()
980 ap->argflag |= array; in assign()
989 array= (type==NV_ARRAY)?SH_ARRAY:0; in assign()
1036 array=SH_ARRAY; in assign()
1043 array = 0; in assign()
1050 if(array && type==NV_TYPE) in assign()
1058 array = 0; in assign()
1077 if(array && n==LPAREN) in assign()
1082 if((n=skipnl(lexp,0)) || array) in assign()
[all …]

12345678910>>...15