Searched refs:_info (Results 1 - 21 of 21) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp_ahdlc_mod.c45 _info(mip) function
H A Dppp_comp_mod.c77 _info(mip) function
H A Dppp_mod.c109 _info(mip) function
/asus-wl-520gu-7.0.1.45/src/router/ppp/svr4/
H A Dppp_ahdlc_mod.c45 _info(mip) function
H A Dppp_comp_mod.c77 _info(mip) function
H A Dppp_mod.c109 _info(mip) function
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A Dppp_ahdlc_mod.c45 _info(mip) function
H A Dppp_comp_mod.c85 _info(mip) function
H A Dppp_mod.c117 _info(mip) function
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A Dppp_ahdlc_mod.c45 _info(mip) function
H A Dppp_comp_mod.c85 _info(mip) function
H A Dppp_mod.c117 _info(mip) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dau1100fb.c140 const void *_par, struct fb_info_gen *_info)
142 struct au1100fb_info *info = (struct au1100fb_info *) _info;
193 void *_par, struct fb_info_gen *_info)
234 const void *par, struct fb_info_gen *_info)
242 au1100_get_par(void *_par, struct fb_info_gen *_info) argument
310 static int au1100_blank(int blank_mode, struct fb_info_gen *_info) argument
139 au1100_encode_fix(struct fb_fix_screeninfo *fix, const void *_par, struct fb_info_gen *_info) argument
192 au1100_decode_var(const struct fb_var_screeninfo *var, void *_par, struct fb_info_gen *_info) argument
233 au1100_encode_var(struct fb_var_screeninfo *var, const void *par, struct fb_info_gen *_info) argument
H A Dclgenfb.c671 struct clgenfb_info *_info = (struct clgenfb_info *) info; local
678 if (_info->btype == BT_GD5480) {
683 fix->smem_start = _info->fbmem_phys;
686 fix->smem_start = _info->fbmem_phys + 1 * MB_;
690 fix->smem_start = _info->fbmem_phys + 2 * MB_;
694 fix->smem_start = _info->fbmem_phys;
699 fix->smem_len = _par->var.bits_per_pixel == 1 ? _info->size / 4
700 : _info->size;
1062 struct clgenfb_info *_info = (struct clgenfb_info *) info; local
1066 *_par = _info
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/sn/
H A Dklconfig.h654 #define KLCONFIG_MEMBNK_SIZE(_info, _bank) \
655 ((_info)->membnk_bnksz[(_bank)])
659 #define KLCONFIG_MEMBNK_PREMIUM(_info, _bank) \
660 ((_info)->membnk_attr & (MEMBNK_PREMIUM << (_bank)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/sn/
H A Dklconfig.h654 #define KLCONFIG_MEMBNK_SIZE(_info, _bank) \
655 ((_info)->membnk_bnksz[(_bank)])
659 #define KLCONFIG_MEMBNK_PREMIUM(_info, _bank) \
660 ((_info)->membnk_attr & (MEMBNK_PREMIUM << (_bank)))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dklconfig.h651 #define KLCONFIG_MEMBNK_SIZE(_info, _bank) \
652 ((_info)->membnk_bnksz[(_bank)])
656 #define KLCONFIG_MEMBNK_PREMIUM(_info, _bank) \
657 ((_info)->membnk_attr & (MEMBNK_PREMIUM << (_bank)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dklconfig.h651 #define KLCONFIG_MEMBNK_SIZE(_info, _bank) \
652 ((_info)->membnk_bnksz[(_bank)])
656 #define KLCONFIG_MEMBNK_PREMIUM(_info, _bank) \
657 ((_info)->membnk_attr & (MEMBNK_PREMIUM << (_bank)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dproc.c580 name->data = atm_##name##_info; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/
H A Dsmp.tex109 {\tt \bf{void smp\_store\_cpu\_info(int processor\_id) }}
326 data generated at boot up by the smp\_store\_cpu\_info() function. This
344 from the data saved by smp\_store\_cpu\_info().
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/cdrom/
H A Dcdrom-standard.tex213 $$register_cdrom(struct\ cdrom_device_info * <device>_info)
215 The device information structure, $<device>_info$, contains all the
774 register_cdrom(\&<device>_info));
777 failure. The structure $<device>_info$ should have a pointer to the
781 struct\ &cdrom_device_info\ <device>_info = \{\cr
787 it may have as many structures $<device>_info$ as there are minor devices
973 $$register_cdrom(\&<your-drive>_info);$$

Completed in 120 milliseconds