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

/freebsd-current/contrib/bmake/mk/
H A Dmkopt.sh68 for _o in "$@"
70 case "$_o" in
72 eval "_d=\$${_MKOPT_PREFIX}${_o#*/}"
73 _o=${_o%/*}
75 yes|no) _d=$_o; continue;;
77 _mk_opt $_d $_o
99 for _o in "$@"
102 -DWITH_$_o|-DWITHOUT_$_o) eva
[all...]
H A Dmeta2deps.sh180 _th= _o=
190 *) add_list _o $o; continue;;
196 */$x/) add_list _o ${o%$x/}; o=;;
197 */$x) add_list _o ${o%$x}; o=;;
198 *$x/) add_list _o ${o%$x/}; o=;;
199 *$x) add_list _o ${o%$x}; o=;;
203 OBJROOTS="$_o"
H A Ddirdeps-options.mk69 # note that we need to include $o in the variable _o$o
72 .undef _o$o
78 _o$o ?= MK_$o.$x
84 .info ${DEP_RELDIR:U${RELDIR}}.${DEP_TARGET_SPEC:U${TARGET_SPEC}}: o=$o ${_o$o:UMK_$o}=${_v$o:U} DIRDEPS += ${DIRDEPS.$o.${_v$o:U}:U}
96 .undef _o$o
H A Dnewlog.sh126 _o=$1
130 case `test -$_o $_t 2>&1` in
131 *:*) eval test_$_o=$_a;;
132 *) eval test_$_o=-$_o;;
/freebsd-current/tools/test/netfibs/
H A Dinitiator.sh370 local _n _o _f testno i _fibtxt
372 _o="$2"
384 ${CTRLPORT} "-6 ${_o} -w1"
391 ${CTRLPORT} "-6 ${_o} -w1"
402 local _fibtxt _reply _n _o _rc _fib _f _opts
404 _o="$2"
412 if test "${_o}" = "-i" -a "${_f}" = "SO_SETFIB"; then
420 case "${_o}" in
422 *) _opts="${_o}" ;;
436 case "${_o}" i
[all...]
H A Dreflector.sh293 local _opts fib _n _o
295 _o="$2"
314 print_debug "./reflect -p ${CTRLPORT} -T ${_o} -t ${_n}${fib} ${_opts}"
315 ./reflect -p ${CTRLPORT} -T ${_o} -t ${_n}${fib} ${_opts}
376 local _opts _n _o
378 _o="$2"
391 print_debug "./reflect -p ${CTRLPORT} -T ${_o} " \
393 ./reflect -p ${CTRLPORT} -T ${_o} \
423 local _opts fib _n _o
425 _o
[all...]
H A Dforwarding.sh546 local _fib _o i _rstr _c _req _p _opts base
547 _o="$2"
556 for _o in i t u; do
561 case ${_o} in
569 case "${_o}" in
/freebsd-current/sys/dev/clk/rockchip/
H A Drk_cru.h50 #define GATE(_idx, _clkname, _pname, _o, _s) \
55 .offset = CRU_CLKGATE_CON(_o), \
102 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \
111 .muxdiv_offset = CRU_CLKSEL_CON(_o), \
124 #define FRACT(_id, _name, _pname, _f, _o) \
133 .offset = CRU_CLKSEL_CON(_o), \
139 #define COMP(_id, _name, _pnames, _f, _o, _ds, _dw, _ms, _mw) \
148 .muxdiv_offset = CRU_CLKSEL_CON(_o), \
158 #define CDIV(_id, _name, _pname, _f, _o, _ds, _dw) \
167 .muxdiv_offset = CRU_CLKSEL_CON(_o), \
[all...]
H A Drk3288_cru.c78 #define GATE(_idx, _clkname, _pname, _o, _s) \
83 .offset = CRU_CLKGATE_CON(_o), \
506 #define ARMDIV(_id, _name, _pn, _r, _o, _ds, _dw, _ms, _mw, _mp, _ap) \
515 .muxdiv_offset = CRU_CLKSEL_CON(_o), \
/freebsd-current/sys/arm64/freescale/imx/
H A Dimx_ccm_clk.h121 #define GATE(_id, _name, _pname, _o, _shift) \
130 .offset = _o, \
153 #define COMPOSITE(_id, _name, _pn, _o, _flags) \
162 .offset = _o, \
168 #define SSCG_PLL(_id, _name, _pn, _o) \
177 .offset = _o, \
182 #define FRAC_PLL(_id, _name, _pname, _o) \
191 .offset = _o, \
195 #define DIV(_id, _name, _pname, _o, _shift, _width) \
204 .offset = _o, \
[all...]
/freebsd-current/share/mk/
H A Dmeta2deps.sh180 _th= _o=
190 *) add_list _o $o; continue;;
196 */$x/) add_list _o ${o%$x/}; o=;;
197 */$x) add_list _o ${o%$x}; o=;;
198 *$x/) add_list _o ${o%$x/}; o=;;
199 *$x) add_list _o ${o%$x}; o=;;
203 OBJROOTS="$_o"
H A Ddirdeps-options.mk69 # note that we need to include $o in the variable _o$o
72 .undef _o$o
78 _o$o ?= MK_$o.$x
84 .info ${DEP_RELDIR:U${RELDIR}}.${DEP_TARGET_SPEC:U${TARGET_SPEC}}: o=$o ${_o$o:UMK_$o}=${_v$o:U} DIRDEPS += ${DIRDEPS.$o.${_v$o:U}:U}
96 .undef _o$o
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dstring.h292 size_t _o = offsetof(typeof(*(ptr)), smember); \
293 memset(_ptr + _o, _c, sizeof(*(ptr)) - _o); \
300 size_t _o = offsetofend(typeof(*(ptr)), smember); \
301 memset(_ptr + _o, _c, sizeof(*(ptr)) - _o); \
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dautoopts.h394 #define INQUERY_CALL(_o, _d) ( \
395 ((_o) <= OPTPROC_EMIT_LIMIT) \
/freebsd-current/sys/dev/etherswitch/ar40xx/
H A Dar40xx_hw_mib.c73 #define MIB_DESC(_s , _o, _n) \
76 .offset = (_o), \
/freebsd-current/sys/riscv/sifive/
H A Dfu740_pci_dw.c101 #define FUDW_MGMT_READ(_sc, _o) bus_read_4((_sc)->mgmt_res, (_o))
102 #define FUDW_MGMT_WRITE(_sc, _o, _v) bus_write_4((_sc)->mgmt_res, (_o), (_v))
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dn_private.h445 int dn_compat_copy_queue(struct copy_args *a, void *_o);
446 int dn_compat_copy_pipe(struct copy_args *a, void *_o);
447 int copy_data_helper_compat(void *_o, void *_arg);
H A Dip_dn_glue.c668 dn_compat_copy_pipe(struct copy_args *a, void *_o) argument
676 struct dn_schk *s = (struct dn_schk *)_o;
727 dn_compat_copy_queue(struct copy_args *a, void *_o) argument
734 struct dn_fsk *fs = (struct dn_fsk *)_o;
759 copy_data_helper_compat(void *_o, void *_arg) argument
764 struct dn_schk *s = _o;
771 if(dn_compat_copy_pipe(a, _o))
774 struct dn_fsk *fs = _o;
777 if (dn_compat_copy_queue(a, _o))
H A Dip_dummynet.c956 copy_obj(char **start, char *end, void *_o, const char *msg, int i) argument
965 memcpy(&o, _o, sizeof(o));
973 memcpy(&dn.l, _o, sizeof(dn.l));
980 memcpy(&dn.s, _o, sizeof(dn.s));
985 memcpy(*start, _o, o.len);
995 copy_obj_q(char **start, char *end, void *_o, const char *msg, int i) argument
997 struct dn_id *o = _o;
1007 memcpy(*start, _o, len);
1133 copy_data_helper(void *_o, void *_arg) argument
1144 struct dn_schk *s = _o;
[all...]
/freebsd-current/sys/dev/dialog/da9063/
H A Dda9063_iic.c48 #define DA9063_IIC_ADDR(_p, _o) (((_p) << DA9063_IIC_PAGE_SHIFT) | (_o))
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h530 mb_t *_o = *(f)->fin_mp; \
531 (m)->m_next = _o; \
533 if (_o->m_flags & M_PKTHDR) { \
535 _o->m_pkthdr.len; \
537 _o->m_pkthdr.rcvif; \
/freebsd-current/sys/netlink/
H A Dnetlink_message_parser.h143 #define NL_DECLARE_ARR_PARSER(_name, _t, _o, _fp, _np) \
146 .out_hdr_off = sizeof(_o), \
/freebsd-current/sys/conf/
H A Dkmod.mk221 .for _o in ${KERN_OPTS}
222 SRCS+=${SRCS.${_o}}
/freebsd-current/sys/dev/ath/
H A Dif_athvar.h1492 #define ath_hal_set_quiet(_ah, _p, _d, _o, _f) \
1493 ((*(_ah)->ah_setQuiet)((_ah), (_p), (_d), (_o), (_f)))
/freebsd-current/sys/net80211/
H A Dieee80211.c1898 #define ADD(_ic, _s, _o) \
1900 IFM_MAKEWORD(IFM_IEEE80211, (_s), (_o), 0), 0, NULL)

Completed in 437 milliseconds