Home
last modified time | relevance | path

Searched refs:asl_core_ntohq (Results 1 – 5 of 5) sorted by relevance

/NextBSD/lib/libasl/
HDasl_core.h97 uint64_t asl_core_ntohq(uint64_t n)__OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
HDasl_file.c130 return asl_core_ntohq(x); in _asl_get_64()
181 if (out != NULL) *out = asl_core_ntohq(val); in asl_file_read_uint64()
725 *out = asl_core_ntohq(x64); in asl_file_string_encode()
1525 s->cursor_xid = asl_core_ntohq(x64); in asl_file_fetch_pos()
HDasl_core.c296 asl_core_ntohq(uint64_t n) in asl_core_ntohq() function
HDasl_store.c162 last_id = asl_core_ntohq(last_id); in asl_store_open_write()
/NextBSD/usr.sbin/asl/
HDasl_action.c1057 xid = asl_core_ntohq(xid); in _act_store_dir_setup()