Home
last modified time | relevance | path

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

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