Searched refs:sbf (Results 1 – 3 of 3) sorted by relevance
425 struct sbuf sbf; in audit_canon_path_vp() local446 (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()
534 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
344 def bf16x_info : X86VectorVTInfo<1, bf16, VR128X, "sbf">;