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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
pcir.h 12 u8 image_type; member in struct:nvbios_pcirT
  /src/usr.sbin/mopd/common/
common.h 87 mopd_imagetype image_type; /* what type of image is it? */ member in struct:dllist
file.c 161 short image_type; local in function:CheckMopFile
168 image_type = (u_short)(header[IHD_W_ALIAS+1]*256 +
171 switch(image_type) {
191 short image_type; local in function:GetMopFileInfo
197 image_type = (u_short)(header[IHD_W_ALIAS+1]*256 +
200 switch(image_type) {
287 printf("Unknown Image (%d)\n",image_type);
291 dl->image_type = IMAGE_TYPE_MOP;
523 dl->image_type = IMAGE_TYPE_ELF32;
841 dl->image_type = IMAGE_TYPE_AOUT
    [all...]
  /src/usr.bin/mkubootimage/
mkubootimage.c 68 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) {
  /src/sys/dev/pci/
mpiireg.h 660 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 14 milliseconds