Home
last modified time | relevance | path

Searched refs:LA_SHORT (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/sendmail/include/sm/
Dconf.h1258 # define LA_TYPE LA_SHORT
1280 # define LA_TYPE LA_SHORT
1309 # define LA_TYPE LA_SHORT
/freebsd-10-stable/contrib/sendmail/src/
Dconf.c1390 #define LA_SHORT 6 /* read kmem for avenrun; interpret as short */ macro
1439 #if (LA_TYPE == LA_INT) || (LA_TYPE == LA_FLOAT) || (LA_TYPE == LA_SHORT) || (LA_TYPE == LA_LONGLON…
1471 # if LA_TYPE == LA_SHORT in getla()
1544 # if (LA_TYPE == LA_INT) || (LA_TYPE == LA_SHORT) || (LA_TYPE == LA_LONGLONG) in getla()
1547 # if LA_TYPE == LA_SHORT in getla()
DREADME357 LA_SHORT (6) to interpret as a short integer.
379 as LA_SHORT.
383 LA_INT, LA_SHORT, LA_FLOAT, and LA_READKSYM have several
391 FSHIFT For LA_INT, LA_SHORT, and LA_READKSYM, this is the number
395 _PATH_UNIX The path to your kernel. Needed only for LA_INT, LA_SHORT,
398 LA_AVENRUN For LA_INT, LA_SHORT, and LA_FLOAT, the name of the kernel
/freebsd-10-stable/contrib/sendmail/
DRELEASE_NOTES10305 Add LA_SHORT for load averages.