Searched refs:ours (Results 1 – 5 of 5) sorted by relevance
| /xen/tools/libxc/ |
| A D | xc_suspend.c | 47 struct stat ours, theirs; in lock_suspend_event() local 74 r = fstat(fd, &ours); in lock_suspend_event() 86 if (ours.st_ino != theirs.st_ino) in lock_suspend_event()
|
| /xen/tools/libxl/ |
| A D | libxl_fork.c | 254 struct sigaction ours; in sigchld_sethandler_raw() local 257 memset(&ours,0,sizeof(ours)); in sigchld_sethandler_raw() 258 ours.sa_handler = handler; in sigchld_sethandler_raw() 259 sigemptyset(&ours.sa_mask); in sigchld_sethandler_raw() 260 ours.sa_flags = SA_NOCLDSTOP | SA_RESTART; in sigchld_sethandler_raw() 261 r = sigaction(SIGCHLD, &ours, old); in sigchld_sethandler_raw()
|
| /xen/tools/xenmon/ |
| A D | COPYING | 43 Also, for each author's protection and ours, we want to make certain
|
| /xen/xen/ |
| A D | COPYING | 70 Also, for each author's protection and ours, we want to make certain
|
| /xen/ |
| A D | COPYING | 120 Also, for each author's protection and ours, we want to make certain
|
Completed in 13 milliseconds