Home
last modified time | relevance | path

Searched refs:m_args (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A Dbtxldr.S93 movl $m_args,%esi # Format string
/illumos-gate/usr/src/boot/common/
H A Dbootstrap.h220 char *m_args; /* arguments for the module */ member
H A Dmodule.c760 free(mp->m_args); in mod_load()
761 mp->m_args = unargv(argc, argv); in mod_load()