map_key
status = efi_bs_call(exit_boot_services, handle, map->map_key);
&map->map_key,
status = efi_bs_call(exit_boot_services, handle, map->map_key);
status = efi_bs_call(get_memory_map, &tmp.map_size, NULL, &tmp.map_key,
status = efi_bs_call(get_memory_map, &m->map_size, m->map, &m->map_key,
map_key(BTN_TOOL_MOUSE);
map_key(BTN_TOOL_FINGER);
map_key(BTN_TOOL_PEN);
map_key(BTN_MISC);
map_key(KEY_UNKNOWN);
map_key(code);
unsigned long map_key;
int map_bank, map_instr, map_key; /* key = -1 means all keys */
zp->v.low == map.map_key &&
if (map.map_key >= 0) {
zp->v.low = map.map_key;
zp->v.high = map.map_key;
bpf_map_delete_elem(pb->map_fd, &cpu_buf->map_key);
int cpu, int map_key)
cpu_buf->map_key = map_key;
int cpu, map_key;
map_key = p->cpu_cnt > 0 ? p->map_keys[i] : i;
cpu_buf = perf_buffer__open_cpu_buf(pb, p->attr, cpu, map_key);
err = bpf_map_update_elem(pb->map_fd, &map_key,
cpu, map_key, cpu_buf->fd,
static int update_thread_stats(struct hashmap *hash, struct syscall_key *map_key,
if (!hashmap__find(hash, map_key->cpu_or_tid, &data)) {
data->key = map_key->cpu_or_tid;
nodes->syscall_nr = map_key->nr;
static int update_total_stats(struct hashmap *hash, struct syscall_key *map_key,
if (!hashmap__find(hash, map_key->nr, &data)) {
data->key = map_key->nr;
static int update_cgroup_stats(struct hashmap *hash, struct syscall_key *map_key,
if (!hashmap__find(hash, map_key->cgroup, &data)) {
data->key = map_key->cgroup;
nodes->syscall_nr = map_key->nr;
int map_key;
__u32 map_key = 0, map_id;
ret = bpf_map_update_elem(map_fd, &map_key, &map_id, 0);
__u32 map_key = 0;
err = bpf_map_lookup_elem(map_fd, &map_key, &map_value);
__u32 map_key = 0;
bpf_map_update_elem(&test_result, &map_key, &test_passed, BPF_ANY);