Searched refs:int_node (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_config.h84 typedef struct int_node_tag int_node; typedef in typeref:struct:int_node_tag
86 int_node * link;
90 typedef DECL_FIFO_ANCHOR(int_node) int_fifo;
297 int_node *create_int_node(int val);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_config.c511 int_node *i_n;
512 int_node *flags;
513 int_node *counter_set;
1135 int_node *
1140 int_node *i_n;
1415 int_node * i_n;
2097 int_node *pfilegen_token;
2274 int_node * curr_flag;
3202 int_node *curr_ttl;
4193 int_node *counter_se
[all...]
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.c5283 struct sysctl_oid *stat_node, *queue_node, *int_node; local
5518 int_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "interrupts",
5520 int_list = SYSCTL_CHILDREN(int_node);
H A Dif_igb.c5521 struct sysctl_oid *stat_node, *queue_node, *int_node, *host_node; local
5795 int_node = SYSCTL_ADD_NODE(ctx, child, OID_AUTO, "interrupts",
5797 int_list = SYSCTL_CHILDREN(int_node);

Completed in 99 milliseconds