Searched refs:line_parser (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | modctl.h | 611 int (*line_parser)(char *, int, char *, struct bind **));
|
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 4249 line_parser(menu_t *mp, char *str, int *lineNum, int *entryNum) in line_parser() function 4548 line_parser(mp, buf, &line, &entry); in menu_read() 4747 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4751 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4755 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4761 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4766 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4771 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4776 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 4780 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | modsysfile.c | 2262 int (*line_parser)(char *, int, char *, struct bind **)) in read_binding_file() 2353 if (line_parser != NULL) { in read_binding_file() 2354 if ((*line_parser)(name, (int)val, bn, in read_binding_file()
|