Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
HDsys_generic.c587 u_long maskcmd; in mapped_ioctl() local
590 maskcmd = com & map->mask; in mapped_ioctl()
598 if (maskcmd >= iomc->start && in mapped_ioctl()
599 maskcmd <= iomc->end) in mapped_ioctl()
616 map->sys, fd, maskcmd, in mapped_ioctl()
617 (int)((maskcmd >> 8) & 0xff), in mapped_ioctl()
618 (int)(maskcmd & 0xff)); in mapped_ioctl()
646 map->sys, fd, maskcmd, in mapped_ioctl()
647 (int)((maskcmd >> 8) & 0xff), in mapped_ioctl()
648 (int)(maskcmd & 0xff)); in mapped_ioctl()