Searched refs:key_t (Results 1 - 25 of 79) sorted by relevance

1234

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
H A D7-3-buildonly.c10 * Test that key_t type is defined as described in sys/types.h.
15 key_t this_type_should_exist;
H A D12-3-buildonly.c11 * key_t ftok(const char *, int)
17 typedef key_t(*ftok_test) (const char *, int);
H A D11-1-buildonly.c11 * int shmget(key_t, size_t, int)
17 typedef int (*shmget_test) (key_t, size_t, int);
/external/ltp/testcases/kernel/syscalls/ipc/lib/
H A Dipcsem.h45 key_t semkey; /* an IPC key generated by ftok() */
47 extern key_t semkey; /* an IPC key generated by ftok() */
H A Dipcmsg.h54 key_t msgkey; /* the ftok() generated message key */
56 extern key_t msgkey; /* the ftok() generated message key */
62 key_t getipckey();
H A Dipcshm.h47 key_t shmkey; /* an IPC key generated by ftok() */
/external/fio/os/windows/posix/include/sys/
H A Dshm.h12 typedef int key_t; typedef
37 int shmget(key_t key, size_t size, int shmflg);
/external/ltp/testcases/kernel/mem/shmt/
H A Dshmt02.c60 key_t key;
63 key = (key_t) getpid();
H A Dshmt05.c52 key_t key[2];
65 key[0] = (key_t) lrand48();
66 key[1] = (key_t) lrand48();
H A Dshmt03.c61 key_t key;
63 key = (key_t) getpid();
H A Dshmt07.c64 key_t key;
66 key = (key_t) getpid();
H A Dshmt08.c52 key_t key;
61 key = (key_t) getpid();
/external/ltp/testcases/kernel/mem/hugetlb/lib/
H A Dhugetlb.h50 key_t shmkey; /* an IPC key generated by ftok() */
/external/strace/tests/
H A Dipc_sem.c61 static const key_t private_key =
62 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
63 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
H A Dipc_msg.c68 static const key_t private_key =
69 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
70 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
H A Dipc_shm.c60 static const key_t private_key =
61 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
62 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
/external/strace/tests-m32/
H A Dipc_sem.c61 static const key_t private_key =
62 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
63 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
H A Dipc_msg.c68 static const key_t private_key =
69 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
70 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
H A Dipc_shm.c60 static const key_t private_key =
61 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
62 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
/external/strace/tests-mx32/
H A Dipc_sem.c61 static const key_t private_key =
62 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
63 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
H A Dipc_msg.c68 static const key_t private_key =
69 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
70 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
/external/ltp/testcases/kernel/syscalls/ipc/libnewipc/
H A Dlibnewipc.c39 key_t getipckey(const char *file, const int lineno)
42 key_t key;
89 key_t probe_key = 0;
H A Dlibnewipc.h45 key_t getipckey(const char *file, const int lineno);
/external/ltp/testcases/kernel/syscalls/ipc/msgget/
H A Dmsgget01.c35 static key_t msgkey;
/external/ltp/testcases/kernel/syscalls/ipc/msgsnd/
H A Dmsgsnd01.c32 static key_t msgkey;

Completed in 405 milliseconds

1234