| /freebsd-13-stable/sys/arm64/freescale/imx/ |
| HD | imx_ccm_clk.h | 64 #define LINK(_id, _name) \ argument 68 .clkdef.id = _id, \ 77 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ argument 81 .clkdef.id = _id, \ 94 #define FIXED(_id, _name, _freq) \ argument 98 .clkdef.id = _id, \ 106 #define FFACT(_id, _name, _pname, _mult, _div) \ argument 110 .clkdef.id = _id, \ 121 #define GATE(_id, _name, _pname, _o, _shift) \ argument 125 .clkdef.id = _id, \ [all …]
|
| /freebsd-13-stable/sys/arm64/rockchip/clk/ |
| HD | rk_cru.h | 56 #define FRATE(_id, _name, _freq) \ argument 60 .clkdef.id = _id, \ 70 #define FFACT(_id, _name, _pname, _mult, _div) \ argument 74 .clkdef.id = _id, \ 98 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument 102 .clkdef.id = _id, \ 120 #define FRACT(_id, _name, _pname, _f, _o) \ argument 124 .clkdef.id = _id, \ 135 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \ argument 139 .clkdef.id = _id, \ [all …]
|
| HD | rk3288_cru.c | 491 #define PLL(_id, _name, _base, _shift) \ argument 495 .clkdef.id = _id, \ 507 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \ argument 511 .clkdef.id = _id, \
|
| /freebsd-13-stable/sys/arm/allwinner/clkng/ |
| HD | aw_clk.h | 195 #define NKMP_CLK(_clkname, _id, _name, _pnames, \ argument 206 .id = _id, \ 235 _id, _name, _pnames, \ argument 246 .id = _id, \ 277 _id, _name, _pnames, \ argument 289 .id = _id, \ 318 #define FRAC_CLK(_clkname, _id, _name, _pnames, \ argument 327 .id = _id, \ 354 #define M_CLK(_clkname, _id, _name, _pnames, \ argument 362 .id = _id, \ [all …]
|
| /freebsd-13-stable/sys/arm64/nvidia/tegra210/ |
| HD | tegra210_car.c | 66 #define MUX(_id, cname, plists, o, s, w) \ argument 68 .clkdef.id = _id, \ 79 #define DIV7_1(_id, cname, plist, o, s) \ argument 81 .clkdef.id = _id, \ 94 #define DIV(_id, cname, plist, o, s, w, f) \ argument 96 .clkdef.id = _id, \ 108 #define GATE_PLL(_id, cname, plist, o, s) \ argument 110 .clkdef.id = _id, \ 123 #define GATE(_id, cname, plist, o, s) \ argument 125 .clkdef.id = _id, \ [all …]
|
| HD | tegra210_clk_pll.c | 145 #define PLL(_id, cname, pname) \ argument 146 .clkdef.id = _id, \ 153 #define MUX(_id, cname, plists, o, s, w) \ argument 155 .clkdef.id = _id, \ 166 #define DIV7_1(_id, cname, plist, o, s) \ argument 168 .clkdef.id = _id, \ 181 #define DIV5_E(_id, cname, plist, o, s) \ argument 183 .clkdef.id = _id, \ 194 #define DIV_TB(_id, cname, plist, o, s, n, table) \ argument 196 .clkdef.id = _id, \ [all …]
|
| HD | tegra210_clk_super.c | 50 #define SM(_id, cn, pl, r) \ argument 52 .clkdef.id = _id, \
|
| /freebsd-13-stable/sys/arm/nvidia/tegra124/ |
| HD | tegra124_car.c | 65 #define MUX(_id, cname, plists, o, s, w) \ argument 67 .clkdef.id = _id, \ 78 #define DIV7_1(_id, cname, plist, o, s) \ argument 80 .clkdef.id = _id, \ 93 #define DIV(_id, cname, plist, o, s, w, f) \ argument 95 .clkdef.id = _id, \ 107 #define GATE_PLL(_id, cname, plist, o, s) \ argument 109 .clkdef.id = _id, \ 122 #define GATE(_id, cname, plist, o, s) \ argument 124 .clkdef.id = _id, \ [all …]
|
| HD | tegra124_clk_super.c | 54 #define SM(_id, cn, pl, r, x, d, f) \ argument 56 .clkdef.id = _id, \
|
| /freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/ |
| HD | fm.h | 120 #define GET_FM_MODULE_EVENT(_mod, _id, _intrType, _event) … argument 123 … if (_id) _event = e_FM_EV_DUMMY_LAST; \ 127 … if (_id) _event = e_FM_EV_DUMMY_LAST; \ 131 … if (_id) _event = e_FM_EV_DUMMY_LAST; \ 135 … if (_id) _event = e_FM_EV_DUMMY_LAST; \ 139 … if (_id >= FM_MAX_NUM_OF_10G_MACS) _event = e_FM_EV_DUMMY_LAST; \ 140 …nt = (_intrType == e_FM_INTR_TYPE_ERR) ? (e_FM_EV_ERR_10G_MAC0 + _id) : (e_FM_EV_10G_MAC0 + _id); \ 143 … if (_id >= FM_MAX_NUM_OF_1G_MACS) _event = e_FM_EV_DUMMY_LAST; \ 144 …vent = (_intrType == e_FM_INTR_TYPE_ERR) ? (e_FM_EV_ERR_1G_MAC0 + _id) : (e_FM_EV_1G_MAC0 + _id); \ 147 … switch (_id){ \ [all …]
|
| HD | fm_ncsw.c | 539 #define FM_G_CALL_1G_MAC_ERR_ISR(_id) \ in GuestErrorIsr() argument 541 …FmInterModuleEvent)(e_FM_EV_ERR_1G_MAC0+_id)].f_Isr(p_Fm->intrMng[(e_FmInterModuleEvent)(e_FM_EV_E… in GuestErrorIsr() 543 #define FM_G_CALL_10G_MAC_ERR_ISR(_id) \ in GuestErrorIsr() argument 545 …mInterModuleEvent)(e_FM_EV_ERR_10G_MAC0+_id)].f_Isr(p_Fm->intrMng[(e_FmInterModuleEvent)(e_FM_EV_E… in GuestErrorIsr() 573 #define FM_G_CALL_1G_MAC_ISR(_id) \ in GuestEventIsr() argument 575 …ng[(e_FmInterModuleEvent)(e_FM_EV_1G_MAC0+_id)].f_Isr(p_Fm->intrMng[(e_FmInterModuleEvent)(e_FM_EV… in GuestEventIsr() 577 #define FM_G_CALL_10G_MAC_ISR(_id) \ in GuestEventIsr() argument 579 …g[(e_FmInterModuleEvent)(e_FM_EV_10G_MAC0+_id)].f_Isr(p_Fm->intrMng[(e_FmInterModuleEvent)(e_FM_EV… in GuestEventIsr() 4276 #define FM_M_CALL_1G_MAC_ISR(_id) \ in FM_EventIsr() argument 4278 … if (p_Fm->guestId != p_Fm->intrMng[(e_FmInterModuleEvent)(e_FM_EV_1G_MAC0+_id)].guestId) \ in FM_EventIsr() [all …]
|
| /freebsd-13-stable/crypto/openssh/regress/ |
| HD | match-subsystem.sh | 9 _id=$1 12 ${SSHD} -tf $OBJ/sshd_proxy || fatal "$_id: bad config" 15 trace "$_id subsystem $_subsystem" 17 fail "$_id: subsystem $_subsystem exit $_exit expected $_expect"
|
| HD | agent-restrict.sh | 113 _id="$1" 116 _host="host_$_id" 122 diff $OBJ/ssh_output $OBJ/expect_${_id} || 128 _id="$1" 132 _host="host_$_id" 155 _id="$1" 159 _host="host_$_id"
|
| /freebsd-13-stable/sys/dev/rtwn/ |
| HD | if_rtwnvar.h | 446 #define rtwn_tx_start(_sc, _ni, _m, _desc, _type, _id) \ argument 447 (((_sc)->sc_tx_start)((_sc), (_ni), (_m), (_desc), (_type), (_id))) 466 #define rtwn_beacon_unload(_sc, _id) \ argument 467 (((_sc)->sc_beacon_unload)((_sc), (_id))) 529 #define rtwn_fill_tx_desc_null(_sc, _buf, _11b, _qos, _id) \ argument 531 (_buf), (_11b), (_qos), (_id))) 557 #define rtwn_beacon_init(_sc, _buf, _id) \ argument 558 (((_sc)->sc_beacon_init)((_sc), (_buf), (_id))) 559 #define rtwn_beacon_enable(_sc, _id, _enable) \ argument 560 (((_sc)->sc_beacon_enable)((_sc), (_id), (_enable))) [all …]
|
| /freebsd-13-stable/sys/contrib/dev/iwlwifi/fw/api/ |
| HD | context.h | 26 #define FW_CMD_ID_AND_COLOR(_id, _color) (((_id) << FW_CTXT_ID_POS) |\ argument
|
| /freebsd-13-stable/sys/dev/bhnd/ |
| HD | bhnd_match.h | 132 #define BHND_MATCH_CORE_ID(_id) _BHND_SET_MATCH_FIELD(core_id, _id) argument 142 #define BHND_MATCH_CORE(_vendor, _id) \ argument 144 BHND_MATCH_CORE_ID(_id)
|
| /freebsd-13-stable/sys/dev/rtwn/rtl8192c/ |
| HD | r92c_var.h | 77 #define rtwn_r92c_tx_setup_macid(_sc, _buf, _id) \ argument 78 ((R92C_SOFTC(_sc)->rs_tx_setup_macid)((_buf), (_id)))
|
| /freebsd-13-stable/lib/libutil/ |
| HD | libutil.h | 205 int quota_read(struct quotafile *_qf, struct dqblk *_dqb, int _id); 206 int quota_write_limits(struct quotafile *_qf, struct dqblk *_dqb, int _id); 207 int quota_write_usage(struct quotafile *_qf, struct dqblk *_dqb, int _id);
|
| /freebsd-13-stable/sys/riscv/sifive/ |
| HD | sifive_prci.c | 112 #define PLL(_id, _name, _base) \ argument 114 .id = (_id), \ 129 #define DIV(_id, _name, _parent_name, _base, _bias) \ argument 131 .id = (_id), \ 147 #define GATE(_id, _name, _parent_name, _base) \ argument 149 .id = (_id), \
|
| /freebsd-13-stable/sys/contrib/dev/rtw88/ |
| HD | sdio.h | 134 #define RTW_SDIO_ADDR_RX_RX0FF_GEN(_id) (0x0e000 | ((_id) & 0x3)) argument
|
| /freebsd-13-stable/libexec/rc/rc.d/ |
| HD | jail | 447 local _j _jv _jid _id _name 463 $jail_jls jid name | while read _id _name; do 465 echo $_id > /var/run/jail_${_name}.id
|
| /freebsd-13-stable/tools/tools/ath/common/ |
| HD | ah_osdep.h | 61 #define OS_MARK(_ah, _id, _v) argument
|
| /freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_parser.h | 93 uint_t _id; /* member identifier */ member 140 #define dn_membid dn_u._member._id /* DT_NODE_MEMBER */
|
| /freebsd-13-stable/sys/mips/ingenic/ |
| HD | jz4780_clock.c | 80 #define PLL(_id, cname, pname, reg) { \ argument 81 .clk_id = _id, \ 94 #define GATE(_id, cname, pname, bit) { \ argument 95 .clk_id = _id, \
|
| /freebsd-13-stable/contrib/libxo/xohtml/external/ |
| HD | jquery.qtip.js | 107 this._id = NAMESPACE + '-' + id; 139 namespace = '.'+this._id+' ', 143 $.attr(this.target[0], 'aria-describedby', this._id); 147 'id': this._id, 157 'aria-describedby': this._id + '-content', 168 'id': this._id + '-content', 400 this._id = new_id; 403 this.tooltip[0].id = this._id; 404 this.elements.content[0].id = this._id + '-content'; 405 this.elements.title[0].id = this._id + '-title'; [all …]
|