Searched refs:phandle (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODMAController.cpp35 const OSSymbol *IODMAController::createControllerName(UInt32 phandle) argument
40 snprintf(buf, CREATE_BUF_LEN, "IODMAController%08X", (uint32_t)phandle);
80 phandleData = OSDynamicCast(OSData, _provider->getProperty("AAPL,phandle"));
H A DIODeviceTreeSupport.cpp127 = OSSymbol::withCStringNoCopy("AAPL,phandle");
409 static IORegistryEntry * FindPHandle( UInt32 phandle )
416 if( phandle == *((UInt32 *)data->getBytesNoCopy())) {
442 UInt32 phandle; local
450 phandle = ((UInt32 *) data->getBytesNoCopy())[index];
451 parent = FindPHandle( phandle );
464 UInt32 phandle; local
468 ok = GetUInt32( regEntry, gIODTPHandleKey, &phandle);
472 snprintf(buf, sizeof(buf), "IOInterruptController%08X", (uint32_t)phandle);
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmm-partial.el67 phandle nn ntotal
91 (while (setq phandle (pop phandles))
94 (cdr (mm-handle-type phandle))))))
97 (cdr (mm-handle-type phandle))))))
106 (mm-insert-part phandle)
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Drpcpvt.idl245 [out] rpc_thread_pool_handle_t *phandle,
257 [in, out] rpc_thread_pool_handle_t *phandle,
267 * status (and phandle) return values:
268 * 0 - OK; phandle != NULL: execute the call with a phandle thread.
269 * If all phandle threads are busy, execute
270 * the call with the first available phandle
272 * to runtime call rejection due to phandle
274 * phandle == NULL: execute the call with a default pool
288 [out] rpc_thread_pool_handle_t *phandle,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/tests/
H A Dtkphoto.test64 set phandle [ffidl-find-photo [ffidl::info interp] p]
73 ffidl-photo-get-image $phandle pblock
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODMAController.h64 static const OSSymbol *createControllerName(UInt32 phandle);
/macosx-10.9.5/dcerpc-58/dcerpc/perf/
H A Dserver.c200 static void thread_pool_fn(obj_uuid, if_id, opnum, phandle, status)
204 rpc_thread_pool_handle_t *phandle;
223 *phandle = NULL;
228 *phandle = thread_poolh;
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomcthd.c1810 ** phandle Handle to the new pool.
1829 rpc_thread_pool_handle_t *phandle,
1838 *phandle = NULL;
1850 *phandle = (rpc_thread_pool_handle_t) p;
1881 ** phandle Pool to free
1905 rpc_thread_pool_handle_t *phandle,
1910 cthread_pool_elt_p_t p = (cthread_pool_elt_p_t) *phandle;
1950 *phandle = NULL;
2033 ** phandle the pool whose queue size is being adjusted
2059 rpc_thread_pool_handle_t phandle,
1807 rpc_server_create_thread_pool( unsigned32 n_threads, rpc_thread_pool_handle_t *phandle, unsigned32 *status ) argument
1883 rpc_server_free_thread_pool( rpc_thread_pool_handle_t *phandle, boolean32 wait_flag, unsigned32 *status ) argument
2034 rpc_server_set_thread_pool_qlen( rpc_thread_pool_handle_t phandle, unsigned32 queue_size, unsigned32 * status ) argument
[all...]
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c1813 static Boolean lookupPHandle(UInt32 phandle, io_registry_entry_t * device) argument
1819 CFStringRef phandleKey = CFSTR("AAPL,phandle");
1822 data = CFDataCreate(NULL, (void *)&phandle, sizeof(UInt32));
1883 // Lookup the phandle and retreive needed info.
1884 assertion( lookupPHandle(*position, &intParent), "error looking up phandle" );
1894 // Display the phandle, corresponding device path, and
1897 println(" phandle: %08lx (%s)", (unsigned long)*position++, path);

Completed in 113 milliseconds