OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syslinux_check_bootsect
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/libinstaller/
syslinux.h
57
const char *
syslinux_check_bootsect
(const void *bs, int *fs_type);
fs.c
148
const char *
syslinux_check_bootsect
(const void *bs, int *fs_type)
function
/external/syslinux/linux/
syslinux.c
323
if ((errmsg =
syslinux_check_bootsect
(sectbuf, &fs_type))) {
/external/syslinux/win/
syslinux.c
388
if ((errmsg =
syslinux_check_bootsect
(sectbuf, &fs_type))) {
/external/syslinux/dos/
syslinux.c
670
if ((errmsg =
syslinux_check_bootsect
(sectbuf, NULL))) {
Completed in 527 milliseconds