Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sysevent.c52 char typestr[128]; in log_sysevent() local
218 snprintf(typestr, sizeof (typestr), "misc.fs.zfs.%s", type + 8); in log_sysevent()
219 type = typestr; in log_sysevent()
/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c595 const char *typestr; in dbg_setup_xpoint() local
606 typestr = is_bkpt ? "breakpoint" : "watchpoint"; in dbg_setup_xpoint()
626 typestr, dbg_watchpoint_num); in dbg_setup_xpoint()
648 db_printf("Unsupported address size for %s\n", typestr); in dbg_setup_xpoint()
670 db_printf("Unsupported exception level for %s\n", typestr); in dbg_setup_xpoint()
/f-stack/freebsd/arm/mv/
H A Dmv_common.c476 mv_fdt_is_type(phandle_t node, const char *typestr) in mv_fdt_is_type() argument
487 if (strncasecmp(type, typestr, FDT_TYPE_LEN) == 0) in mv_fdt_is_type()
/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2846 const char *typestr; in userspace_cb() local
2933 typestr = us_type2str(type); in userspace_cb()
2934 typelen = strlen(gettext(typestr)); in userspace_cb()