Searched refs:typestr (Results 1 – 4 of 4) sorted by relevance
52 char typestr[128]; in log_sysevent() local218 snprintf(typestr, sizeof (typestr), "misc.fs.zfs.%s", type + 8); in log_sysevent()219 type = typestr; in log_sysevent()
595 const char *typestr; in dbg_setup_xpoint() local606 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()
476 mv_fdt_is_type(phandle_t node, const char *typestr) in mv_fdt_is_type() argument487 if (strncasecmp(type, typestr, FDT_TYPE_LEN) == 0) in mv_fdt_is_type()
2846 const char *typestr; in userspace_cb() local2933 typestr = us_type2str(type); in userspace_cb()2934 typelen = strlen(gettext(typestr)); in userspace_cb()