Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1273 # define LA_TYPE LA_SHORT
1295 # define LA_TYPE LA_SHORT
1324 # define LA_TYPE LA_SHORT
/freebsd/contrib/sendmail/src/
H A Dconf.c1459 #define LA_SHORT 6 /* read kmem for avenrun; interpret as short */ macro
1508 #if (LA_TYPE == LA_INT) || (LA_TYPE == LA_FLOAT) || (LA_TYPE == LA_SHORT) || (LA_TYPE == LA_LONGLON…
1540 # if LA_TYPE == LA_SHORT in getla()
1613 # if (LA_TYPE == LA_INT) || (LA_TYPE == LA_SHORT) || (LA_TYPE == LA_LONGLONG) in getla()
1616 # if LA_TYPE == LA_SHORT in getla()
H A DREADME365 LA_SHORT (6) to interpret as a short integer.
387 as LA_SHORT.
391 LA_INT, LA_SHORT, LA_FLOAT, and LA_READKSYM have several
399 FSHIFT For LA_INT, LA_SHORT, and LA_READKSYM, this is the number
403 _PATH_UNIX The path to your kernel. Needed only for LA_INT, LA_SHORT,
406 LA_AVENRUN For LA_INT, LA_SHORT, and LA_FLOAT, the name of the kernel
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES10721 Add LA_SHORT for load averages.