OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifm_subtype_descriptions
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libutil/
if_media.c
50
struct ifmedia_description
ifm_subtype_descriptions
[] =
variable in typeref:struct:ifmedia_description
51
IFM_SUBTYPE_DESCRIPTIONS
;
73
for (desc =
ifm_subtype_descriptions
; desc->ifmt_string != NULL;
139
return lookup_media_word(
ifm_subtype_descriptions
, type, val);
/src/sys/net/
if_media.c
648
static const struct ifmedia_description
ifm_subtype_descriptions
[] =
variable in typeref:struct:ifmedia_description
649
IFM_SUBTYPE_DESCRIPTIONS
;
675
for (desc =
ifm_subtype_descriptions
; desc->ifmt_string != NULL;
Completed in 17 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026