Searched refs:devctl_safe_quote_sb (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | devctl.h | 42 void devctl_safe_quote_sb(struct sbuf *__sb, const char *__src);
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_mount.c | 2492 devctl_safe_quote_sb(sb, opt->name); in mount_devctl_event_mntopt() 2495 devctl_safe_quote_sb(sb, opt->value); in mount_devctl_event_mntopt() 2517 devctl_safe_quote_sb(&sb, sfp->f_mntonname); in mount_devctl_event() 2519 devctl_safe_quote_sb(&sb, sfp->f_mntfromname); in mount_devctl_event() 2521 devctl_safe_quote_sb(&sb, sfp->f_fstypename); in mount_devctl_event()
|
| H A D | kern_sig.c | 3831 devctl_safe_quote_sb(sb, fullpath); in coredump() 3847 devctl_safe_quote_sb(sb, fullpath); in coredump() 3851 devctl_safe_quote_sb(sb, name); in coredump()
|
| H A D | subr_bus.c | 845 devctl_safe_quote_sb(struct sbuf *sb, const char *src) in devctl_safe_quote_sb() function
|