Searched refs:channel_arg (Results 1 – 2 of 2) sorted by relevance
63 CommandArgumentData channel_arg; in CommandObjectLogEnable() local67 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogEnable()68 channel_arg.arg_repetition = eArgRepeatPlain; in CommandObjectLogEnable()71 arg1.push_back (channel_arg); in CommandObjectLogEnable()244 CommandArgumentData channel_arg; in CommandObjectLogDisable() local248 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogDisable()249 channel_arg.arg_repetition = eArgRepeatPlain; in CommandObjectLogDisable()252 arg1.push_back (channel_arg); in CommandObjectLogDisable()323 CommandArgumentData channel_arg; in CommandObjectLogList() local326 channel_arg.arg_type = eArgTypeLogChannel; in CommandObjectLogList()[all …]
37 channel_arg, func_arg, ...) do { \ argument41 _sepol_h->msg_channel = channel_arg; \