Searched refs:descriptor (Results 26 - 48 of 48) sorted by relevance

12

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dada-lang.c747 /* The descriptor or array type, if any, indicated by TYPE; removes
770 /* The descriptor type for thin pointer type TYPE. */
811 /* If TYPE is the type of an array descriptor (fat or thin pointer) or a
840 /* If ARR is an array descriptor (fat or thin pointer), or pointer to
853 error ("Bad GNAT array descriptor");
870 "Bad GNAT array descriptor");
875 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
883 /* If TYPE is the type of an array-descriptor (fat pointer), the bit
896 /* If TYPE is the type of an array descriptor (fat or thin pointer) or a
915 /* If ARR is an array descriptor (fa
1077 struct value *descriptor; local
3102 struct value *descriptor = allocate_value (desc_type); local
[all...]
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S85 .set MEM_VOLDESC,MEM_READ_BUFFER # volume descriptor
87 .set VOLDESC_LBA,0x10 # LBA of vol descriptor
543 # Global descriptor table.
/freebsd-9.3-release/sys/boot/fdt/dts/
H A Dmpc8555cds.dts328 fsl,descriptor-types-mask = <0x01010ebf>;
H A Dmpc8572ds.dts593 fsl,descriptor-types-mask = <0x3ab0ebf>;
/freebsd-9.3-release/sys/i386/i386/
H A Dbios.c261 1, /* descriptor present */
263 1, /* descriptor size (overwritten) */
266 union descriptor *p_gdt;
H A Dmachdep.c1630 union descriptor *gdt;
1631 union descriptor *ldt;
1633 union descriptor gdt[NGDT * MAXCPU]; /* global descriptor table */
1634 union descriptor ldt[NLDT]; /* local descriptor table */
1637 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */
1761 .ssd_limit = (512 * sizeof(union descriptor)-1),
2602 mtx_init(&dt_lock, "descriptor tables", NULL, MTX_SPIN);
2829 mtx_init(&dt_lock, "descriptor table
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_util.c315 struct dsc$descriptor driftdsc = {
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_compat_linux.c890 * descriptor pointer provided by the FreeBSD USB stack.
971 bcopy(&udev->ddesc, &udev->descriptor,
972 sizeof(udev->descriptor));
/freebsd-9.3-release/sys/pc98/pc98/
H A Dmachdep.c1443 union descriptor gdt[NGDT * MAXCPU]; /* global descriptor table */
1444 union descriptor ldt[NLDT]; /* local descriptor table */
1446 struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */
1569 .ssd_limit = (512 * sizeof(union descriptor)-1),
2173 mtx_init(&dt_lock, "descriptor tables", NULL, MTX_SPIN);
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt193 - Added descriptor sense support to CTL. It can be enabled through the
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt87 * Added #defines for marking a reply descriptor as unused.
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dstabs.c1131 int descriptor; local
1226 descriptor = **pp;
1229 switch (descriptor)
1545 descriptor == 's', typenums);
1843 the descriptor. */
/freebsd-9.3-release/sys/i386/xen/
H A Dmp_machdep.c102 static union descriptor *bootAPgdt;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp62 /// buildBlockDescriptor - Build the block descriptor meta-data for a block.
104 // Signature. Mandatory ObjC-style method descriptor @encode sequence.
148 /// descriptor provides copy and dispose helper functions
708 // Build the block descriptor.
709 llvm::Constant *descriptor = buildBlockDescriptor(CGM, blockInfo); local
729 Builder.CreateStore(descriptor, Builder.CreateStructGEP(blockAddr, 4,
730 "block.descriptor"));
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt90 * Added #defines for marking a reply descriptor as unused.
/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S108 .set MEM_VOLDESC,MEM_READ_BUFFER # volume descriptor
110 .set VOLDESC_LBA,0x10 # LBA of vol descriptor
754 # Global descriptor table.
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_all.c1677 "Unsupported target descriptor type code") },
1683 "Unsupported segment descriptor type code") },
2286 "Data-in buffer overflow - data buffer descriptor area") },
2295 "Data-out buffer overflow - data buffer descriptor area") },
3443 * Iterate over sense descriptors. Each descriptor is passed into iter_func().
3475 * Subtract the size of the header from the descriptor length.
3489 * Check to make sure we have the entire descriptor. We
3493 * descriptor, desc_len already has the header length
3524 /* We found the descriptor, tell the iterator to stop. */
3531 * Given a descriptor typ
3658 uint8_t *descriptor; local
[all...]
/freebsd-9.3-release/contrib/nvi/build/
H A Dconfigure414 # File descriptor usage:
3083 If the child closes a descriptor before it execs or exits,
3084 this munges the parent's descriptor as well.
3103 /* Did the file descriptor bug occur? */
/freebsd-9.3-release/contrib/bmake/
H A Dconfigure5272 from child file descriptors. If the child closes a descriptor
5273 before it execs or exits, this munges the parent's descriptor
5292 /* Did the file descriptor bug occur? */
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dconfigure6983 from child file descriptors. If the child closes a descriptor
6984 before it execs or exits, this munges the parent's descriptor
7003 /* Did the file descriptor bug occur? */
/freebsd-9.3-release/contrib/cvs/
H A Dconfigure8737 from child file descriptors. If the child closes a descriptor
8738 before it execs or exits, this munges the parent's descriptor
8757 /* Did the file descriptor bug occur? */
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dconfigure6866 from child file descriptors. If the child closes a descriptor
6867 before it execs or exits, this munges the parent's descriptor
6886 /* Did the file descriptor bug occur? */
/freebsd-9.3-release/contrib/gcc/
H A Dconfigure10350 from child file descriptors. If the child closes a descriptor
10351 before it execs or exits, this munges the parent's descriptor
10370 /* Did the file descriptor bug occur? */

Completed in 580 milliseconds

12