Searched refs:cmddup (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c131 static char cmd[512], cmddup[512], knamebuf[1024]; variable
234 memcpy(cmddup, cmd, sizeof(cmd));
238 printf("%s: %s", PATH_CONFIG, cmddup);
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c111 static char cmddup[512]; variable
815 memcpy(cmddup, cmd, sizeof(cmd));
821 printf("zfs nextboot: %s\n", cmddup);
846 memcpy(cmddup, cmd, sizeof(cmd));
850 printf("%s: %s\n", PATH_CONFIG, cmddup);
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c105 static char cmd[512], cmddup[512], knamebuf[1024]; variable
364 memcpy(cmddup, cmd, sizeof(cmd));
368 printf("%s: %s", PATH_CONFIG, cmddup);
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c103 static char cmd[512], cmddup[512], knamebuf[1024]; variable
229 memcpy(cmddup, cmd, sizeof(cmd));
233 printf("%s: %s", PATH_CONFIG, cmddup);

Completed in 163 milliseconds