Lines Matching defs:num_names
1167 * a name registration fails, the function will update the num_names
1175 const char *names[], int *num_names)
1182 KASSERT(*num_names > 0,
1187 if (*num_names > TCP_FUNCTION_NAME_NUM_MAX) {
1189 *num_names = 0;
1198 *num_names = 0;
1202 for (i = 0; i < *num_names; i++) {
1207 *num_names = 0;
1225 for (i = 0; i < *num_names; i++) {
1244 for (i = 0; i < *num_names; i++) {
1253 *num_names = num_registered;
1268 int num_names, rv;
1270 num_names = 1;
1275 rv = register_tcp_functions_as_names(blk, wait, name_list, &num_names);