Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
Dlparser.h92 struct BlockCnt; /* defined in lparser.c */
101 struct BlockCnt *bl; /* chain of current blocks */
Dlparser.c41 typedef struct BlockCnt { struct
42 struct BlockCnt *previous; /* chain */ argument
48 } BlockCnt; argument
260 BlockCnt *bl = fs->bl; in markupval()
365 BlockCnt *bl = ls->fs->bl; in findlabel()
419 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
437 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
472 BlockCnt *bl = fs->bl; in leaveblock()
526 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
790 BlockCnt bl; in body()
[all …]
/freebsd-12-stable/contrib/lua/src/
Dlparser.h107 struct BlockCnt; /* defined in lparser.c */
115 struct BlockCnt *bl; /* chain of current blocks */
Dlparser.c48 typedef struct BlockCnt { struct
49 struct BlockCnt *previous; /* chain */ argument
55 } BlockCnt; argument
259 BlockCnt *bl = fs->bl; in markupval()
367 BlockCnt *bl = ls->fs->bl; in findlabel()
421 static void movegotosout (FuncState *fs, BlockCnt *bl) { in movegotosout()
439 static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isloop) { in enterblock()
474 BlockCnt *bl = fs->bl; in leaveblock()
529 static void open_func (LexState *ls, FuncState *fs, BlockCnt *bl) { in open_func()
786 BlockCnt bl; in body()
[all …]
/freebsd-12-stable/sys/dev/iir/
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()
Diir.h415 u_int32_t BlockCnt; /* block count */ member