Searched refs:type (Results 1 - 25 of 3417) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/include/isofs/cd9660/
H A Dcd9660_rrip.h39 char type [ISODCL ( 0, 1)]; member in struct:__anon10
H A Diso.h41 char type[ISODCL(1,1)]; /* 711 */ member in struct:iso_volume_descriptor
62 char type [ISODCL ( 1, 1)]; /* 711 */ member in struct:iso_primary_descriptor
104 char type [ISODCL ( 1, 1)]; /* 711 */ member in struct:iso_supplementary_descriptor
141 char type [ISODCL ( 9, 9)]; /* 711 */ member in struct:iso_sierra_primary_descriptor
214 /* CD-ROM Format type */
/illumos-gate/usr/src/boot/include/
H A Dstddef.h65 #define offsetof(type, member) __offsetof(type, member)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dcd9660.c139 if (bcmp(sh->type, identifier, 2) == 0)
141 if (bcmp(sh->type, SUSP_STOP, 2) == 0)
143 if (bcmp(sh->type, SUSP_CONTINUATION, 2) == 0) {
209 if (bcmp(sp->h.type, SUSP_PRESENT, 2) != 0)
301 if (isonum_711(vd->type) == ISO_VD_END)
303 if (isonum_711(vd->type) == ISO_VD_PRIMARY)
/illumos-gate/usr/src/boot/lib/libz/
H A Dinftrees.c24 lens shorts, which is used as a work area. type is the type of code
32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work)
33 codetype type;
137 if (left > 0 && (type == CODES || max != 1))
180 /* set up for code type */
181 switch (type) {
211 if ((type == LENS && used > ENOUGH_LENS) ||
212 (type == DISTS && used > ENOUGH_DISTS))
280 if ((type
[all...]
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table OF((codetype type, unsigned short FAR *lens,
H A Dzutil.h73 /* The three kinds of block type */
160 # define fdopen(fd,type) _fdopen(fd,type)
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasm.h61 .globl CNAME(x); .type CNAME(x),@function; CNAME(x):
H A Dasmacros.h56 .type CNAME(name),@function; CNAME(name):
150 .type __CONCAT(X,name),@function; __CONCAT(X,name):
215 #define ELFNOTE(name, type, desctype, descdata...) \
220 .long type ; \
227 #define ELFNOTE(name, type, desctype, descdata) \
232 .long type ; \
H A Dcpufunc.h547 invpcid(struct invpcid_descr *d, int type) argument
551 : : "r" (d), "r" ((u_long)type) : "memory");
/illumos-gate/usr/src/boot/sys/amd64/include/pc/
H A Dbios.h51 u_int32_t type; member in struct:bios_smap
58 u_int32_t type; member in struct:bios_smap_xattr
89 uint8_t type; member in struct:smbios_structure_header
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h191 * Preloaded file information. Depending on type, file can contain
202 char *f_type; /* verbose file type, eg 'ELF kernel', 'pnptable', etc. */
228 struct preloaded_file *file_findfile(const char *name, const char *type);
229 struct file_metadata *file_findmetadata(struct preloaded_file *fp, int type);
230 struct preloaded_file *file_loadraw(const char *name, char *type, int argc,
233 void file_addmetadata(struct preloaded_file *fp, int type, size_t size, void *p);
306 uint64_t (*arch_loadaddr)(u_int type, void *data, uint64_t addr);
H A Ddisk.c198 parttype2str(part->type));
207 if (part->type == PART_FREEBSD || part->type == PART_SOLARIS2) {
367 (part.type != PART_FREEBSD || part.type != PART_SOLARIS2))
H A Dmodule.c62 struct file_metadata* metadata_next(struct file_metadata *base_mp, int type);
93 * load -t <type> <path>
140 command_errmsg = "invalid load type";
403 * We've been asked to load (fname) as (type), so just suck it in,
407 file_loadraw(const char *fname, char *type, int argc, char **argv, int insert) argument
459 fp->f_type = strdup(type);
573 * Find a file matching (name) and (type).
577 file_findfile(const char *name, const char *type) argument
583 ((type == NULL) || !strcmp(type, f
632 file_addmetadata(struct preloaded_file *fp, int type, size_t size, void *p) argument
648 file_findmetadata(struct preloaded_file *fp, int type) argument
659 metadata_next(struct file_metadata *md, int type) argument
[all...]
H A Dpart.c76 } type; member in struct:pentry
81 enum ptable_type type; member in struct:ptable
89 enum partition_type type; member in struct:parttypes
118 parttype2str(enum partition_type type) argument
123 if (ptypes[i].type == type)
139 gpt_parttype(uuid_t type) argument
142 if (uuid_equal(&type, &gpt_uuid_efi, NULL))
144 else if (uuid_equal(&type, &gpt_uuid_ms_basic_data, NULL))
146 else if (uuid_equal(&type,
360 mbr_parttype(uint8_t type) argument
444 bsd_parttype(uint8_t type) argument
526 vtoc8_parttype(uint16_t type) argument
609 vtoc_parttype(uint16_t type) argument
[all...]
H A Dpart.h74 enum partition_type type; member in struct:ptable_entry
93 const char *parttype2str(enum partition_type type);
/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Defibind.h234 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
235 (_if)->LoadInternal(type, name, NULL)
246 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
247 (_if)->LoadInternal(type, name, entry)
/illumos-gate/usr/src/boot/sys/boot/efi/include/arm64/
H A Defibind.h199 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
200 (_if)->LoadInternal(type, name, entry)
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Defibind.h231 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
232 (_if)->LoadInternal(type, name, NULL)
243 #define LOAD_INTERNAL_DRIVER(_if, type, name, entry) \
244 (_if)->LoadInternal(type, name, entry)
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/mips/
H A Dberi-netfpga.dts66 device-type = "cpu";
75 device-type = "cpu";
H A Dberi-sim.dts64 device-type = "cpu";
73 device-type = "cpu";
H A Dberipad-de4.dts64 device-type = "cpu";
73 device-type = "cpu";
H A Dberipad-sockit.dts62 device-type = "cpu";
71 device-type = "cpu";
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/powerpc/
H A Dmpc8572ds.dts405 phy-connection-type = "rgmii-id";
456 phy-connection-type = "rgmii-id";
486 phy-connection-type = "rgmii-id";
515 phy-connection-type = "rgmii-id";
H A Dp1020rdb.dts419 phy-connection-type = "rgmii-id";
448 phy-connection-type = "sgmii";
476 phy-connection-type = "rgmii-id";

Completed in 152 milliseconds

1234567891011>>