Searched refs:cstr (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp658 char * cstr;
659 cstr = getCStringForObject (inDictionary->getObject ("AAPL,clock-id"));
660 if (cstr)
661 kprintf (" ===> AAPL,clock-id is %s\n", cstr );
H A DIOUserClient.cpp2142 const char * cstr = entry->getLocation( plane ); local
2144 if( cstr) {
2145 strncpy( location, cstr, sizeof( io_name_t));

Completed in 28 milliseconds