HomeSort by relevance Sort by last modified time
    Searched refs:key_t (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
7-3-buildonly.c 10 * Test that key_t type is defined as described in sys/types.h.
15 key_t this_type_should_exist;
12-3-buildonly.c 11 * key_t ftok(const char *, int)
17 typedef key_t(*ftok_test) (const char *, int);
11-1-buildonly.c 11 * int shmget(key_t, size_t, int)
17 typedef int (*shmget_test) (key_t, size_t, int);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
key.h 48 } key_t; typedef in typeref:struct:key_s
52 key_t *key_get_by_opt(const char *opt);
53 int key_new(key_t *key);
54 int key_create(key_t *key, int type);
55 int key_load(key_t *key, unsigned int *err_code);
56 int key_store(key_t *key);
60 key_t *keys = &_keys[0]; \
64 extern key_t *keys;
  /bionic/libc/upstream-openbsd/lib/libc/gen/
ftok.c 32 key_t
38 return (key_t)-1;
40 return (key_t)
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
ipcsem.h 45 key_t semkey; /* an IPC key generated by ftok() */
47 extern key_t semkey; /* an IPC key generated by ftok() */
ipcmsg.h 54 key_t msgkey; /* the ftok() generated message key */
56 extern key_t msgkey; /* the ftok() generated message key */
62 key_t getipckey();
ipcshm.h 47 key_t shmkey; /* an IPC key generated by ftok() */
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 102 class key_t { class in class:android::CodeCache
104 const key_value_pair_t<key_t, cache_entry_t>&,
105 const key_value_pair_t<key_t, cache_entry_t>&);
108 key_t() { }; function in class:android::CodeCache::key_t
109 explicit key_t(const AssemblyKeyBase& k) : mKey(&k) { } function in class:android::CodeCache::key_t
116 KeyedVector<key_t, cache_entry_t> mCacheData;
119 const key_value_pair_t<key_t, cache_entry_t>&,
120 const key_value_pair_t<key_t, cache_entry_t>&);
126 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs,
127 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ipc.h 48 typedef __key_t key_t; typedef
55 extern key_t ftok (__const char *__pathname, int __proj_id) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ipc.h 48 typedef __key_t key_t; typedef
55 extern key_t ftok (__const char *__pathname, int __proj_id) __THROW;
  /bionic/tests/headers/posix/
sys_ipc_h.c 48 TYPE(key_t);
60 FUNCTION(ftok, key_t (*f)(const char*, int));
  /bionic/libc/include/sys/
ipc.h 45 key_t ftok(const char* __path, int __id);
shm.h 48 int shmget(key_t __key, size_t __size, int __flags) __INTRODUCED_IN(26);
msg.h 45 int msgget(key_t __key, int __flags) __INTRODUCED_IN(26);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
key.c 33 int key_new(key_t *key)
44 static int key_create_rsa(key_t *key)
84 static int key_create_ecdsa(key_t *key)
111 typedef int (*key_create_fn_t)(key_t *key);
120 int key_create(key_t *key, int type)
134 int key_load(key_t *key, unsigned int *err_code)
164 int key_store(key_t *key)
188 key_t *key;
206 key_t *key_get_by_opt(const char *opt)
208 key_t *key
    [all...]
  /external/fio/os/windows/posix/include/sys/
shm.h 12 typedef int key_t; typedef
37 int shmget(key_t key, size_t size, int shmflg);
  /external/ltp/testcases/kernel/mem/shmt/
shmt02.c 60 key_t key;
63 key = (key_t) getpid();
shmt05.c 52 key_t key[2];
65 key[0] = (key_t) lrand48();
66 key[1] = (key_t) lrand48();
  /external/ltp/testcases/kernel/mem/hugetlb/lib/
hugetlb.h 50 key_t shmkey; /* an IPC key generated by ftok() */
  /external/strace/tests/
ipc_sem.c 61 static const key_t private_key =
62 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
63 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
  /external/strace/tests-m32/
ipc_sem.c 61 static const key_t private_key =
62 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
63 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
  /external/strace/tests-mx32/
ipc_sem.c 61 static const key_t private_key =
62 (key_t) (0xffffffff00000000ULL | IPC_PRIVATE);
63 static const key_t bogus_key = (key_t) 0xeca86420fdb97531ULL;
  /hardware/nxp/nfc/halimpl/tml/
phDal4Nfc_messageQueueLib.h 27 intptr_t phDal4Nfc_msgget(key_t key, int msgflg);
  /external/ltp/testcases/kernel/syscalls/ipc/libnewipc/
libnewipc.c 39 key_t getipckey(const char *file, const int lineno)
42 key_t key;
89 key_t probe_key = 0;

Completed in 590 milliseconds

1 2 3 4 5 6