Home | History | Annotate | Download | only in common

Lines Matching refs:tmpstr

56 	char tmpstr[128];
74 snprintf(tmpstr, sizeof(tmpstr), "vfs.%s.fha.enable",
76 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.enable);
77 snprintf(tmpstr, sizeof(tmpstr), "vfs.%s.fha.bin_shift",
79 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.bin_shift);
80 snprintf(tmpstr, sizeof(tmpstr), "vfs.%s.fha.max_nfsds_per_fh",
82 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.max_nfsds_per_fh);
83 snprintf(tmpstr, sizeof(tmpstr), "vfs.%s.fha.max_reqs_per_nfsd",
85 TUNABLE_INT_FETCH(tmpstr, &softc->ctls.max_reqs_per_nfsd);