Home
last modified time | relevance | path

Searched refs:lsbuf (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/dev/
H A Dlockstat.h126 typedef struct lsbuf { struct
128 LIST_ENTRY(lsbuf) list; argument
129 SLIST_ENTRY(lsbuf) slist;
130 TAILQ_ENTRY(lsbuf) tailq;
H A Dlockstat.c85 SLIST_HEAD(, lsbuf) lc_free;
87 LIST_HEAD(lslist, lsbuf) lc_hash[LOCKSTAT_HASH_SIZE];
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr.c525 char lsbuf[64], rsbuf[256]; in ossl_err_string_int() local
535 BIO_snprintf(lsbuf, sizeof(lsbuf), "lib(%lu)", l); in ossl_err_string_int()
536 ls = lsbuf; in ossl_err_string_int()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Derr.c607 char lsbuf[64], fsbuf[64], rsbuf[64]; in ERR_error_string_n() local
617 BIO_snprintf(lsbuf, sizeof(lsbuf), "lib(%lu)", l); in ERR_error_string_n()
618 ls = lsbuf; in ERR_error_string_n()
/netbsd-src/external/bsd/mdocml/dist/
H A Dlib.in116 LINE("libsbuf", "Safe String Composition Library (libsbuf, \\-lsbuf)")
/netbsd-src/usr.sbin/lockstat/
H A Dmain.c71 TAILQ_HEAD(buf_head, lsbuf);