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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp144 uint32_t fIOMDOffset; // The offset of this iopl in descriptor
145 ppnum_t fMappedPage; // Page number of first page in this iopl
146 unsigned int fPageOffset; // Offset within first page of iopl
1501 ioPLBlock iopl; local
1502 iopl.fIOPL = (upl_t) buffers;
1503 upl_set_referenced(iopl.fIOPL, true);
1504 upl_page_info_t *pageList = UPL_GET_INTERNAL_PAGE_LIST(iopl.fIOPL);
1506 if (upl_get_size(iopl.fIOPL) < (count + offset))
1509 _highestPage = upl_get_highest_page(iopl.fIOPL);
1512 iopl
2831 ioPLBlock iopl; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dcc-defs.el197 `iopl' -- indentation of previous line
280 ((eq position 'iopl)
330 ((eq position 'iopl) (progn
H A Dvhdl-mode.el5160 iopl -- indentation of previous line
5179 ((eq position 'iopl)

Completed in 221 milliseconds