OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:find_name
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/iscsid/
iscsid_lists.c
119
*
find_name
:
128
find_name
(generic_list_t * head, uint8_t * name)
function
159
return (sid->name[0]) ?
find_name
(head, sid->name) : NULL;
180
ent =
find_name
(head, sid->name);
405
case
FIND_NAME
:
406
elem =
find_name
(&list[par->list_kind].list, par->strval);
/src/external/bsd/libbind/dist/irs/
gen.c
113
static int
find_name
(const char *, const struct nameval nv[]);
267
find_name
(const char *name, const struct nameval names[]) {
function
329
n =
find_name
(option, option_names);
420
n =
find_name
(mapname, map_names);
426
n =
find_name
(accname, acc_names);
/src/external/bsd/ntp/dist/sntp/libopts/
enum.c
162
find_name
(char const * name, tOptions * pOpts, tOptDesc * pOD,
function
309
res =
find_name
(pOD->optArg.argString, pOpts, pOD, paz_names, name_ct);
477
find_name
(nm_buf, opts, od, nm_list, nm_ct);
/src/sbin/rndctl/
rndctl.c
76
static const char *
find_name
(u_int32_t);
118
find_name
(u_int32_t type)
function
479
printf("%-6s ",
find_name
(source->rt.type));
Completed in 27 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026