Lines Matching refs:valid
68 * Find the valid routes for a board.
103 /* Second, find the set of routes valid for this device. */
125 * Finds the route values for the device family and the set of valid routes
126 * for the board. If valid routes could not be found for the actual board
130 * (for example, with the route values but not the set of valid routes).
146 * ni_count_valid_routes() - Count the number of valid routes.
147 * @tables: Routing tables for which to count all valid routes.
164 /* direct routing is valid */
190 * Return: the number of valid routes if n_pairs == 0; otherwise, the number of
191 * valid routes copied.
215 bool valid = false;
219 /* direct routing is valid */
220 valid = true;
227 /* indirect routing also valid */
228 valid = true;
231 if (valid) {
301 * ni_sort_device_routes() - Sort the list of valid device signal routes in
334 /* sort all valid device signal routes in prep for use */
405 * without checking whether the route is valid for
411 * Return: -EINVAL if the specified route is not valid for this device family.
429 /* mask out the valid-value marking bit */
461 * cases given above; Otherwise, -1 if the specified route is not valid for
501 /* mask out the valid-value marking bit */
517 * valid for any routes to the destination), -EINVAL is returned.