Searched refs:get_idx (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | hab.c | 207 static inline uint8_t get_idx(uint8_t *list, uint8_t tgt) in get_idx() function 223 printf("\n\n%s", sts_str[get_idx(hab_statuses, rec->contents[0])]); in process_event_record() 224 printf("%s", rsn_str[get_idx(hab_reasons, rec->contents[1])]); in process_event_record() 225 printf("%s", ctx_str[get_idx(hab_contexts, rec->contents[2])]); in process_event_record() 226 printf("%s", eng_str[get_idx(hab_engines, rec->contents[3])]); in process_event_record()
|
/openbmc/linux/net/netfilter/ |
H A D | nfnetlink_log.c | 1064 static struct hlist_node *get_idx(struct net *net, struct iter_state *st, in get_idx() function 1080 return get_idx(seq_file_net(s), s->private, *pos); in seq_start()
|
H A D | nfnetlink_queue.c | 1530 static struct hlist_node *get_idx(struct seq_file *seq, loff_t pos) in get_idx() function 1545 return get_idx(s, *pos); in seq_start()
|
/openbmc/qemu/hw/dma/ |
H A D | pl330.c | 399 int get_idx = (s->head + i) % s->buf_size; in pl330_fifo_get() local 400 buf[i] = s->buf[get_idx]; in pl330_fifo_get()
|