Home
last modified time | relevance | path

Searched refs:niov (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/truss/
H A Dexpound.c3175 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_44/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h737 int dmu_xuio_init(struct xuio *uio, int niov);