/external/valgrind/memcheck/tests/solaris/ |
scalar_zone_defunct.c | 8 static void sys_zone(void) function 10 GO(SYS_zone, "(ZONE_LIST_DEFUNCT) 3s 1m"); 11 SY(SYS_zone, x0 + ZONE_LIST_DEFUNCT, x0 + 1, x0 + 2); FAIL; 19 GO(SYS_zone, "(ZONE_LIST_DEFUNCT) 2s 1m"); 20 SY(SYS_zone, x0 + ZONE_LIST_DEFUNCT, x0 + 1, &numzones); SUCC; 26 GO(SYS_zone, "(ZONE_GETATTR_DEFUNCT) 5s 2m"); 27 SY(SYS_zone, x0 + ZONE_GETATTR_DEFUNCT, x0 + 1, x0, x0 + 2, x0 + 3); 37 /* SYS_zone 227 */ 38 sys_zone();
|
scalar_zone_defunct.stderr.exp | 2 227: SYS_zone (ZONE_LIST_DEFUNCT) 3s 1m 18 227: SYS_zone (ZONE_LIST_DEFUNCT) 2s 1m 31 227: SYS_zone (ZONE_GETATTR_DEFUNCT) 5s 2m
|
scalar.c | 1324 static void sys_zone(void) function 1326 GO(SYS_zone, "(ZONE_CREATE) 2s 12m"); 1327 SY(SYS_zone, x0 + ZONE_CREATE, x0); FAIL; [all...] |
scalar.stderr.exp | [all...] |
/external/valgrind/include/vki/ |
vki-scnums-solaris.h | 280 #define __NR_zone SYS_zone
|
/external/valgrind/coregrind/m_syswrap/ |
syswrap-solaris.c | [all...] |
/external/valgrind/coregrind/m_coredump/ |
coredump-solaris.c | 158 SysRes sres = VG_(do_syscall2)(SYS_zone, VKI_ZONE_LOOKUP, 212 VG_(do_syscall5)(SYS_zone, VKI_ZONE_GETATTR, get_zoneid(), [all...] |