Home
last modified time | relevance | path

Searched refs:ltbuf (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/wi/
HDif_wi.c1427 u_int16_t ltbuf[2]; in wi_info_intr() local
1432 wi_read_bap(sc, fid, 0, ltbuf, sizeof(ltbuf)); in wi_info_intr()
1434 switch (le16toh(ltbuf[1])) { in wi_info_intr()
1436 wi_read_bap(sc, fid, sizeof(ltbuf), &stat, sizeof(stat)); in wi_info_intr()
1477 len = min(le16toh(ltbuf[0]) - 1, sizeof(sc->sc_stats) / 4); in wi_info_intr()
1479 off = sizeof(ltbuf); in wi_info_intr()
1491 le16toh(ltbuf[1]), le16toh(ltbuf[0]))); in wi_info_intr()
1924 u_int16_t ltbuf[2]; in wi_read_rid() local
1931 error = wi_read_bap(sc, rid, 0, ltbuf, sizeof(ltbuf)); in wi_read_rid()
1935 if (le16toh(ltbuf[1]) != rid) { in wi_read_rid()
[all …]
/NextBSD/lib/libasl/
HDasl_msg.c1730 char ltbuf[32], nanobuf[16], fmt[32], zstr[8]; in _asl_time_string() local
1785 ltime = ctime_r(&tick, ltbuf); in _asl_time_string()