OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sed_attrs
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
kern_exec.c
279
struct posix_spawnattr *
sed_attrs
;
member in struct:spawn_exec_data
2146
if (data->
sed_attrs
)
2147
kmem_free(data->
sed_attrs
,
2148
sizeof(*data->
sed_attrs
));
2336
* We either need to have no
sed_attrs
, or
sed_attrs
does not
2342
struct posix_spawnattr *attrs = spawn_data->
sed_attrs
;
2746
spawn_data->
sed_attrs
= sa;
kern_exec.c
279
struct posix_spawnattr *
sed_attrs
;
member in struct:spawn_exec_data
2146
if (data->
sed_attrs
)
2147
kmem_free(data->
sed_attrs
,
2148
sizeof(*data->
sed_attrs
));
2336
* We either need to have no
sed_attrs
, or
sed_attrs
does not
2342
struct posix_spawnattr *attrs = spawn_data->
sed_attrs
;
2746
spawn_data->
sed_attrs
= sa;
kern_exec.c
279
struct posix_spawnattr *
sed_attrs
;
member in struct:spawn_exec_data
2146
if (data->
sed_attrs
)
2147
kmem_free(data->
sed_attrs
,
2148
sizeof(*data->
sed_attrs
));
2336
* We either need to have no
sed_attrs
, or
sed_attrs
does not
2342
struct posix_spawnattr *attrs = spawn_data->
sed_attrs
;
2746
spawn_data->
sed_attrs
= sa;
Completed in 41 milliseconds
Indexes created Fri Oct 03 17:10:05 GMT 2025