Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDsubr_hints.c126 const char **ret_resname, int *ret_resnamelen, const char **ret_value) in res_find() argument
291 if (ret_resname) in res_find()
292 *ret_resname = s; in res_find()
294 if (ret_resnamelen && ret_resname) in res_find()
295 *ret_resnamelen = s - *ret_resname - 1; /* value len */ in res_find()
311 const char **ret_resname, int *ret_resnamelen, const char **ret_value) in resource_find() argument
322 ret_name, ret_namelen, ret_unit, ret_resname, ret_resnamelen, in resource_find()
331 ret_name, ret_namelen, ret_unit, ret_resname, ret_resnamelen, in resource_find()