HomeSort by: relevance | last modified time | path
    Searched defs:namespaces (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_read_disk_entry_from_file.c 792 int namespaces[2]; local
795 namespaces[0] = EXTATTR_NAMESPACE_USER;
796 namespaces[1] = EXTATTR_NAMESPACE_SYSTEM;
800 namespaces[i]);
  /src/crypto/external/bsd/openssh/dist/
sshsig.c 637 char *namespaces; member in struct:sshsigopt
659 } else if (opt_match(&opts, "namespaces")) {
660 if (ret->namespaces != NULL) {
661 errstr = "multiple \"namespaces\" clauses";
664 ret->namespaces = opt_dequote(&opts, &errstr);
665 if (ret->namespaces == NULL)
733 free(opts->namespaces);
951 if (sigopts->namespaces != NULL && sig_namespace != NULL &&
952 match_pattern_list(sig_namespace, sigopts->namespaces, 0) != 1) {
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-namespaces.c 1 /* Linux namespaces(7) support.
20 #include "nat/linux-namespaces.h"
33 /* See nat/linux-namespaces.h. */
107 NULL if TYPE namespaces are not supported on this system. */
112 static struct linux_ns namespaces[NUM_LINUX_NS_TYPES] = local
124 ns = &namespaces[type];
143 /* See nat/linux-namespaces.h. */
152 /* If the kernel does not support TYPE namespaces then there's
171 namespaces other than our own, but this isn't permitted for
175 threaded helper process to access mount namespaces other tha
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-namespaces.c 1 /* Linux namespaces(7) support.
20 #include "nat/linux-namespaces.h"
32 /* See nat/linux-namespaces.h. */
106 NULL if TYPE namespaces are not supported on this system. */
111 static struct linux_ns namespaces[NUM_LINUX_NS_TYPES] = local
123 ns = &namespaces[type];
142 /* See nat/linux-namespaces.h. */
151 /* If the kernel does not support TYPE namespaces then there's
170 namespaces other than our own, but this isn't permitted for
174 threaded helper process to access mount namespaces other tha
    [all...]

Completed in 17 milliseconds