Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Ddevctl.h19 void devctl_safe_quote_sb(struct sbuf *__sb, const char *__src);
/freebsd-13.1/sys/dev/pccard/
H A Dpccard.c1047 devctl_safe_quote_sb(&sb, sc->card.cis1_info[0]); in pccard_child_pnpinfo_str()
1049 devctl_safe_quote_sb(&sb, sc->card.cis1_info[1]); in pccard_child_pnpinfo_str()
/freebsd-13.1/sys/kern/
H A Dvfs_mount.c2528 devctl_safe_quote_sb(&sb, sfp->f_mntonname); in mount_devctl_event()
2530 devctl_safe_quote_sb(&sb, sfp->f_mntfromname); in mount_devctl_event()
2532 devctl_safe_quote_sb(&sb, sfp->f_fstypename); in mount_devctl_event()
H A Dkern_sig.c3984 devctl_safe_quote_sb(sb, fullpath); in coredump()
4000 devctl_safe_quote_sb(sb, fullpath); in coredump()
4004 devctl_safe_quote_sb(sb, name); in coredump()
H A Dsubr_bus.c848 devctl_safe_quote_sb(struct sbuf *sb, const char *src) in devctl_safe_quote_sb() function
/freebsd-13.1/share/man/man9/
H A DMakefile126 devctl_safe_quote_sb.9 \