| /f-stack/freebsd/arm64/freescale/imx/ |
| H A D | imx_ccm_clk.h | 123 #define GATE(_id, _name, _pname, _o, _shift) \ argument 132 .offset = _o, \ 155 #define COMPOSITE(_id, _name, _pn, _o, _flags) \ argument 164 .offset = _o, \ 170 #define SSCG_PLL(_id, _name, _pn, _o) \ argument 179 .offset = _o, \ 184 #define FRAC_PLL(_id, _name, _pname, _o) \ argument 193 .offset = _o, \ 197 #define DIV(_id, _name, _pname, _o, _shift, _width) \ argument 206 .offset = _o, \
|
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk_cru.h | 48 #define GATE(_idx, _clkname, _pname, _o, _s) \ argument 53 .offset = CRU_CLKGATE_CON(_o), \ 100 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument 109 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 122 #define FRACT(_id, _name, _pname, _f, _o) \ argument 131 .offset = CRU_CLKSEL_CON(_o), \ 137 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument 146 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 156 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument 165 .muxdiv_offset = CRU_CLKSEL_CON(_o), \
|
| H A D | rk3288_cru.c | 83 #define GATE(_idx, _clkname, _pname, _o, _s) \ argument 88 .offset = CRU_CLKGATE_CON(_o), \ 558 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument 567 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 580 #define FRACT(_id, _name, _pname, _f, _o) \ argument 589 .offset = CRU_CLKSEL_CON(_o), \ 595 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument 604 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 614 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \ argument 623 .muxdiv_offset = CRU_CLKSEL_CON(_o), \
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_glue.c | 663 dn_compat_copy_pipe(struct copy_args *a, void *_o) in dn_compat_copy_pipe() argument 671 struct dn_schk *s = (struct dn_schk *)_o; in dn_compat_copy_pipe() 719 dn_compat_copy_queue(struct copy_args *a, void *_o) in dn_compat_copy_queue() argument 726 struct dn_fsk *fs = (struct dn_fsk *)_o; in dn_compat_copy_queue() 751 copy_data_helper_compat(void *_o, void *_arg) in copy_data_helper_compat() argument 756 struct dn_schk *s = _o; in copy_data_helper_compat() 763 if(dn_compat_copy_pipe(a, _o)) in copy_data_helper_compat() 766 struct dn_fsk *fs = _o; in copy_data_helper_compat() 769 if (dn_compat_copy_queue(a, _o)) in copy_data_helper_compat()
|
| H A D | ip_dn_private.h | 442 int dn_compat_copy_queue(struct copy_args *a, void *_o); 443 int dn_compat_copy_pipe(struct copy_args *a, void *_o); 444 int copy_data_helper_compat(void *_o, void *_arg);
|
| H A D | ip_dummynet.c | 934 copy_obj(char **start, char *end, void *_o, const char *msg, int i) in copy_obj() argument 943 memcpy(&o, _o, sizeof(o)); in copy_obj() 951 memcpy(&dn.l, _o, sizeof(dn.l)); in copy_obj() 958 memcpy(&dn.s, _o, sizeof(dn.s)); in copy_obj() 963 memcpy(*start, _o, o.len); in copy_obj() 973 copy_obj_q(char **start, char *end, void *_o, const char *msg, int i) in copy_obj_q() argument 975 struct dn_id *o = _o; in copy_obj_q() 985 memcpy(*start, _o, len); in copy_obj_q() 1111 copy_data_helper(void *_o, void *_arg) in copy_data_helper() argument 1122 struct dn_schk *s = _o; in copy_data_helper() [all …]
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx51_ipuv3_fbd.c | 111 #define CPMEM_OFFSET(_dp, _ch, _w, _o) \ argument 112 (CPMEM_CHANNEL((_dp), (_ch), (_w)) + (_o))
|
| H A D | imx51_ipuv3.c | 173 #define CPMEM_OFFSET(_dp, _ch, _w, _o) \ argument 174 (CPMEM_CHANNEL((_dp), (_ch), (_w)) + (_o))
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_compat.h | 544 mb_t *_o = *(f)->fin_mp; \ 545 (m)->m_next = _o; \ 547 if (_o->m_flags & M_PKTHDR) { \ 549 _o->m_pkthdr.len; \ 551 _o->m_pkthdr.rcvif; \
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.h | 456 #define serverAssertWithInfo(_c,_o,_e) ((_e)?(void)0 : (_serverAssertWithInfo(_c,_o,#_e,__FILE__,__… argument
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211.c | 1851 #define ADD(_ic, _s, _o) \ in addmedia() argument 1853 IFM_MAKEWORD(IFM_IEEE80211, (_s), (_o), 0), 0, NULL) in addmedia()
|