Home
last modified time | relevance | path

Searched defs:bfs (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/optim/
H A Dbitfield-init-zero.c27 struct bfs { struct
34 struct bfs bfsu_init(unsigned int a) in bfsu_init() argument
H A Dbitfield-size.c12 struct bfs { struct
17 signed int get__bfs_a(struct bfs bf) { return bf.a; } in get__bfs_a() argument
H A Dand-or-bfs.c6 int bfs(struct s s, int a) in bfs() function
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dcompound-literal00.c1 struct bfs { struct
8 return (struct bfs){ .a = 1, .b = 2}.b; in foo() argument
H A Dcompound-literal01.c1 struct bfs { struct
8 struct bfs bf = { .a = 1, .b = 2 }; in foo() argument
H A Dcompound-literal02.c1 struct bfs { struct
8 struct bfs bf = { .a = 1, .b = 4 }; in bar() argument
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_construct.c110 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 Dbootfs_vfsops.c68 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 Dtftpsubs.c82 } bfs[2]; variable
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c240 const char *bfs; in update_bootpath() local