Home
last modified time | relevance | path

Searched refs:pstatus (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsemanage/src/
Ddatabase_file.c47 int pstatus = STATUS_SUCCESS; in dbase_file_cache() local
77 pstatus = rftable->parse(handle, parse_info, process_record); in dbase_file_cache()
80 if (pstatus < 0) in dbase_file_cache()
84 else if (pstatus == STATUS_NODATA) in dbase_file_cache()
95 } while (pstatus != STATUS_NODATA); in dbase_file_cache()
/external/swiftshader/third_party/LLVM/utils/
Dmakellvm3 set pstatus = 0
134 set pstatus = $?
145 exit($pstatus)
/external/llvm/utils/
Dmakellvm3 set pstatus = 0
134 set pstatus = $?
145 exit($pstatus)
/external/oj-libjdwp/src/share/back/
DthreadControl.h61 jvmtiError threadControl_applicationThreadStatus(jthread thread, jdwpThreadStatus *pstatus, jint *s…
DthreadControl.c2184 jdwpThreadStatus *pstatus, jint *statusFlags) in threadControl_applicationThreadStatus() argument
2195 *pstatus = map2jdwpThreadStatus(state); in threadControl_applicationThreadStatus()
2209 *pstatus = JDWP_THREAD_STATUS(RUNNING); in threadControl_applicationThreadStatus()
/external/libcups/cups/
Dhttp-support.c1881 int pstatus; /* Poll status */ in _httpResolveURI() local
1883 pstatus = avahi_simple_poll_iterate(uribuf.poll, 2000); in _httpResolveURI()
1885 if (pstatus == 0 && !resolved_uri[0] && domain && in _httpResolveURI()
1899 while (!pstatus && !resolved_uri[0] && time(NULL) < end_time) in _httpResolveURI()
1901 if ((pstatus = avahi_simple_poll_iterate(uribuf.poll, 2000)) != 0) in _httpResolveURI()
/external/u-boot/drivers/net/
Darmada100_fec.h165 u32 pstatus; /* Port Status */ member