Lines Matching defs:need
73 static void warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail,
89 * on the "/etc/mount" command. However, we need to get more
93 * of the pkg commands need access to the mount table, this
125 warn(int type, char *name, fsblkcnt_t need, fsblkcnt_t avail, fsblkcnt_t limit)
129 logerr(gettext(WRN_NOBLKS), name, avail, (need + limit), limit,
130 (need + limit - avail));
132 logerr(gettext(WRN_NOFILES), name, avail, (need + limit), limit,
133 (need + limit - avail));
149 * At this point, we know we need information
152 * stat the filesystem once, at the first time we need to,