HomeSort by: relevance | last modified time | path
    Searched defs:in_index (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_idr.c 54 int in_index; member in struct:idr_node
147 const int a = ((const struct idr_node *)na)->in_index;
148 const int b = ((const struct idr_node *)nb)->in_index;
161 const int a = ((const struct idr_node *)n)->in_index;
234 *idp = node->in_index;
365 while ((search != NULL) && (search->in_index == id)) {
373 node->in_index = id;
427 error = (*proc)(node->in_index, node->in_data, arg);
  /src/sys/netinet/
in_selsrc.c 77 static int in_index(const struct in_addr *, int, int, const struct in_addr *);
94 , {"index", in_index}
101 static struct in_ifselsrc default_iss = { 0, {in_index} };
173 in_index(const struct in_addr *src, int preference, int idx, function in typeref:typename:int

Completed in 13 milliseconds