OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:submatch
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc/stand/boot/
prompatch.c
57
const char *(*
submatch
)(void); /* Additional matches to test */
member in struct:prom_patch
292
if (p->
submatch
!= NULL) {
293
submatch_info = (*p->
submatch
)();
/src/sys/sys/
device.h
471
cfsubmatch_t
submatch
; /*
submatch
function (direct config) */
member in struct:cfargs
487
* CFARGS(.
submatch
= config_stdsubmatch,
/src/sys/kern/
subr_autoconf.c
177
cfsubmatch_t
submatch
;/*
submatch
function (direct config) */
member in union:cfargs_internal::__anon55c02845010a
1046
* an external caller, usually a direct config "
submatch
" routine.
1107
*
submatch
and search are mutually-exclusive.
1109
if (cfargs->
submatch
!= NULL && cfargs->search != NULL) {
1110
panic("cfargs_canonicalize:
submatch
and search are "
1113
if (cfargs->
submatch
!= NULL) {
1114
args->
submatch
= cfargs->
submatch
;
1161
m.fn = args->
submatch
; /* N.B. union *
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025