Searched refs:image_type (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
H A Dpcir.h12 u8 image_type; member in struct:nvbios_pcirT
/netbsd-current/usr.sbin/mopd/mopcopy/
H A Dmopcopy.c114 switch (dl.image_type) {
141 FileTypeName(dl.image_type));
168 switch (dl.image_type) {
/netbsd-current/usr.sbin/mopd/common/
H A Dcommon.h87 mopd_imagetype image_type; /* what type of image is it? */ member in struct:dllist
H A Dfile.c157 short image_type; local
164 image_type = (u_short)(header[IHD_W_ALIAS+1]*256 +
167 switch(image_type) {
187 short image_type; local
193 image_type = (u_short)(header[IHD_W_ALIAS+1]*256 +
196 switch(image_type) {
283 printf("Unknown Image (%d)\n",image_type);
287 dl->image_type = IMAGE_TYPE_MOP;
519 dl->image_type = IMAGE_TYPE_ELF32;
837 dl->image_type
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
H A Dnouveau_nvkm_subdev_bios_image.c58 image->type = pcir.image_type;
H A Dnouveau_nvkm_subdev_bios_pcir.c70 info->image_type = nvbios_rd08(bios, data + 0x14);
/netbsd-current/usr.bin/mkubootimage/
H A Dmkubootimage.c68 static enum uboot_image_type image_type = IH_TYPE_UNKNOWN; variable in typeref:enum:uboot_image_type
324 if (image_type == IH_TYPE_SCRIPT) {
352 hdr->ih_type = image_type;
427 if (image_type == IH_TYPE_SCRIPT) {
479 image_type = get_type(optarg);
542 image_type == IH_TYPE_UNKNOWN ||
547 switch (image_type) {
/netbsd-current/sys/dev/pci/
H A Dmpiireg.h660 u_int8_t image_type; member in struct:mpii_msg_fwupload_request
691 u_int8_t image_type; member in struct:mpii_msg_fwupload_reply

Completed in 267 milliseconds