Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/pccard/
H A Dpccard.c1045 devctl_safe_quote_sb(&sb, sc->card.cis1_info[0]); in pccard_child_pnpinfo_str()
1047 devctl_safe_quote_sb(&sb, sc->card.cis1_info[1]); in pccard_child_pnpinfo_str()
/freebsd-12.1/sys/kern/
H A Dkern_sig.c3665 devctl_safe_quote_sb(sb, fullpath); in coredump()
3680 devctl_safe_quote_sb(sb, fullpath); in coredump()
3684 devctl_safe_quote_sb(sb, name); in coredump()
H A Dsubr_bus.c869 devctl_safe_quote_sb(struct sbuf *sb, const char *src) in devctl_safe_quote_sb() function
/freebsd-12.1/sys/sys/
H A Dbus.h170 void devctl_safe_quote_sb(struct sbuf *__sb, const char *__src);