Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c304 static di_off_t di_copyformat(di_off_t, struct di_state *, intptr_t, int);
820 if ((off = di_copyformat(off, st, arg, mode)) == 0) { in di_ioctl()
828 if ((off = di_copyformat(off, st, arg, mode)) == 0) { in di_ioctl()
1086 di_copyformat(di_off_t off, struct di_state *st, intptr_t arg, int mode) in di_copyformat() function