Home
last modified time | relevance | path

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

/trueos/lib/libasl/
HDasl_memory.h49 uint32_t refpid; member
HDasl_memory.c456 if (val != NULL) r->refpid = atoi(val); in asl_memory_message_encode()
678 if (r->refpid != 0) in asl_memory_message_decode()
680 snprintf(tmp, sizeof(tmp), "%d", r->refpid); in asl_memory_message_decode()
945 out->refpid = atoi(val); in asl_memory_query_to_record()
1151 if ((qtype & ASL_QUERY_MATCH_REF_PID) && (q->refpid != r->refpid)) return 0; in asl_memory_fast_match()
HDasl_file.c71 uint32_t refpid; member
893 if (val != NULL) r.refpid = atoi(val); in asl_file_save()
1089 _asl_put_32(r.refpid, p); in asl_file_save()
1384 r.refpid = asl_file_fetch_helper_32(s, &p, out, ASL_KEY_REF_PID, 1, 0); in asl_file_fetch_pos()