Searched refs:fun (Results 1 - 25 of 26) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/ftape/lowlevel/
H A Dftape-calibr.h31 void (*fun) (unsigned int),
H A Dftape-tracing.h159 #define _TRACE_CATCH(level, fun, action) \
161 int _res = (fun); \
164 TRACE_ABORT(_res, level, "%s failed: %d", #fun, _res); \
168 #define TRACE_CATCH(fun, fail) _TRACE_CATCH(ft_t_err, fun, fail)
H A Dftape-calibr.c200 void (*fun) (unsigned int),
238 fun(0); /* dummy, get code into cache */
240 fun(0); /* overhead + one test */
244 fun(count); /* overhead + count tests */
/asus-wl-520gu-7.0.1.45/src/router/ppp/sunos4/
H A Dif_ppp_vdcmd.c16 if_ppp_vdcmd(fun, vdp, vdi, vds)
17 unsigned int fun;
24 switch (fun) {
H A Dppp_ahdlc_vdcmd.c17 ppp_ahdlc_vdcmd(fun, vdp, vdi, vds)
18 unsigned int fun;
25 switch (fun) {
H A Dppp_comp_vdcmd.c17 ppp_comp_vdcmd(fun, vdp, vdi, vds)
18 unsigned int fun;
25 switch (fun) {
H A Dppp_vdcmd.c25 ppp_vdcmd(fun, vdp, vdi, vds)
26 unsigned int fun;
34 switch (fun) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/sunos4/
H A Dif_ppp_vdcmd.c16 if_ppp_vdcmd(fun, vdp, vdi, vds)
17 unsigned int fun;
24 switch (fun) {
H A Dppp_ahdlc_vdcmd.c17 ppp_ahdlc_vdcmd(fun, vdp, vdi, vds)
18 unsigned int fun;
25 switch (fun) {
H A Dppp_comp_vdcmd.c17 ppp_comp_vdcmd(fun, vdp, vdi, vds)
18 unsigned int fun;
25 switch (fun) {
H A Dppp_vdcmd.c25 ppp_vdcmd(fun, vdp, vdi, vds)
26 unsigned int fun;
34 switch (fun) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/sunos4/
H A Dif_ppp_vdcmd.c16 if_ppp_vdcmd(fun, vdp, vdi, vds)
17 unsigned int fun;
24 switch (fun) {
H A Dppp_ahdlc_vdcmd.c17 ppp_ahdlc_vdcmd(fun, vdp, vdi, vds)
18 unsigned int fun;
25 switch (fun) {
H A Dppp_comp_vdcmd.c17 ppp_comp_vdcmd(fun, vdp, vdi, vds)
18 unsigned int fun;
25 switch (fun) {
H A Dppp_vdcmd.c25 ppp_vdcmd(fun, vdp, vdi, vds)
26 unsigned int fun;
34 switch (fun) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dpcd.c418 static int pcd_wait( int unit, int go, int stop, char * fun, char * msg ) argument
431 if (fun) printk("%s: %s %s: alt=0x%x stat=0x%x err=0x%x"
433 PCD.name,fun,msg,r,s,e,j,p);
439 static int pcd_command( int unit, char * cmd, int dlen, char * fun )
445 if (pcd_wait(unit,IDE_BUSY|IDE_DRQ,0,fun,"before command")) {
454 if (pcd_wait(unit,IDE_BUSY,IDE_DRQ,fun,"command DRQ")) {
460 printk("%s: %s: command phase error\n",PCD.name,fun);
470 static int pcd_completion( int unit, char * buf, char * fun )
477 fun,"completion")) {
487 printk("%s: %s: Read %d bytes\n",PCD.name,fun,
[all...]
H A Dpt.c365 static int pt_wait( int unit, int go, int stop, char * fun, char * msg ) argument
378 if (fun) printk("%s: %s %s: alt=0x%x stat=0x%x err=0x%x"
380 PT.name,fun,msg,r,s,e,j,p);
386 static int pt_command( int unit, char * cmd, int dlen, char * fun )
392 if (pt_wait(unit,STAT_BUSY|STAT_DRQ,0,fun,"before command")) {
401 if (pt_wait(unit,STAT_BUSY,STAT_DRQ,fun,"command DRQ")) {
407 printk("%s: %s: command phase error\n",PT.name,fun);
417 static int pt_completion( int unit, char * buf, char * fun )
422 fun,"completion");
431 s = pt_wait(unit,STAT_BUSY,STAT_READY|STAT_ERR,fun,"dat
499 pt_media_access_cmd( int unit, int tmo, char *cmd, char *fun) argument
[all...]
H A Dpf.c559 static int pf_wait( int unit, int go, int stop, char * fun, char * msg ) argument
572 if (fun) printk("%s: %s %s: alt=0x%x stat=0x%x err=0x%x"
574 PF.name,fun,msg,r,s,e,j,p);
580 static int pf_command( int unit, char * cmd, int dlen, char * fun )
586 if (pf_wait(unit,STAT_BUSY|STAT_DRQ,0,fun,"before command")) {
595 if (pf_wait(unit,STAT_BUSY,STAT_DRQ,fun,"command DRQ")) {
601 printk("%s: %s: command phase error\n",PF.name,fun);
611 static int pf_completion( int unit, char * buf, char * fun )
616 fun,"completion");
623 s = pf_wait(unit,STAT_BUSY,STAT_READY|STAT_ERR,fun,"dat
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dsyscall.c37 extern asmlinkage int (*do_syscalls)(struct pt_regs *regs, syscall_t fun,
249 #define SYS(fun, narg) #fun,
298 #define SYS(fun, narg) #fun,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dinvent.c113 * Calls fun() for every entry in inventory list unless fun() returns something
117 scaninvent(int (*fun)(inventory_t *, void *), void *arg)
127 rc = (*fun)(ie, arg);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dcore_irongate.h128 * ---bus numer--- -device-- -fun- ---register----
131 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \
133 ((fun)<<8) | \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dcore_irongate.h128 * ---bus numer--- -device-- -fun- ---register----
131 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \
133 ((fun)<<8) | \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dpci_etherboot.c42 #define PCI_CFG_SET(dev,fun,off) \
43 ((*PCI_CFG_CTRL) = cpu_to_le32((0x80000000 | ((dev)<<11) | ((fun)<<8) | (off))))
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/
H A Dsetup.S616 # Well, that certainly wasn't fun :-(. Hopefully it works, and we don't
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Dchecksum.S359 sll %o2, 1, %g2 ! constant multiplies are fun...

Completed in 112 milliseconds

12