Home
last modified time | relevance | path

Searched refs:array (Results 226 – 250 of 351) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c123 void **array; member
3448 array_addr = (uintptr_t)ss->array; in iscsi_ini_hba_walk_init()
3452 hwi->array = mdb_alloc(array_size, UM_SLEEP|UM_GC); in iscsi_ini_hba_walk_init()
3453 if (!hwi->array) { in iscsi_ini_hba_walk_init()
3457 if (mdb_vread(hwi->array, array_size, array_addr) != in iscsi_ini_hba_walk_init()
3476 if (hwi->array[hwi->cur_element] != NULL) { in iscsi_ini_hba_step()
3487 (uintptr_t)hwi->array[hwi->cur_element]) != sizeof (iscsi_hba_t)) { in iscsi_ini_hba_step()
3493 status = wsp->walk_callback((uintptr_t)hwi->array[hwi->cur_element], in iscsi_ini_hba_step()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c222 null_terminated(char *array) in null_terminated() argument
227 if (array[i] == '\0') in null_terminated()
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c2370 fill_n2m_array(char *filename, char **array, int *nelems) in fill_n2m_array() argument
2425 *array = realloc(*array, *nelems); in fill_n2m_array()
2426 if (*array == NULL) { in fill_n2m_array()
2431 (*array)[drv_majnum] = 1; in fill_n2m_array()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm_dos.h132 …LM_BAR_WR32_ADDRESS((PDEV), ((u8_t *)(PFDEV(PDEV))->context_info->array[VF_TO_PF_CID((PDEV),(CID))…
H A Dmm_linux.h97 …LM_BAR_WR32_ADDRESS((PDEV), ((u8_t *)PFDEV(PDEV)->context_info->array[VF_TO_PF_CID((PDEV),(CID))].…
H A Dmm_uefi.h137 …LM_BAR_WR32_OFFSET((PDEV), BAR_1, (u32_t)((int_ptr_t)((u8_t *)(PDEV)->context_info->array[CID].cid…
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c2073 register char **array; local
2078 array = (char **)(void *)
2079 emalloc((int)((strlen(cp) + 1) * sizeof (*array)));
2086 array[nsubs++] = dp = cp;
2104 array[nsubs] = NULL;
2105 return (array);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_fcoe.c1548 …*ppMap = (void *)((u8_t *)pUM->lm_dev.context_info->array[SW_CID(cid)].cid_resc.mapped_cid_bar_add… in BnxeFcoePrvMapMailboxq()
1549 *pAccHandle = pUM->lm_dev.context_info->array[SW_CID(cid)].cid_resc.reg_handle; in BnxeFcoePrvMapMailboxq()
1582 …pTmp = (void *)((u8_t *)pUM->lm_dev.context_info->array[SW_CID(cid)].cid_resc.mapped_cid_bar_addr … in BnxeFcoePrvUnmapMailboxq()
1583 tmpAcc = pUM->lm_dev.context_info->array[SW_CID(cid)].cid_resc.reg_handle; in BnxeFcoePrvUnmapMailboxq()
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c1283 expandmem(int n, void **array, int size) in expandmem() argument
1285 void *old = *array; in expandmem()
1302 *array = new; in expandmem()
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c594 snego->array[snego->cnt+ii] = in nfs_sec_nego()
679 snego->array[snego->cnt+ii] = in nfs_sec_nego()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h50 struct Namarray *array; /* for array node */ member
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dproperties.shlib41 # Given the property array passed in, return 'num_props' elements to the
/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/uts/common/fs/nfs/
H A Dnfs4_common.c203 resop = res->array; in nfs4_need_to_bump_seqid()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dsh.memo1348 Any variable can become an indexed array
1352 All elements of an array need not exist.
1361 Attributes apply to the whole array.
1533 a portion of an array.
1555 to generate portions of an array.
1567 or to array parameters given as
1629 of elements of an array.
1634 When applied to an array variable,
1641 For an array variable
1643 gives the number of elements in the array.
[all …]
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME170 index into an array of 32 interrupt endpoint descriptor lists or periodic
180 - The host controller driver maintains an array of 32 frame bandwidth lists
379 array offset reference from the PERIODICLISTBASE & the FRINDEX registers.
408 - The EHCI host controller driver maintains an array of 32 frame lists to
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Drpcpdu.ndl371 * our pointer and a fixed-size array.
424 * the sec_addr is an interior conformant (variable length) array, which is
485 * is an interior conformant (variable length) array, which is inconsistent
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c305 int array = (flags&(NV_ARRAY|NV_IARRAY)); in nv_setlist() local
360 …if(!array && tp->tre.tretyp!=TLST && tp->com.comset && !tp->com.comarg && tp->com.comset->argval[0… in nv_setlist()
361 array |= (tp->com.comset->argflag&ARG_MESSAGE)?NV_IARRAY:NV_ARRAY; in nv_setlist()
399 if(typ && !array && (!shp->prefix || nv_isnull(np) || nv_isarray(np))) in nv_setlist()
416 if(array && (!ap || !ap->hdr.type)) in nv_setlist()
424 if(array&NV_ARRAY) in nv_setlist()
433 if(array && tp->tre.tretyp!=TLST && !tp->com.comset && !tp->com.comarg) in nv_setlist()
442 …if(tp->tre.tretyp!=TLST && tp->com.comarg && !tp->com.comset && ((array&NV_IARRAY) || !((mp=tp->co… in nv_setlist()
512 if(!(array&NV_IARRAY) && !(tp->com.comset->argflag&ARG_MESSAGE)) in nv_setlist()
559 if(!sh_isoption(SH_BASH) && !(array&NV_IARRAY) && !nv_isarray(np)) in nv_setlist()
/illumos-gate/usr/src/test/libc-tests/cfg/
H A DREADME57 "fields" is an array of fields, pre-split with surrounding whitespace removed,
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c818 u_long array[1000]; local
842 memset(array, 0xff, sizeof(array));
843 fp = (frentry_t *)array;
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs143 #define _ary_st_pad4 1 /* stat.st_pad4 is an array */
/illumos-gate/usr/src/cmd/oawk/
H A DEXPLAIN96 As it is for fields, so it is for array elements
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl803 * The bufptr parameter points to an array of SESSION_INFO_0
807 * an array of SESSION_INFO_1 structures.
810 * parameter points to an array of SESSION_INFO_2 structures.
812 * idle times for the session. The bufptr parameter points to an array
816 * the client is using. The bufptr parameter points to an array of
823 * using. The pbBuffer parameter points to an array of session_info_50
/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/cmd/sgs/elfedit/common/
H A Delfedit.msg67 @ MSG_ALLOC_PATHARR "search path array"
118 @ MSG_DEBUG_ARRCPY_1 "%s: copy array element [%d] to [%d]\n"
119 @ MSG_DEBUG_ARRCPY_N "%s: copy array elements [%d-%d] to [%d-%d]\n"
120 @ MSG_DEBUG_ARRZERO_1 "%s[%d]: zero array element\n"
121 @ MSG_DEBUG_ARRZERO_N "%s[%d-%d]: zero %d array elements\n"

12345678910>>...15