HomeSort by: relevance | last modified time | path
    Searched refs:outsname (Results 1 - 3 of 3) 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 in function:compat_09_sys_uname
123 memset(&outsname, 0, sizeof(outsname));
124 strncpy(outsname.sysname, ostype, sizeof(outsname.sysname));
125 strncpy(outsname.nodename, hostname, sizeof(outsname.nodename))
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_compat_09.c 89 NETBSD32TOP_UAP(name, struct outsname);
  /src/sys/sys/
syscallargs.h 1008 syscallarg(struct outsname *) name;

Completed in 15 milliseconds