Searched refs:lbuf (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.c | 304 char lbuf[ZFS_MAXPROPLEN], rbuf[ZFS_MAXPROPLEN]; in zfs_sort() local 337 (void) strlcpy(lbuf, zfs_get_name(l), sizeof (lbuf)); in zfs_sort() 340 lstr = lbuf; in zfs_sort() 343 lvalid = (zfs_prop_get(l, psc->sc_prop, lbuf, in zfs_sort() 344 sizeof (lbuf), NULL, NULL, 0, B_TRUE) == 0); in zfs_sort() 348 lstr = lbuf; in zfs_sort()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | rio.c | 337 char lbuf[32]; in rioWriteBulkLongLong() local 340 llen = ll2string(lbuf,sizeof(lbuf),l); in rioWriteBulkLongLong() 341 return rioWriteBulkString(r,lbuf,llen); in rioWriteBulkLongLong()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 7735 zdb_decompress_block(abd_t *pabd, void *buf, void *lbuf, uint64_t lsize, in zdb_decompress_block() argument 7787 lbuf, psize, lsize, NULL) == 0 && in zdb_decompress_block() 7790 bcmp(lbuf, lbuf2, lsize) == 0) in zdb_decompress_block() 7801 buf = lbuf; in zdb_decompress_block() 7842 void *lbuf, *buf; in zdb_read_block() local 7932 lbuf = umem_alloc(SPA_MAXBLOCKSIZE, UMEM_NOFAIL); in zdb_read_block() 7982 buf = lbuf; in zdb_read_block() 7984 boolean_t failed = zdb_decompress_block(pabd, buf, lbuf, in zdb_read_block() 8006 buf = lbuf; in zdb_read_block() 8008 lbuf, lsize, psize, flags); in zdb_read_block() [all …]
|