Lines Matching refs:name
14 static void cbprompt(const char *name) in cbprompt() argument
16 for (; *name == '>'; name++) in cbprompt()
18 printf("%-12s: ", name); in cbprompt()
21 static void print_dec(const char *name, int value) in print_dec() argument
23 cbprompt(name); in print_dec()
27 static void print_hex(const char *name, int value) in print_hex() argument
29 cbprompt(name); in print_hex()
33 static void print_addr(const char *name, ulong value) in print_addr() argument
35 cbprompt(name); in print_addr()
39 static void print_addr64(const char *name, u64 value) in print_addr64() argument
41 cbprompt(name); in print_addr64()
45 static void print_ptr(const char *name, const void *value) in print_ptr() argument
47 cbprompt(name); in print_ptr()
51 static void print_str(const char *name, const char *value) in print_str() argument
54 cbprompt(name); in print_str()
59 static void print_idx(const char *name, uint idx, const u8 *strings) in print_idx() argument
63 cbprompt(name); in print_idx()
91 const char *name; member
181 return timestamp_ids[i].name; in timestamp_name()
241 entry->name); in show_option_table()
343 "active-high", gpio->value, gpio->name); in show_table()