Searched refs:idInt (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFSerialize.c180 int idInt = -1; local
218 if (!CFNumberGetValue((CFNumberRef)idRefEntry, kCFNumberIntType, &idInt)) {
221 snprintf(temp, sizeof(temp), "<%s IDREF=\"%d\"/>", getTagString(object), idInt);
250 int idInt = state->idrefNumRefs++; local
252 idRef = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &idInt);
260 "<%s ID=\"%d\" %s>", getTagString(object), idInt, additionalTags);
263 "<%s ID=\"%d\">", getTagString(object), idInt);

Completed in 128 milliseconds