Searched refs:ns_altname (Results 1 – 1 of 1) sorted by relevance
194 char *input, *pos, *alt_name, **ns_altname; in __alt_name_store() local200 ns_altname = &nspm->alt_name; in __alt_name_store()222 kfree(*ns_altname); in __alt_name_store()223 *ns_altname = alt_name; in __alt_name_store()224 sprintf(*ns_altname, "%s", pos); in __alt_name_store()280 char *ns_altname; in alt_name_show() local285 ns_altname = nspm->alt_name; in alt_name_show()289 return sprintf(buf, "%s\n", ns_altname ? ns_altname : ""); in alt_name_show()
Completed in 6 milliseconds