Searched refs:ControlledDirection (Results 1 – 2 of 2) sorted by relevance
26 typedef enum { Both = 0, In = 1 } ControlledDirection; typedef132 ControlledDirection adminControlledDirections;133 ControlledDirection operControlledDirections;
43 static inline const char * ctrl_dir_txt(ControlledDirection dir) in ctrl_dir_txt()