Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/random/
H A Dchacha_tv.c278 uint8_t *bl1) in chacha_test() argument
293 ret = bcmp(res1, bl1, sizeof (res0)); in chacha_test()
/illumos-gate/usr/src/cmd/luxadm/
H A Dhotplug.c2127 Box_list *bl1, *box_list = NULL; in h_post_insert_encl() local
2154 for (bl1 = box_list; bl1; bl1 = bl1->box_next) { in h_post_insert_encl()
2155 if (strstr(lname, bl1->b_physical_path)) in h_post_insert_encl()
2159 if (box_list && bl1) in h_post_insert_encl()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlparser.c1256 BlockCnt bl1, bl2; in repeatstat() local
1257 enterblock(fs, &bl1, 1); /* loop block */ in repeatstat()