HomeSort by: relevance | last modified time | path
    Searched defs:fifoq_interface (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_fifoq.h 52 struct fifoq_interface { struct
57 struct fifoq_interface iface;
66 struct fifoq_interface iface;
75 #define FIFOQ_IF_ATTACH _IOW('Q', 1, struct fifoq_interface)
76 #define FIFOQ_IF_DETACH _IOW('Q', 2, struct fifoq_interface)
77 #define FIFOQ_ENABLE _IOW('Q', 3, struct fifoq_interface)
78 #define FIFOQ_DISABLE _IOW('Q', 4, struct fifoq_interface)
altq_fifoq.h 52 struct fifoq_interface { struct
57 struct fifoq_interface iface;
66 struct fifoq_interface iface;
75 #define FIFOQ_IF_ATTACH _IOW('Q', 1, struct fifoq_interface)
76 #define FIFOQ_IF_DETACH _IOW('Q', 2, struct fifoq_interface)
77 #define FIFOQ_ENABLE _IOW('Q', 3, struct fifoq_interface)
78 #define FIFOQ_DISABLE _IOW('Q', 4, struct fifoq_interface)

Completed in 55 milliseconds