Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ parse_peek
Function
parse_peek
freebsd/kern/vfs_mountroot.c:440–445 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
438
#define PE_EOL -2
439
440
static __inline int
441
parse_peek(char **conf)
442
{
443
444
return (**conf);
445
}
446
447
static __inline void
448
parse_poke(char **conf, int c)
Callers
2
parse_skipto
Function · 0.85
vfs_mountroot_parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected