Home
last modified time | relevance | path

Searched refs:nstype (Results 1 – 25 of 3156) sorted by relevance

12345678910>>...127

/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Dnsenter.c46 int nstype; member
58 { .nstype = CLONE_NEWUSER, .name = "ns/user", .fd = -1 },
66 { .nstype = 0, .name = NULL, .fd = -1 }
139 if (nstype != nsfile->nstype) in open_namespace_fd()
146 assert(nsfile->nstype); in open_namespace_fd()
377 if (nsfile->nstype & CLONE_NEWUSER in main()
381 namespaces |= nsfile->nstype; in main()
389 if (nsfile->nstype & namespaces) in main()
390 open_namespace_fd(nsfile->nstype, NULL); in main()
402 namespaces |= nsfile->nstype; in main()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/sys-utils/
H A Dnsenter.c41 int nstype; member
51 { .nstype = CLONE_NEWUSER, .name = "ns/user", .fd = -1 },
52 { .nstype = CLONE_NEWIPC, .name = "ns/ipc", .fd = -1 },
53 { .nstype = CLONE_NEWUTS, .name = "ns/uts", .fd = -1 },
57 { .nstype = 0, .name = NULL, .fd = -1 }
121 if (nstype != nsfile->nstype) in open_namespace_fd()
128 assert(nsfile->nstype); in open_namespace_fd()
274 if (nsfile->nstype & namespaces) in main()
275 open_namespace_fd(nsfile->nstype, NULL); in main()
287 if (nsfile->nstype == CLONE_NEWPID && do_fork == -1) in main()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.c225 nostring_type nstype, nstype2; in main() local
229 nstype.elements = narray; in main()
230 nstype.len = 0; in main()
293 nstype.elements[0] = 7; in main()
294 nstype.elements[1] = 42; in main()
295 nstype.len = 2; in main()
297 nstype2 = nstype; in main()
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.guile/
H A Dscm-pretty-print.c270 nostring_type nstype, nstype2; in main() local
277 nstype.elements = narray; in main()
278 nstype.len = 0; in main()
343 nstype.elements[0] = 7; in main()
344 nstype.elements[1] = 42; in main()
345 nstype.len = 2; in main()
347 nstype2 = nstype; in main()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.c270 nostring_type nstype, nstype2; in main() local
277 nstype.elements = narray; in main()
278 nstype.len = 0; in main()
343 nstype.elements[0] = 7; in main()
344 nstype.elements[1] = 42; in main()
345 nstype.len = 2; in main()
347 nstype2 = nstype; in main()
/dports/textproc/miller/miller-5.10.2/go/reg-test/expected/
H A Dcase-dsl-absent-empty.sh.out212 x=1 ostype=absent xtype=int nstype=int nsum=1
213 x= osum=1 ostype=int xtype=empty nstype=empty nsum=
214 x=7 osum= ostype=empty xtype=int nstype=empty nsum=
218 x=1 ostype=absent xtype=int nstype=int nsum=1
219 x= osum=1 ostype=int xtype=empty nstype=empty nsum=
220 x=7 osum= ostype=empty xtype=int nstype=empty nsum=
229 x=1 ostype=absent xtype=int nstype=int nsum=1
230 xxx= osum=1 ostype=int xtype=absent nstype=int nsum=1
231 x=7 osum=1 ostype=int xtype=int nstype=int nsum=8
235 x=1 ostype=absent xtype=int nstype=int nsum=1
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.c297 nostring_type nstype, nstype2; in main() local
305 nstype.elements = narray; in main()
306 nstype.len = 0; in main()
376 nstype.elements[0] = 7; in main()
377 nstype.elements[1] = 42; in main()
378 nstype.len = 2; in main()
380 nstype2 = nstype; in main()
/dports/textproc/miller/miller-5.10.2/c/reg_test/expected/
H A Dout-dev611 a=eks,b=pan,i=2,x=0.7586799647899636,y=0.5221511083334797,ostype=MT_FLOAT,xtype=MT_FLOAT,nstype=MT_…
640 a=1,b=2,ostype=MT_UNINIT,atype=MT_INT,nstype=MT_INT
643 a=,b=4,ostype=MT_INT,atype=MT_VOID,nstype=MT_VOID
646 x=,b=6,ostype=MT_VOID,atype=MT_ABSENT,nstype=MT_VOID
649 a=7,b=8,ostype=MT_VOID,atype=MT_INT,nstype=MT_VOID
664 x=1,osum=,ostype=MT_UNINIT,xtype=MT_INT,nstype=MT_INT,nsum=1
665 x=,osum=1,ostype=MT_INT,xtype=MT_VOID,nstype=MT_VOID,nsum=
666 x=7,osum=,ostype=MT_VOID,xtype=MT_INT,nstype=MT_VOID,nsum=
677 x=1,osum=,ostype=MT_UNINIT,xtype=MT_INT,nstype=MT_INT,nsum=1
678 xxx=,osum=1,ostype=MT_INT,xtype=MT_ABSENT,nstype=MT_INT,nsum=1
[all …]
/dports/devel/libunit/unit-1.26.1/test/go/ns_inspect/
H A Dapp.go41 func getns(nstype string) uint64 {
42 str, err := os.Readlink(fmt.Sprintf("/proc/self/ns/%s", nstype))
47 str = str[len(nstype)+2:]
/dports/www/unit-perl/unit-1.26.1/test/go/ns_inspect/
H A Dapp.go41 func getns(nstype string) uint64 {
42 str, err := os.Readlink(fmt.Sprintf("/proc/self/ns/%s", nstype))
47 str = str[len(nstype)+2:]
/dports/www/unit-python/unit-1.26.1/test/go/ns_inspect/
H A Dapp.go41 func getns(nstype string) uint64 {
42 str, err := os.Readlink(fmt.Sprintf("/proc/self/ns/%s", nstype))
47 str = str[len(nstype)+2:]
/dports/www/unit-php/unit-1.26.1/test/go/ns_inspect/
H A Dapp.go41 func getns(nstype string) uint64 {
42 str, err := os.Readlink(fmt.Sprintf("/proc/self/ns/%s", nstype))
47 str = str[len(nstype)+2:]
/dports/www/unit/unit-1.26.1/test/go/ns_inspect/
H A Dapp.go41 func getns(nstype string) uint64 {
42 str, err := os.Readlink(fmt.Sprintf("/proc/self/ns/%s", nstype))
47 str = str[len(nstype)+2:]
/dports/www/unit-java/unit-1.26.1/test/go/ns_inspect/
H A Dapp.go41 func getns(nstype string) uint64 {
42 str, err := os.Readlink(fmt.Sprintf("/proc/self/ns/%s", nstype))
47 str = str[len(nstype)+2:]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dsetns.c7 int setns(int fd, int nstype) in setns() argument
9 return syscall(__NR_setns, fd, nstype); in setns()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dsetns.c7 int setns(int fd, int nstype) in setns() argument
9 return syscall(__NR_setns, fd, nstype); in setns()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dsetns.c7 int setns(int fd, int nstype) in setns() argument
9 return syscall(__NR_setns, fd, nstype); in setns()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/linux/
H A Dsetns.c5 int setns(int fd, int nstype) in setns() argument
7 return syscall(SYS_setns, fd, nstype); in setns()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dsetns.c5 int setns(int fd, int nstype) in setns() argument
7 return syscall(SYS_setns, fd, nstype); in setns()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/linux/
H A Dsetns.c5 int setns(int fd, int nstype) in setns() argument
7 return syscall(SYS_setns, fd, nstype); in setns()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/linux/
H A Dsetns.c5 int setns(int fd, int nstype) in setns() argument
7 return syscall(SYS_setns, fd, nstype); in setns()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/linux/
H A Dsetns.c5 int setns(int fd, int nstype) in setns() argument
7 return syscall(SYS_setns, fd, nstype); in setns()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/linux/
H A Dsetns.c5 int setns(int fd, int nstype) in setns() argument
7 return syscall(SYS_setns, fd, nstype); in setns()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/linux/
H A Dsetns.c5 int setns(int fd, int nstype) in setns() argument
7 return syscall(SYS_setns, fd, nstype); in setns()
/dports/devel/libunit/unit-1.26.1/test/unit/
H A Dutils.py111 def getns(nstype): argument
115 nspath = '/proc/self/ns/' + nstype
119 data = int(os.readlink(nspath)[len(nstype) + 2 : -1])

12345678910>>...127