OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bebox_magic
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/powerpc/stand/mkbootimage/
magic.h
3
char
bebox_magic
[] = "BSD";
variable in typeref:typename:char[]
8
#define BEBOX_MAGICSIZE sizeof (
bebox_magic
)
mkbootimage.c
758
write(bebox_fd, (void *)
bebox_magic
, BEBOX_MAGICSIZE);
/src/sys/arch/bebox/stand/boot/
inkernel.c
55
if (memcmp((char *)p,
bebox_magic
, BEBOX_MAGICSIZE) == 0) {
Completed in 129 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025