Home
last modified time | relevance | path

Searched refs:tplname (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_stats.c437 tpl->mb->tplhash = hash32_str(tpl->mb->tplname, 0);
993 if (strlen(name) == strlen(tpllist[i]->mb->tplname) &&
994 strncmp(name, tpllist[i]->mb->tplname,
1020 strlcpy(buf, tpllist[tpl_id]->mb->tplname, len);
1171 tpl_mb->tplname = stats_strdup(name, 0);
1174 tpl_mb->tplname == NULL) {
1178 stats_free(tpl_mb->tplname);
1211 stats_free(tpl_mb->tplname);
2129 sbuf_printf(buf, fmtstr, tpl_mb ? tpl_mb->tplname : "null",
3721 tpllist[i]->mb->tplname, tpllist[i]->mb->tplhash);
[all …]
/freebsd/sys/sys/
H A Dstats.h642 char *tplname; member