Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlparser.h107 struct BlockCnt; /* defined in lparser.c */
115 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c48 typedef struct BlockCnt { struct
55 } BlockCnt; argument
259 BlockCnt *bl = fs->bl; in markupval()
785 BlockCnt bl; in body()
1096 BlockCnt bl; in block()
1246 BlockCnt bl; in whilestat()
1265 BlockCnt bl1, bl2; in repeatstat()
1293 BlockCnt bl; in forbody()
1368 BlockCnt bl; in forstat()
1384 BlockCnt bl; in test_then_block()
[all …]
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.h92 struct BlockCnt; /* defined in lparser.c */
101 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c41 typedef struct BlockCnt { struct
48 } BlockCnt; argument
260 BlockCnt *bl = fs->bl; in markupval()
790 BlockCnt bl; in body()
1084 BlockCnt bl; in block()
1237 BlockCnt bl; in whilestat()
1256 BlockCnt bl1, bl2; in repeatstat()
1284 BlockCnt bl; in forbody()
1359 BlockCnt bl; in forstat()
1375 BlockCnt bl; in test_then_block()
[all …]
/freebsd-12.1/sys/dev/iir/
H A Diir.c969 cnt = ucmd->u.cache.BlockCnt * GDT_SECTOR_SIZE; in gdt_ioctl_cmd()
1026 ucmd->u.cache.BlockCnt); in gdt_ioctl_cmd()
1034 GDT_SG_LEN, ucmd->u.cache.BlockCnt * GDT_SECTOR_SIZE); in gdt_ioctl_cmd()
1549 cnt = ucmd->u.cache.BlockCnt * GDT_SECTOR_SIZE; in iir_intr_locked()
H A Diir.h415 u_int32_t BlockCnt; /* block count */ member