Searched refs:line_parser (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h611 int (*line_parser)(char *, int, char *, struct bind **));
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c4725 line_parser(menu_t *mp, char *str, int *lineNum, int *entryNum) function
4741 const char *fcn = "line_parser()";
5028 line_parser(mp, buf, &line, &entry);
5229 line_parser(mp, linebuf, &lineNum, &entryNum);
5233 line_parser(mp, linebuf, &lineNum, &entryNum);
5237 line_parser(mp, linebuf, &lineNum, &entryNum);
5244 line_parser(mp, linebuf, &lineNum, &entryNum);
5249 line_parser(mp, linebuf, &lineNum, &entryNum);
5254 line_parser(mp, linebuf, &lineNum, &entryNum);
5259 line_parser(m
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c2255 * A callback "int (*line_parser)(char *, int, char *, struct bind **)"
2262 int (*line_parser)(char *, int, char *, struct bind **))
2353 if (line_parser != NULL) {
2354 if ((*line_parser)(name, (int)val, bn,

Completed in 64 milliseconds