Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dkernel_int.c93 if (ioctl(kfd, TIFIOCGSTATE, &kstate) < 0) in _tnfctl_prbk_init()
158 if (ioctl(hdl->kfd, TIFIOCGSTATE, &bufstat) < 0) { in _tnfctl_prbk_buffer_alloc()
193 if (ioctl(hdl->kfd, TIFIOCGSTATE, &bufstat) < 0) { in _tnfctl_prbk_buffer_dealloc()
261 if (ioctl(hdl->kfd, TIFIOCGSTATE, &kstate) < 0) in _tnfctl_prbk_get_pfilter_list()
329 if (ioctl(hdl->kfd, TIFIOCGSTATE, &bufstat) < 0) { in prbk_get_buf_attrs()
/titanic_41/usr/src/uts/common/sys/
H A Dtnf.h90 #define TIFIOCGSTATE (('t' << 8) | 5) /* get tracing system state */ macro
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf.c390 cmd != TIFIOCGSTATE && in tnf_ioctl()
405 case TIFIOCGSTATE: in tnf_ioctl()
/titanic_41/usr/src/cmd/tnf/tnfxtract/
H A Dtnfxtract.c148 if (ioctl(input_fd, TIFIOCGSTATE, &tstate) < 0) { in live_kernel_init()