Searched refs:line_parser (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | modctl.h | 618 int (*line_parser)(char *, int, char *, struct bind **));
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 4876 line_parser(menu_t *mp, char *str, int *lineNum, int *entryNum) in line_parser() function 5179 line_parser(mp, buf, &line, &entry); in menu_read() 5380 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 5384 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 5388 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 5395 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 5400 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 5405 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 5410 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() 5414 line_parser(mp, linebuf, &lineNum, &entryNum); in add_boot_entry() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modsysfile.c | 2305 int (*line_parser)(char *, int, char *, struct bind **)) in read_binding_file() 2396 if (line_parser != NULL) { in read_binding_file() 2397 if ((*line_parser)(name, (int)val, bn, in read_binding_file()
|