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

/macosx-10.10/syslog-267/aslcommon/
H A Dasl_memory.h49 uint32_t refpid; member in struct:__anon12677
H A Dasl_memory.c456 if (val != NULL) r->refpid = atoi(val);
678 if (r->refpid != 0)
680 snprintf(tmp, sizeof(tmp), "%d", r->refpid);
945 out->refpid = atoi(val);
1151 if ((qtype & ASL_QUERY_MATCH_REF_PID) && (q->refpid != r->refpid)) return 0;
/macosx-10.10/syslog-267/libsystem_asl.tproj/src/
H A Dasl_file.c70 uint32_t refpid; member in struct:__anon12687
884 if (val != NULL) r.refpid = atoi(val);
1080 _asl_put_32(r.refpid, p);
1375 r.refpid = asl_file_fetch_helper_32(s, &p, out, ASL_KEY_REF_PID, 1, 0);

Completed in 214 milliseconds