Searched refs:lsbuf (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/dev/ |
| H A D | lockstat.h | 126 typedef struct lsbuf { struct 128 LIST_ENTRY(lsbuf) list; argument 129 SLIST_ENTRY(lsbuf) slist; 130 TAILQ_ENTRY(lsbuf) tailq;
|
| H A D | lockstat.c | 85 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 D | err.c | 525 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 D | err.c | 607 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 D | lib.in | 116 LINE("libsbuf", "Safe String Composition Library (libsbuf, \\-lsbuf)")
|
| /netbsd-src/usr.sbin/lockstat/ |
| H A D | main.c | 71 TAILQ_HEAD(buf_head, lsbuf);
|