Searched refs:new_out (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A DFlexLexer.h71 int yylex( istream* new_in, ostream* new_out = 0 )
73 switch_streams( new_in, new_out );
80 ostream* new_out = 0 ) = 0;
117 virtual void switch_streams( istream* new_in, ostream* new_out );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dconfig.h39 int **new_out, int *new_count_out);
H A Dconfig.c852 int **new_out, int *new_count_out)
905 *new_out = new;
851 dlm_nodeid_list(char *lsname, int **ids_out, int *ids_count_out, int **new_out, int *new_count_out) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A DFlexLexer.h71 int yylex( istream* new_in, ostream* new_out = 0 )
73 switch_streams( new_in, new_out );
80 ostream* new_out = 0 ) = 0;
117 virtual void switch_streams( istream* new_in, ostream* new_out );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba6120.c3070 u64 read_val, new_out; local
3080 new_out = (dd->cspec->gpio_out & ~mask) | out;
3083 qib_write_kreg(dd, kr_gpio_out, new_out);
3084 dd->cspec->gpio_out = new_out;
H A Dqib_iba7220.c3767 u64 read_val, new_out; local
3777 new_out = (dd->cspec->gpio_out & ~mask) | out;
3780 qib_write_kreg(dd, kr_gpio_out, new_out);
3781 dd->cspec->gpio_out = new_out;
H A Dqib_iba7322.c5268 u64 read_val, new_out; local
5278 new_out = (dd->cspec->gpio_out & ~mask) | out;
5281 qib_write_kreg(dd, kr_gpio_out, new_out);
5282 dd->cspec->gpio_out = new_out;

Completed in 92 milliseconds