Searched refs:get_idx (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/ |
| H A D | hab.c | 265 static inline uint8_t get_idx(uint8_t *list, uint8_t tgt) in get_idx() function 281 printf("\n\n%s", sts_str[get_idx(hab_statuses, rec->contents[0])]); in process_event_record() 282 printf("%s", rsn_str[get_idx(hab_reasons, rec->contents[1])]); in process_event_record() 283 printf("%s", ctx_str[get_idx(hab_contexts, rec->contents[2])]); in process_event_record() 284 printf("%s", eng_str[get_idx(hab_engines, rec->contents[3])]); in process_event_record()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nfnetlink_log.c | 1046 static struct hlist_node *get_idx(struct net *net, struct iter_state *st, in get_idx() function 1062 return get_idx(seq_file_net(s), s->private, *pos); in seq_start()
|
| H A D | nfnetlink_queue.c | 1444 static struct hlist_node *get_idx(struct seq_file *seq, loff_t pos) in get_idx() function 1459 return get_idx(s, *pos); in seq_start()
|