OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:execsw
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
exec.h
152
struct
execsw
{
struct
216
const struct
execsw
*ep_esch;/*
execsw
entry */
290
int exec_add(struct
execsw
*, int);
291
int exec_remove(struct
execsw
*, int);
/src/sys/kern/
kern_exec.c
178
static const struct
execsw
**
execsw
= NULL;
variable in typeref:typename:const struct execsw **
183
/* list of dynamically loaded
execsw
entries */
189
const struct
execsw
*ex_sw;
249
* Exec lock. Used to control access to
execsw
[] structures.
475
epp->ep_esch =
execsw
[i];
476
newerror = (*
execsw
[i]->es_makecmds)(l, epp);
628
* If no
execsw
entries are present, we load those likely to be needed
1811
* Add
execsw
[] entries.
1814
exec_add(struct
execsw
*esp, int count
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Sep 21 19:09:51 GMT 2025