Searched refs:niov (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/truss/ |
H A D | expound.c | 3175 show_iovec32(private_t *pri, long offset, int niov, int showbuf, long count) in show_iovec32() argument 3182 if (niov > 16) /* is this the real limit? */ in show_iovec32() 3183 niov = 16; in show_iovec32() 3185 if (offset != NULL && niov > 0 && in show_iovec32() 3186 Pread(Proc, &iovec[0], niov*sizeof (iovec32_t), offset) in show_iovec32() 3187 == niov*sizeof (iovec32_t)) { in show_iovec32() 3192 for (ip = &iovec[0]; niov-- && !interrupt; ip++) { in show_iovec32() 3215 show_iovec(private_t *pri, long offset, long niov, int showbuf, long count) in show_iovec() argument 3224 show_iovec32(pri, offset, niov, showbuf, count); in show_iovec() 3228 if (niov > 16) /* is this the real limit? */ in show_iovec() [all …]
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 737 int dmu_xuio_init(struct xuio *uio, int niov);
|