Home
last modified time | relevance | path

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

/freebsd-head/stand/i386/zfsboot/
HDzfsboot.c108 static char cmddup[512]; variable
232 memcpy(cmddup, cmd, sizeof(cmd)); in main()
240 printf("zfs bootonce: %s\n", cmddup); in main()
244 cmddup); in main()
282 memcpy(cmddup, cmd, sizeof(cmd)); in main()
286 printf("%s: %s\n", PATH_CONFIG, cmddup); in main()
/freebsd-head/sys/contrib/openzfs/cmd/zpool/
HDzpool_iter.c509 char *cmd = NULL, *cmddup, *cmdrest; in vdev_run_cmd_thread() local
511 cmddup = strdup(data->cmd); in vdev_run_cmd_thread()
512 if (cmddup == NULL) in vdev_run_cmd_thread()
515 cmdrest = cmddup; in vdev_run_cmd_thread()
540 free(cmddup); in vdev_run_cmd_thread()
/freebsd-head/stand/i386/boot2/
HDboot2.c100 static char cmd[512], cmddup[512], knamebuf[1024]; variable
226 memcpy(cmddup, cmd, sizeof(cmd)); in main()
230 printf("%s: %s", PATH_CONFIG, cmddup); in main()