Lines Matching defs:namespace
337 * executing @program reinitializes domain transition within that namespace,
428 * tomoyo_find_namespace - Find specified namespace.
430 * @name: Name of namespace to find.
453 * tomoyo_assign_namespace - Create a new namespace.
455 * @domainname: Name of namespace to create.
499 * tomoyo_namespace_jump - Check for namespace jump.
503 * Returns true if namespace differs, false otherwise.
507 const char *namespace = tomoyo_current_namespace()->name;
508 const int len = strlen(namespace);
510 return strncmp(domainname, namespace, len) ||
515 * tomoyo_assign_domain - Create a domain or a namespace.
534 * Since namespace is created at runtime, profiles may
809 /* Transit to the root of specified namespace. */
820 /* Transit to the child of current namespace's root. */