Searched refs:xioctl_filter (Results 1 – 2 of 2) sorted by relevance
135 u8 xioctl_filter[] = { variable
6267 if(sizeof(xioctl_filter)-1 < cmd) { in is_xioctl_allowed()6271 if(xioctl_filter[cmd] == 0xFF) return 0; in is_xioctl_allowed()6272 if(xioctl_filter[cmd] & mode) return 0; in is_xioctl_allowed()