Searched refs:set_prefix (Results 1 – 3 of 3) sorted by relevance
58 const char *set_prefix = "--"; in apply_option() local 72 } else if (!strncmp(option, set_prefix, strlen(set_prefix))) { in apply_option() 73 opt = &option[strlen(set_prefix)]; in apply_option()
235 static inline void set_prefix(__u32 address) in set_prefix() function
465 set_prefix(__pa(lc)); in setup_lowcore()