HomeSort by: relevance | last modified time | path
    Searched defs:getlimit (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/quotarestore/
quotarestore.c 254 getlimit(const char *name, uint64_t *ret) function in typeref:typename:int
447 if (getlimit(fields[3], &val.qv_hardlimit)) {
451 if (getlimit(fields[4], &val.qv_softlimit)) {
455 if (getlimit(fields[5], &val.qv_usage)) {
quotarestore.c 254 getlimit(const char *name, uint64_t *ret) function in typeref:typename:int
447 if (getlimit(fields[3], &val.qv_hardlimit)) {
451 if (getlimit(fields[4], &val.qv_softlimit)) {
455 if (getlimit(fields[5], &val.qv_usage)) {
quotarestore.c 254 getlimit(const char *name, uint64_t *ret) function in typeref:typename:int
447 if (getlimit(fields[3], &val.qv_hardlimit)) {
451 if (getlimit(fields[4], &val.qv_softlimit)) {
455 if (getlimit(fields[5], &val.qv_usage)) {

Completed in 31 milliseconds