Lines Matching full:strioctl
190 static int strioctl(int, int, int, char *);
704 if (strioctl(p->fd, A_PROMISCON_REQ, 0, NULL) < 0) {
846 if (strioctl(p->fd, DLIOCRAW, 0, NULL) < 0) {
885 strioctl(p->fd, SBIOCSSNAP, sizeof(ss), (char *)&ss) != 0) {
899 if (strioctl(p->fd, SBIOCSTIME, sizeof(to), (char *)&to) != 0) {
910 if (strioctl(p->fd, SBIOCSCHUNK, sizeof(chunksize), (char *)&chunksize)
1105 if (strioctl(fd, A_GET_UNITS, sizeof(buf), (char *)&buf) < 0) {
1527 strioctl(int fd, int cmd, int len, char *dp)
1529 struct strioctl str;