Lines Matching refs:soft
804 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm,
819 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm,
851 uint64_t soft, hard, current;
957 /* limits: soft %llu, hard %llu */
971 if (intrd(t, &soft, objtypeflags) != 0) {
987 * is next used if previously had no soft limit
988 * or were under it, but now have a soft limit
991 if (qv->qv_usage && qv->qv_usage >= soft &&
996 if (soft != qv->qv_softlimit ||
998 qv->qv_softlimit = soft;
1146 char *soft, char *hard, char *grace,
1158 if (soft) {
1159 str = strsep(&soft, "/");
1160 if (str[0] == '\0' || soft == NULL || soft[0] == '\0')
1165 if (intrd(soft, &softi, 0) != 0)
1166 errx(1, "%s: bad number", soft);
1202 if (soft) {
1318 char *soft = NULL, *hard = NULL, *grace = NULL;
1353 soft = optarg;
1372 if (soft || hard || grace || dflag || cflag)
1375 } else if (soft || hard || grace) {
1382 assign(fs, idtype, soft, hard, grace, argv, argc);