Searched refs:CLONE_NEWUTS (Results 1 - 5 of 5) sorted by relevance

/external/strace/xlat/
H A Dclone_flags.h55 #if defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS)
56 XLAT(CLONE_NEWUTS),
/external/kernel-headers/original/uapi/linux/
H A Dsched.h26 #define CLONE_NEWUTS 0x04000000 /* New utsname group? */ macro
/external/toybox/scripts/
H A Dgenconfig.sh37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/external/toybox/toys/other/
H A Dnsenter.c112 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET,
/external/strace/
H A Dclone.c24 #define CLONE_NEWUTS 0x04000000 /* New utsname group? */ macro

Completed in 180 milliseconds