HomeSort by relevance Sort by last modified time
    Searched refs:orig_sig (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/gplinclude/disk/
swsusp.h 14 char orig_sig[10]; member in struct:swsusp_header
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl31.c 272 int orig_sig; local
277 "fcntl(fd, F_GETSIG) get orig_sig failed");
279 orig_sig = TEST_RETURN;
281 if (orig_sig == 0 || orig_sig == SIGIO)
303 TEST(fcntl(test_fd, F_SETSIG, orig_sig));

Completed in 51 milliseconds