Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_stats.c442 tpl->mb->tplhash = hash32_str(tpl->mb->tplname, 0);
998 if (strlen(name) == strlen(tpllist[i]->mb->tplname) &&
999 strncmp(name, tpllist[i]->mb->tplname,
1025 strlcpy(buf, tpllist[tpl_id]->mb->tplname, len);
1164 tpl_mb->tplname = stats_strdup(name, 0);
1167 tpl_mb->tplname == NULL) {
1171 stats_free(tpl_mb->tplname);
1204 stats_free(tpl_mb->tplname);
2122 sbuf_printf(buf, fmtstr, tpl_mb ? tpl_mb->tplname : "null",
3673 tpllist[i]->mb->tplname, tpllist[i]->mb->tplhash);
[all …]
/f-stack/freebsd/sys/
H A Dstats.h644 char *tplname; member