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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dnetboot.c111 NetBootImageType image_type; member in struct:netboot_info
333 info->image_type = kNetBootImageTypeUnknown;
361 info->image_type = kNetBootImageTypeNFS;
395 info->image_type = kNetBootImageTypeHTTP;
679 switch (S_netboot_info_p->image_type) {
/macosx-10.10/emacs-93/emacs/src/
H A Dimage.c714 static struct image_type *image_types;
752 static Lisp_Object define_image_type P_ ((struct image_type *type, int loaded));
753 static struct image_type *lookup_image_type P_ ((Lisp_Object symbol));
771 struct image_type *type;
782 struct image_type *p = (struct image_type *) xmalloc (sizeof *p);
794 /* Look up image type SYMBOL, and return a pointer to its image_type
797 static INLINE struct image_type *
801 struct image_type *type;
838 struct image_type *typ
[all...]
H A Ddispextern.h2402 struct image_type
2419 struct image_type *next;
2490 struct image_type *type;
2389 struct image_type struct

Completed in 106 milliseconds