Searched refs:__ILIST (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | bootp.c | 478 __ILIST, /* name=value;name=value ... */ enumerator 615 {246, __ILIST, ""}, 616 {247, __ILIST, ""}, 617 {248, __ILIST, ""}, 618 {249, __ILIST, ""}, 729 case __ILIST: /* name=value;name=value... */ in setenv_() 743 if (op->fmt == __ILIST && (s = strchr(vp, ';'))) in setenv_()
|