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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dglobal.h76 extern uint32_t tablemax;
H A Devents.c104 if (strioctl(control_fd, BRIOC_TABLEMAX, &tablemax,
105 sizeof (tablemax)) == -1) {
107 tablemax, instance_name);
375 if (new_tablemax != tablemax) {
376 syslog(LOG_DEBUG, "changed tablemax from %lu to %lu",
377 tablemax, new_tablemax);
379 sizeof (tablemax)) == -1)
381 "%lu on bridge %s: %m", tablemax,
384 tablemax = new_tablemax;
H A Dmain.c48 uint32_t tablemax; variable
226 &tablemax);
/illumos-gate/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++)

Completed in 84 milliseconds