Searched refs:f_args (Results 1 – 8 of 8) sorted by relevance
133 if (fp->f_args != NULL) { in command_lskern()135 pager_output(fp->f_args); in command_lskern()200 fp->f_args = unargv(argc, argv); in file_loadkernel()253 if (fp->f_args != NULL) in file_discard()254 free(fp->f_args); in file_discard()
101 if (fp->f_args != NULL) in command_boot()102 free(fp->f_args); in command_boot()103 fp->f_args = unargv(argc - 1, argv + 1); in command_boot()
193 char *f_args; /* arguments for the file */ member
153 arginf_t *f_args; /* information about constant arguments */ member
419 for (ai = call->f_args; ai != NULL; ai = ai->a_next) { in chkfaui()530 ai1 = call1 != NULL ? call1->f_args : NULL; in chkau()546 for (ai = call->f_args; ai != NULL; ai = ai->a_next) { in chkau()575 for (ai = call->f_args; ai != NULL; ai = ai->a_next) { in chkau()
327 lai = &fcall->f_args; in funccall()
217 bi->bi_boothowto = bi_getboothowto(fp->f_args); in bi_load()
221 bi->bi_boothowto = bi_getboothowto(fp->f_args); in bi_load()