Searched refs:ret_resname (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_hints.c | 128 const char **ret_resname, int *ret_resnamelen, const char **ret_value) in res_find() argument 289 if (ret_resname) in res_find() 290 *ret_resname = s; in res_find() 292 if (ret_resnamelen && ret_resname) in res_find() 293 *ret_resnamelen = s - *ret_resname - 1; /* value len */ in res_find() 309 const char **ret_resname, int *ret_resnamelen, const char **ret_value) in resource_find() argument 320 ret_name, ret_namelen, ret_unit, ret_resname, ret_resnamelen, in resource_find() 329 ret_name, ret_namelen, ret_unit, ret_resname, ret_resnamelen, in resource_find()
|