Home
last modified time | relevance | path

Searched refs:add_key (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/accessibility/speakup/
H A Dmakemapdata.c63 add_key("shift", 1, is_shift); in main()
64 add_key("altgr", 2, is_shift); in main()
65 add_key("ctrl", 4, is_shift); in main()
66 add_key("alt", 8, is_shift); in main()
67 add_key("spk", 16, is_shift); in main()
68 add_key("double", 32, is_shift); in main()
76 add_key(def_name, value, is_input); in main()
85 add_key(def_name, value, is_input); in main()
111 add_key(def_name, value, is_spk); in main()
H A Dutils.h83 static inline struct st_key *add_key(char *name, int value, int shift) in add_key() function
H A Dgenmap.c70 add_key(p_init->name, p_init->value, p_init->shift); in main()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dbench-lookups.c82 struct bench_stats add_key; member
233 bench_delete(lsk, &bt->add_key, &bt->delete_last_key, in server_fn()
236 nr_keys[i], &bt->add_key); in server_fn()
240 bench_delete(lsk, &bt->add_key, &bt->delete_rand_key, in server_fn()
245 bench_delete(lsk, &bt->add_key, &bt->delete_async, in server_fn()
/linux/tools/perf/trace/strace/groups/
H A Dstring3 add_key
/linux/net/mac802154/
H A Dmac_cmd.c124 .add_key = mac802154_add_key,
/linux/include/net/
H A Dieee802154_netdev.h456 int (*add_key)(struct net_device *dev, member
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl250 239 n64 add_key sys_add_key
/linux/net/wireless/
H A Dwext-compat.c578 !rdev->ops->add_key || in cfg80211_wext_siwencode()
648 !rdev->ops->add_key || in cfg80211_wext_siwencodeext()
H A Dcore.c529 WARN_ON(ops->add_key && (!ops->del_key || !ops->set_default_key)); in wiphy_new_nm()
/linux/scripts/
H A Dsyscall.tbl261 217 common add_key sys_add_key
/linux/tools/scripts/
H A Dsyscall.tbl261 217 common add_key sys_add_key
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl232 278 common add_key sys_add_key
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl295 285 common add_key sys_add_key
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl278 256 common add_key sys_add_key
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl260 248 common add_key sys_add_key
H A Dsyscall_32.tbl301 286 i386 add_key sys_add_key
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl344 281 common add_key sys_add_key
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl327 309 common add_key sys_add_key
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl354 269 nospu add_key sys_add_key
/linux/Documentation/security/keys/
H A Dcore.rst356 Userspace can manipulate keys directly through three new syscalls: add_key,
382 key_serial_t add_key(const char *type, const char *desc,
487 add_key().
684 The payload and plen arguments describe the payload data as for add_key().
1458 key description if the caller of add_key() passes NULL or "".
/linux/net/ipv4/
H A Dtcp_ao.c1801 goto add_key; in tcp_ao_delete_key()
1808 add_key: in tcp_ao_delete_key()
/linux/tools/perf/util/
H A Dsort.c4433 static void add_key(struct strbuf *sb, const char *str, int *llen)
4452 add_key(sb, s[i].name, llen);
4461 add_key(sb, s[i].name, llen);
4295 static void add_key(struct strbuf *sb, const char *str, int *llen) add_key() function
/linux/Documentation/crypto/
H A Dasymmetric-keys.rst332 Keyrings created from userspace using add_key can be configured to check the
/linux/security/keys/
H A Dkeyctl.c74 SYSCALL_DEFINE5(add_key, const char __user *, _type, in SYSCALL_DEFINE5() argument

12