Searched defs:bfs (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/validation/optim/ |
H A D | bitfield-init-zero.c | 27 struct bfs { struct 34 struct bfs bfsu_init(unsigned int a) in bfsu_init() argument
|
H A D | bitfield-size.c | 12 struct bfs { struct 17 signed int get__bfs_a(struct bfs bf) { return bf.a; } in get__bfs_a() argument
|
H A D | and-or-bfs.c | 6 int bfs(struct s s, int a) in bfs() function
|
/illumos-gate/usr/src/tools/smatch/src/validation/linear/ |
H A D | compound-literal00.c | 1 struct bfs { struct 8 return (struct bfs){ .a = 1, .b = 2}.b; in foo() argument
|
H A D | compound-literal01.c | 1 struct bfs { struct 8 struct bfs bf = { .a = 1, .b = 2 }; in foo() argument
|
H A D | compound-literal02.c | 1 struct bfs { struct 8 struct bfs bf = { .a = 1, .b = 4 }; in bar() argument
|
/illumos-gate/usr/src/uts/common/fs/bootfs/ |
H A D | bootfs_construct.c | 110 bootfs_node_init(bootfs_t *bfs, bootfs_node_t *bnp, const struct vattr *vap, in bootfs_node_init() 147 bootfs_mkroot(bootfs_t *bfs) in bootfs_mkroot() 161 bootfs_mknode(bootfs_t *bfs, bootfs_node_t *parent, bootfs_node_t **outp, in bootfs_mknode() 217 bootfs_construct_entry(bootfs_t *bfs, uintptr_t addr, uint64_t size, in bootfs_construct_entry() 293 bootfs_construct(bootfs_t *bfs) in bootfs_construct() 346 bootfs_destruct(bootfs_t *bfs) in bootfs_destruct()
|
H A D | bootfs_vfsops.c | 68 bootfs_t *bfs; in bootfs_mount() local 159 bootfs_t *bfs = vfsp->vfs_data; in bootfs_unmount() local 190 bootfs_t *bfs; in bootfs_root() local 202 const bootfs_t *bfs = (bootfs_t *)vfsp; in bootfs_statvfs() local
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftpsubs.c | 82 } bfs[2]; variable
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_cmd.c | 240 const char *bfs; in update_bootpath() local
|