Searched refs:TIFIOCGSTATE (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libtnfctl/ |
H A D | kernel_int.c | 93 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_50/usr/src/uts/common/sys/ |
H A D | tnf.h | 90 #define TIFIOCGSTATE (('t' << 8) | 5) /* get tracing system state */ macro
|
/titanic_50/usr/src/uts/common/tnf/ |
H A D | tnf.c | 390 cmd != TIFIOCGSTATE && in tnf_ioctl() 405 case TIFIOCGSTATE: in tnf_ioctl()
|
/titanic_50/usr/src/cmd/tnf/tnfxtract/ |
H A D | tnfxtract.c | 148 if (ioctl(input_fd, TIFIOCGSTATE, &tstate) < 0) { in live_kernel_init()
|