Home
last modified time | relevance | path

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

/trueos/lib/libasl/
HDasl_file.h50 #define ASL_DB_COOKIE "ASL DB" macro
HDasl_legacy1.c58 #define ASL_DB_COOKIE "ASL DB" macro
336 if (strncmp(cbuf, ASL_DB_COOKIE, ASL_DB_COOKIE_LEN)) in asl_legacy1_open()
HDasl_file.c260 memcpy(buf, ASL_DB_COOKIE, ASL_DB_COOKIE_LEN); in asl_file_open_write_fd()
432 if (strncmp(buf, ASL_DB_COOKIE, ASL_DB_COOKIE_LEN)) in asl_file_open_write()
1562 if (strncmp(buf, ASL_DB_COOKIE, ASL_DB_COOKIE_LEN)) in asl_file_open_read()