Home
last modified time | relevance | path

Searched refs:gos_last_opt (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dbootflags.c156 switch (params.gos_last_opt) { in bootflags()
163 params.gos_last_opt); in bootflags()
/titanic_41/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c215 switch (params.gos_last_opt) { in bootflags()
223 params.gos_last_opt); in bootflags()
/titanic_41/usr/src/common/util/
H A Dgetoptstr.h60 char gos_last_opt; /* Last option seen. */ member
H A Dgetoptstr.c116 params->gos_last_opt = c = strp[params->gos_pos]; in getoptstr()