Home
last modified time | relevance | path

Searched refs:central_get_string (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sparc64/dev/
H A Dcentral.c63 static int central_get_string(int, const char *, char **);
108 if (central_get_string(ca.ca_node, "name", &ca.ca_name)) { in central_attach()
126 central_get_string(int node, const char *name, char **buf) in central_get_string() function