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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_object.h114 #define IO_VALID(io) (((io) != IO_NULL) && ((io) != IO_DEAD))
130 #define io_active(io) ((io)->io_bits & IO_BITS_ACTIVE)
132 #define io_otype(io) (((io)->io_bits & IO_BITS_OTYPE) >> 16)
133 #define io_kotype(io) ((io)->io_bits & IO_BITS_KOTYPE)
159 #define io_free(otype, io) \
[all...]
H A Dipc_types.h84 #define IPC_OBJECT_VALID(io) (((io) != IPC_OBJECT_NULL) && \
85 ((io) != IPC_OBJECT_DEAD))
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/i386/
H A DMakefile15 io.h \
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_identify_machine.c124 * Get the base address of the io controller.
133 || (DTFindEntry("device_type", "mac-io", &entryP) == kSuccess))
143 panic("Can't find this machine's io base address\n");
149 vm_offset_t io, sccadd; local
154 if(!(io = get_io_base_addr())) { /* Get the I/O controller base address */
167 sccadd = ((vm_offset_t)*sccregs | io); /* Get the address */
172 sccadd = io + 0x12000; /* Yeah, but still return the oldie goldie... */
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateInternal.h77 bool io; member in struct:IOPolledFileIOVars
H A DIOHibernateIO.cpp574 vars->io = false;
848 if (vars->io)
861 vars->io = true;
918 if (vars->io)
960 vars->io = true;
2148 if (vars->fileVars->io)
2294 vars->fileVars->io = false;
2405 if (vars->fileVars->io)
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c1622 struct iovec_32 io; local
1648 uio.uio_iovs.iov32p = &io;
1656 io.iov_len = length;
1657 uio_uio_resid_set(&uio, io.iov_len);
1659 io.iov_base = (uintptr_t) bp->nb_data + offset;
2698 struct iovec_32 io; local
2710 uio.uio_iovs.iov32p = &io;
2737 io.iov_len = len;
2738 uio_uio_resid_set(&uio, io.iov_len);
2740 io
2791 struct iovec_32 io; local
2913 struct iovec_32 io; local
3785 struct iovec_32 io; local
[all...]
H A Dnfs_vnops.c6036 size_t io = np->n_size - f_offset; local
6037 bzero((caddr_t)(ioaddr + io), size - io);
6038 FSDBG(321, np->n_size, f_offset, f_offset + io, size - io);

Completed in 107 milliseconds