OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shellargp
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/kern/
exec_script.c
127
struct exec_fakearg *
shellargp
;
local in function:exec_script_makecmds
232
shellargp
= NULL;
245
shellargp_len = 4 * sizeof(*
shellargp
);
246
shellargp
= kmem_alloc(shellargp_len, KM_SLEEP);
247
tmpsap =
shellargp
;
313
epp->ep_fa =
shellargp
;
346
if ((tmpsap =
shellargp
) != NULL) {
351
kmem_free(
shellargp
, shellargp_len);
Completed in 64 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025