Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlparser.h93 struct BlockCnt; /* defined in lparser.c */
102 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c40 typedef struct BlockCnt { struct
47 } BlockCnt; argument
259 BlockCnt *bl = fs->bl; in markupval()
795 BlockCnt bl; in body()
1089 BlockCnt bl; in block()
1242 BlockCnt bl; in whilestat()
1261 BlockCnt bl1, bl2; in repeatstat()
1289 BlockCnt bl; in forbody()
1364 BlockCnt bl; in forstat()
1381 BlockCnt bl; in test_then_block()
[all …]
/freebsd-13.1/contrib/lua/src/
H A Dlparser.h140 struct BlockCnt; /* defined in lparser.c */
148 struct BlockCnt *bl; /* chain of current blocks */
H A Dlparser.c49 typedef struct BlockCnt { struct
57 } BlockCnt; typedef
411 BlockCnt *bl = fs->bl; in markupval()
981 BlockCnt bl; in body()
1296 BlockCnt bl; in block()
1461 BlockCnt bl; in whilestat()
1480 BlockCnt bl1, bl2; in repeatstat()
1536 BlockCnt bl; in forbody()
1612 BlockCnt bl; in forstat()
1628 BlockCnt bl; in test_then_block()
[all …]
/freebsd-13.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