Home | History | Annotate | Download | only in vmstat

Lines Matching refs:hashname

341 	const char *histname, *hashname;
344 histname = hashname = NULL;
364 hashname = optarg;
508 dohashstat(verbose, todo, hashname);
1935 dohashstat(int verbose, int todo, const char *hashname)
1947 dohashstat_sysctl(verbose, todo, hashname);
1967 if (hashname != NULL) {
1970 hashname) == 0 &&
1976 warnx("%s: no such hash", hashname);
1992 if (hashname != NULL &&
1993 strcmp(hashnl[curhash->hashsize].n_name + 1, hashname))
2084 dohashstat_sysctl(int verbose, int todo, const char *hashname)
2103 if (hashname) {
2107 strlcpy(hash.hash_name, hashname, sizeof(hash.hash_name));
2111 err(1, "hash '%s' not found", hashname);
2148 if (!hashname && (data != NULL))
2464 "usage: %s [-CefHiLlmstUvW] [-c count] [-h hashname]\n"