Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Ddevctl.h42 void devctl_safe_quote_sb(struct sbuf *__sb, const char *__src);
/f-stack/freebsd/kern/
H A Dvfs_mount.c2492 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 Dkern_sig.c3831 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 Dsubr_bus.c845 devctl_safe_quote_sb(struct sbuf *sb, const char *src) in devctl_safe_quote_sb() function