Searched refs:iarray (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/hptmv/
H A Dhptproc.c63 UINT i, iarray, ichan; local
99 iarray = buffer[0]-'1';
102 if(iarray >= MAX_VDEVICE_PER_VBUS || ichan >= MV_SATA_CHANNELS_NUM) return -EINVAL;
104 pArray = _vbus_p->pVDevice[iarray];
180 iarray = *buffer-'1';
181 if(iarray >= MAX_VDEVICE_PER_VBUS) {
186 pArray = _vbus_p->pVDevice[iarray];
215 iarray = *buffer-'1';
216 if(iarray >= MAX_VDEVICE_PER_VBUS) {
221 pArray = _vbus_p->pVDevice[iarray];
[all...]
/freebsd-current/crypto/openssh/
H A Dmisc.h211 const char *directive, char ***array, int **iarray, u_int *lp,
213 void opt_array_free2(char **array, int **iarray, u_int l);
H A Dmisc.c2623 char ***array, int **iarray, u_int *lp, const char *s, int i)
2629 if (iarray != NULL) {
2630 *iarray = xrecallocarray(*iarray, *lp, *lp + 1,
2631 sizeof(**iarray));
2632 (*iarray)[*lp] = i;
2648 opt_array_free2(char **array, int **iarray, u_int l) argument
2657 free(iarray);
2622 opt_array_append2(const char *file, const int line, const char *directive, char ***array, int **iarray, u_int *lp, const char *s, int i) argument
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dios.cpp140 long* iarray = static_cast<long*>(realloc(__iarray_, newcap * sizeof(long))); local
141 if (iarray == 0) {
147 __iarray_ = iarray;

Completed in 198 milliseconds