Searched refs:keyp (Results 1 – 3 of 3) sorted by relevance
26 static int popup_menu__run(struct ui_browser *menu, int *keyp) in popup_menu__run() argument48 if (keyp) { in popup_menu__run()49 *keyp = key; in popup_menu__run()63 int ui__popup_menu(int argc, char * const argv[], int *keyp) in ui__popup_menu() argument72 return popup_menu__run(&menu, keyp); in ui__popup_menu()
8 int ui__popup_menu(int argc, char * const argv[], int *keyp);
112 void *keyp = keys + i*MAX_MAP_KEY_SIZE; in delete_all_elements() local115 ret = bpf_map_delete_elem(map_fd, keyp); in delete_all_elements()119 ret = bpf_map_lookup_and_delete_elem(map_fd, keyp, val); in delete_all_elements()
Completed in 5 milliseconds