OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outsname
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/compat/common/
kern_info_09.c
103
struct
outsname
{
struct
117
syscallarg(struct
outsname
*) name;
119
struct
outsname
outsname
;
local
123
memset(&
outsname
, 0, sizeof(
outsname
));
124
strncpy(
outsname
.sysname, ostype, sizeof(
outsname
.sysname));
125
strncpy(
outsname
.nodename, hostname, sizeof(
outsname
.nodename))
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026