HomeSort by: relevance | last modified time | path
    Searched defs:userconf_cmdbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_userconf.c 57 static char userconf_cmdbuf[40]; /* Command line */ variable in typeref:typename:char[40]
818 if (cngetsn(userconf_cmdbuf, sizeof(userconf_cmdbuf)) > 0 &&
819 userconf_parse(userconf_cmdbuf))
subr_userconf.c 57 static char userconf_cmdbuf[40]; /* Command line */ variable in typeref:typename:char[40]
818 if (cngetsn(userconf_cmdbuf, sizeof(userconf_cmdbuf)) > 0 &&
819 userconf_parse(userconf_cmdbuf))

Completed in 35 milliseconds