Home
last modified time | relevance | path

Searched refs:display (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.101.4/iokit/Kernel/
H A DIOHibernateIO.cpp946 ProgressInit(hibernate_graphics_t * display, uint8_t * screen, uint8_t * saveunder, uint32_t savele… in ProgressInit() argument
955 rowBytes = display->rowBytes; in ProgressInit()
956 pixelShift = display->depth >> 4; in ProgressInit()
961 screen += ((display->width in ProgressInit()
963 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressInit()
999 ProgressUpdate(hibernate_graphics_t * display, uint8_t * screen, int32_t firstBlob, int32_t select) in ProgressUpdate() argument
1008 pixelShift = display->depth >> 4; in ProgressUpdate()
1013 rowBytes = display->rowBytes; in ProgressUpdate()
1015 screen += ((display->width in ProgressUpdate()
1017 + (display->height - kIOHibernateProgressOriginY - kIOHibernateProgressHeight) * rowBytes; in ProgressUpdate()
[all …]
/xnu-8020.101.4/bsd/vfs/
H A Dvnode_if.src15 # must display the following acknowledgement:
/xnu-8020.101.4/osfmk/UserNotification/
H A DUNDRequest.defs99 * A synchronous routine to display an alert. This will wait for the
/xnu-8020.101.4/tools/lldbmacros/
H A DREADME.md136 … If there is error in these arguments than the implementor may display according error message.
141 … -o <file> : direct the output of command to <file>. Will not display anything on terminal
228 The valobj argument holds the core.value object for display.
270 …old code that it will still call the old function and hence will not display new changes in file o…
/xnu-8020.101.4/
H A DAPPLE_LICENSE82 2.1 Unmodified Code. You may use, reproduce, display, perform,
99 display, perform, internally distribute within Your organization, and
153 reproduce, display, perform, modify, sublicense, distribute and
/xnu-8020.101.4/bsd/crypto/doc/
H A DKernelCrypto.txt34 * must display the following acknowledgement:
/xnu-8020.101.4/osfmk/ipc/
H A Dipc_port.c3370 unsigned int display,