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.
497 * tomoyo_namespace_jump - Check for namespace jump.
501 * Returns true if namespace differs, false otherwise.
505 const char *namespace = tomoyo_current_namespace()->name;
506 const int len = strlen(namespace);
508 return strncmp(domainname, namespace, len) ||
513 * tomoyo_assign_domain - Create a domain or a namespace.
532 * Since namespace is created at runtime, profiles may
806 /* Transit to the root of specified namespace. */
817 /* Transit to the child of current namespace's root. */