OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipath
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
init_main.c
983
char
ipath
[129];
local in function:start_init
1026
len = cngetsn(
ipath
, sizeof(
ipath
)-1);
1027
if (len == 4 && strcmp(
ipath
, "halt") == 0) {
1029
} else if (len == 6 && strcmp(
ipath
, "reboot") == 0) {
1032
} else if (len == 3 && strcmp(
ipath
, "ddb") == 0) {
1036
} else if (len > 0 &&
ipath
[0] == '/') {
1037
ipath
[len] = '\0';
1038
path =
ipath
;
init_main.c
983
char
ipath
[129];
local in function:start_init
1026
len = cngetsn(
ipath
, sizeof(
ipath
)-1);
1027
if (len == 4 && strcmp(
ipath
, "halt") == 0) {
1029
} else if (len == 6 && strcmp(
ipath
, "reboot") == 0) {
1032
} else if (len == 3 && strcmp(
ipath
, "ddb") == 0) {
1036
} else if (len > 0 &&
ipath
[0] == '/') {
1037
ipath
[len] = '\0';
1038
path =
ipath
;
Completed in 52 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025