Home
last modified time | relevance | path

Searched refs:sbf (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c425 struct sbuf sbf; in audit_canon_path_vp() local
446 (void) sbuf_new(&sbf, cpath, MAXPATHLEN, SBUF_FIXEDLEN); in audit_canon_path_vp()
467 (void) sbuf_cat(&sbf, rbuf); in audit_canon_path_vp()
474 (void) sbuf_putc(&sbf, '/'); in audit_canon_path_vp()
480 (void) sbuf_cat(&sbf, copy); in audit_canon_path_vp()
486 if (sbuf_error(&sbf) != 0) { in audit_canon_path_vp()
490 sbuf_finish(&sbf); in audit_canon_path_vp()
/freebsd/stand/libsa/
H A Dufs.c534 struct open_file *sbf; in ufs_open()
538 sbf = fd2open_file(mnt->um_fd); in ufs_open()
539 sfp = sbf->f_fsdata; in ufs_open()
537 struct open_file *sbf; ufs_open() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrUtils.td344 def bf16x_info : X86VectorVTInfo<1, bf16, VR128X, "sbf">;