Searched refs:is_global (Results 1 – 3 of 3) sorted by relevance
336 def is_global(self): member in init_cli.Scope374 if self.scope.is_global:450 if option.scope.is_global and option.name not in [o.name for o in self.params]:565 if option and (option.scope.is_global or option.scope.is_shared):616 if option and (option.scope.is_global or option.scope.is_shared):
632 BOOLEAN is_global);
766 BOOLEAN L2CA_SetIdleTimeout (UINT16 cid, UINT16 timeout, BOOLEAN is_global) in L2CA_SetIdleTimeout() argument771 if (is_global) { in L2CA_SetIdleTimeout()