Home | Sort by: relevance | last modified time | path |
/src/sys/stand/efiboot/ | |
userconf.c | 37 const char *uc_text; member in struct:userconf_command 49 fn(uc->uc_text); 79 uc->uc_text = text; |
/src/sys/arch/i386/stand/lib/ | |
exec.c | 133 char *uc_text; member in struct:userconf_command 291 uc->uc_text = text; 809 strncpy(bi->text, uc->uc_text, sizeof(bi->text) - 1); |