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

  /external/ltp/testcases/kernel/syscalls/ipc/libnewipc/
libnewipc.h 45 key_t getipckey(const char *file, const int lineno);
46 #define GETIPCKEY() \
47 getipckey(__FILE__, __LINE__)
libnewipc.c 39 key_t getipckey(const char *file, const int lineno) function
91 probe_key = GETIPCKEY();
  /external/ltp/testcases/kernel/syscalls/ipc/msgget/
msgget02.c 97 msgkey = GETIPCKEY();
98 msgkey1 = GETIPCKEY();
msgget01.c 64 msgkey = GETIPCKEY();
msgget03.c 57 msgkey = GETIPCKEY();
  /external/ltp/testcases/kernel/syscalls/ipc/msgctl/
msgctl02.c 66 key_t msgkey = GETIPCKEY();
msgctl04.c 90 msgkey1 = GETIPCKEY();
91 msgkey2 = GETIPCKEY();
msgctl01.c 135 msgkey = GETIPCKEY();
  /external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
msgsnd01.c 61 msgkey = GETIPCKEY();
msgsnd05.c 102 msgkey = GETIPCKEY();
msgsnd06.c 81 msgkey = GETIPCKEY();
msgsnd02.c 111 msgkey = GETIPCKEY();
  /external/ltp/testcases/kernel/syscalls/ipc/shmat/
shmat02.c 100 shm_key1 = GETIPCKEY();
shmat01.c 158 shm_key = GETIPCKEY();

Completed in 1689 milliseconds