HomeSort by: relevance | last modified time | path
    Searched defs:image_name (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mkubootimage/
mkubootimage.c 72 static char *image_name; variable in typeref:typename:char *
354 strlcpy((char *)hdr->ih_name, image_name, sizeof(hdr->ih_name));
516 image_name = strdup(optarg);
543 image_name == NULL)
mkubootimage.c 72 static char *image_name; variable in typeref:typename:char *
354 strlcpy((char *)hdr->ih_name, image_name, sizeof(hdr->ih_name));
516 image_name = strdup(optarg);
543 image_name == NULL)

Completed in 24 milliseconds