Lines Matching refs:ioctl
93 if (ioctl(kfd, TIFIOCGSTATE, &kstate) < 0) in _tnfctl_prbk_init()
158 if (ioctl(hdl->kfd, TIFIOCGSTATE, &bufstat) < 0) { in _tnfctl_prbk_buffer_alloc()
170 if (ioctl(hdl->kfd, TIFIOCALLOCBUF, size) < 0) { in _tnfctl_prbk_buffer_alloc()
193 if (ioctl(hdl->kfd, TIFIOCGSTATE, &bufstat) < 0) { in _tnfctl_prbk_buffer_dealloc()
203 if (ioctl(hdl->kfd, TIFIOCDEALLOCBUF) < 0) { in _tnfctl_prbk_buffer_dealloc()
223 ioctl(hdl->kfd, TIFIOCSTRACING, onoff) < 0) { in _tnfctl_prbk_set_tracing()
242 ioctl(hdl->kfd, TIFIOCSPIDFILTER, onoff) < 0) { in _tnfctl_prbk_set_pfilter_mode()
261 if (ioctl(hdl->kfd, TIFIOCGSTATE, &kstate) < 0) in _tnfctl_prbk_get_pfilter_list()
274 if (ioctl(hdl->kfd, TIFIOCPIDFILTERGET, filterset) < 0) in _tnfctl_prbk_get_pfilter_list()
299 if (ioctl(hdl->kfd, TIFIOCSPIDON, pid_to_add) < 0) { in _tnfctl_prbk_pfilter_add()
311 if (ioctl(hdl->kfd, TIFIOCSPIDOFF, pid_to_del) < 0) { in _tnfctl_prbk_pfilter_delete()
329 if (ioctl(hdl->kfd, TIFIOCGSTATE, &bufstat) < 0) { in prbk_get_buf_attrs()
356 if (ioctl(hndl->kfd, TIFIOCSPROBEVALS, &probebuf) < 0) in _tnfctl_prbk_flush()
382 if (ioctl(hndl->kfd, TIFIOCGMAXPROBE, &maxprobe) < 0) in _tnfctl_refresh_kernel()
415 if (ioctl(hndl->kfd, TIFIOCGPROBEVALS, &probebuf) < 0) { in _tnfctl_refresh_kernel()
449 if (ioctl(hndl->kfd, TIFIOCGPROBESTRING, in _tnfctl_refresh_kernel()