Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dtnf.h100 #define TIFIOCGBLOCK (('t' << 8) | 15) /* copy out tnf block */ macro
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf.c392 cmd != TIFIOCGBLOCK && in tnf_ioctl()
429 case TIFIOCGBLOCK: in tnf_ioctl()
/titanic_41/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c197 if (ioctl(input_fd, TIFIOCGBLOCK, &ioctl_arg) < 0) { in read_tnf_block()