Searched refs:tablemax (Results 1 – 4 of 4) sorted by relevance
104 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()
48 uint32_t tablemax; variable226 &tablemax); in main()
76 extern uint32_t tablemax;
842 int tablemax; /* largest used index in table */ local850 (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++)