Searched refs:tablemax (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c842 int tablemax; /* largest used index in table */ local
850 (nextarg > tablemax) ? tablemax = nextarg : 0)
884 tablemax = 0;
1020 if (tablemax >= STATIC_ARG_TBL_SIZE)
1023 sm_malloc(sizeof(va_list) * (tablemax + 1));
1026 for (n = 1; n <= tablemax; n++)
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c679 uint32_t tablemax)
703 BRIDGE_PROP_TABLE_MAX, tablemax))
1720 uint32_t tablemax; local
1792 tablemax = (uint32_t)u64;
1826 dladm_bridge_set_privprop(bridge, debug, tablemax);
1880 uint32_t tablemax; local
1895 if ((status = dladm_bridge_get_privprop(bridge, &debug, &tablemax))
1939 u64 = tablemax;
678 dladm_bridge_set_privprop(const char *bridge, boolean_t debug, uint32_t tablemax) argument

Completed in 26 milliseconds