Searched refs:line_parser (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | modctl.h | 611 int (*line_parser)(char *, int, char *, struct bind **));
|
/titanic_44/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 4221 line_parser(menu_t *mp, char *str, int *lineNum, int *entryNum) in line_parser() function 4520 line_parser(mp, buf, &line, &entry); in menu_read() 4719 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4723 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4727 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4733 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4738 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4743 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4748 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4752 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | modsysfile.c | 2259 int (*line_parser)(char *, int, char *, struct bind **)) in read_binding_file() 2350 if (line_parser != NULL) { in read_binding_file() 2351 if ((*line_parser)(name, (int)val, bn, in read_binding_file()
|