Home
last modified time | relevance | path

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

/trueos/lib/libasl/
HDasl_private.h57 #define ASL_STORE_LOCATION_FILE 0 macro
HDasl_client.c360 …if (asl_store_location() == ASL_STORE_LOCATION_FILE) return _do_store_match(qlist, last, start, co… in asl_client_match()
367 if (asl_store_location() == ASL_STORE_LOCATION_FILE) return _do_store_search(query); in asl_client_search()
HDasl.c1595 if (_asl_global.server_port == MACH_PORT_NULL) return ASL_STORE_LOCATION_FILE; in asl_store_location()
1613 if (kstatus != KERN_SUCCESS) return ASL_STORE_LOCATION_FILE; in asl_store_location()
1615 return ASL_STORE_LOCATION_FILE; in asl_store_location()