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

/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_SCD.c68 int refCnt; local
106 refCnt = 1;
107 refNum = CFNumberCreate(NULL, kCFNumberIntType, &refCnt);
113 CFNumberGetValue(refNum, kCFNumberIntType, &refCnt);
114 refCnt++;
115 refNum = CFNumberCreate(NULL, kCFNumberIntType, &refCnt);
153 int refCnt; local
195 CFNumberGetValue(refNum, kCFNumberIntType, &refCnt);
196 if (--refCnt > 0) {
197 refNum = CFNumberCreate(NULL, kCFNumberIntType, &refCnt);
[all...]
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclLoadAix.c70 int refCnt; /* the number of references */ member in struct:Module
127 mp->refCnt++;
178 mp->refCnt = 1;
331 if (--mp->refCnt > 0) {
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertionLog.c511 uint32_t *refCnt,
534 readFromIdx = *refCnt;
543 *refCnt = readFromIdx = UINT_MAX;
562 // can happen in case of powerd crash and client provides old refCnt
565 *refCnt = readFromIdx = UINT_MAX;
583 // can happen in case of powerd crash and client provides old refCnt
605 asl_log(0,0,ASL_LEVEL_ERR, "startIdx: %ld endIdx: %ld refCnt: 0x%x readFromIdx: 0x%x writeToIdx: 0x%x\n",
606 startIdx, endIdx, *refCnt, readFromIdx, writeToIdx);
619 *refCnt = activity.idx;
638 *refCnt
506 _io_pm_assertion_activity_log( mach_port_t server __unused, audit_token_t token, vm_offset_t *log, mach_msg_type_number_t *logSize, uint32_t *refCnt, uint32_t *overflow, int *rc) argument
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclLoadAix.c69 int refCnt; /* the number of references */ member in struct:Module
115 mp->refCnt++;
155 mp->refCnt = 1;
279 if (--mp->refCnt > 0)
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAix.c69 int refCnt; /* the number of references */ member in struct:Module
118 mp->refCnt++;
158 mp->refCnt = 1;
290 if (--mp->refCnt > 0)
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadAix.c68 int refCnt; /* the number of references */ member in struct:Module
117 mp->refCnt++;
157 mp->refCnt = 1;
289 if (--mp->refCnt > 0)
/macosx-10.10/apr-32/apr/apr/dso/aix/
H A Ddso.c209 int refCnt; /* the number of references */ member in struct:Module
262 mp->refCnt++;
308 mp->refCnt = 1;
446 if (--mp->refCnt > 0)
/macosx-10.10/IOKitUser-1050.1.21/pwr_mgt.subproj/
H A DIOPMAssertions.c1079 static uint32_t refCnt = UINT_MAX; local
1081 return IOPMCopyAssertionActivityUpdate(activityLog, overflow, &refCnt);
1085 IOReturn IOPMCopyAssertionActivityUpdate(CFArrayRef *logUpdates, bool *overflow, uint32_t *refCnt) argument
1104 refCnt, &of, &rc);
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c2806 static uint32_t refCnt = UINT_MAX; local
2811 rc = IOPMCopyAssertionActivityUpdate(&log, &of, &refCnt);

Completed in 301 milliseconds