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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIORegistryEntry.cpp893 char * nextComp; local
901 nextComp = path;
906 strlcpy( nextComp, plane->nameKey->getCStringNoCopy(), len + 1);
907 nextComp[ len++ ] = ':';
908 nextComp += len;
916 strlcpy( nextComp, alias->getCStringNoCopy(), aliasLen + 1);
941 *nextComp++ = '/';
942 *nextComp = 0;
952 nextComp = path + len;
957 strlcpy( nextComp, alia
[all...]

Completed in 169 milliseconds