Home
last modified time | relevance | path

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

12

/openbsd/sys/arch/amd64/include/
H A Dbus.h141 #define bus_space_read_1(_t, _h, _o) ((_t)->read_1((_h), (_o))) argument
142 #define bus_space_read_2(_t, _h, _o) ((_t)->read_2((_h), (_o))) argument
143 #define bus_space_read_4(_t, _h, _o) ((_t)->read_4((_h), (_o))) argument
144 #define bus_space_read_8(_t, _h, _o) ((_t)->read_8((_h), (_o))) argument
146 #define bus_space_read_raw_2(_t, _h, _o) ((_t)->read_2((_h), (_o))) argument
147 #define bus_space_read_raw_4(_t, _h, _o) ((_t)->read_4((_h), (_o))) argument
148 #define bus_space_read_raw_8(_t, _h, _o) ((_t)->read_8((_h), (_o))) argument
257 ((_t)->write_1((_h), (_o), (_v)))
259 ((_t)->write_2((_h), (_o), (_v)))
261 ((_t)->write_4((_h), (_o), (_v)))
[all …]
/openbsd/sys/arch/i386/include/
H A Dbus.h121 #define bus_space_read_1(_t, _h, _o) ((_t)->read_1((_h), (_o))) argument
122 #define bus_space_read_2(_t, _h, _o) ((_t)->read_2((_h), (_o))) argument
123 #define bus_space_read_4(_t, _h, _o) ((_t)->read_4((_h), (_o))) argument
153 ((_t)->read_multi_1((_h), (_o), (_a), (_c)))
155 ((_t)->read_multi_2((_h), (_o), (_a), (_c)))
247 #define bus_space_write_1(_t, _h, _o, _v) \ argument
248 ((_t)->write_1((_h), (_o), (_v)))
249 #define bus_space_write_2(_t, _h, _o, _v) \ argument
250 ((_t)->write_2((_h), (_o), (_v)))
251 #define bus_space_write_4(_t, _h, _o, _v) \ argument
[all …]
/openbsd/sys/dev/pci/drm/include/linux/
H A Diosys-map.h100 #define iosys_map_rd(_ism, _o, _t) ({ \ argument
103 void *addr = (_ism)->vaddr_iomem + (_o); \
110 v = READ_ONCE(*(_t *)((_ism)->vaddr + (_o))); \
114 #define iosys_map_wr(_ism, _o, _t, _v) ({ \ argument
117 void *addr = (_ism)->vaddr_iomem + (_o); \
124 WRITE_ONCE(*(_t *)((_ism)->vaddr + (_o)), v); \
127 #define iosys_map_rd_field(_ism, _o, _t, _f) ({ \ argument
129 iosys_map_rd(_ism, _o + offsetof(_t, _f), __typeof(t->_f)); \
132 #define iosys_map_wr_field(_ism, _o, _t, _f, _v) ({ \ argument
134 iosys_map_wr(_ism, _o + offsetof(_t, _f), __typeof(t->_f), _v); \
/openbsd/sys/arch/mips64/include/
H A Datomic.h77 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument
96 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument
116 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument
/openbsd/sys/arch/sh/include/
H A Datomic.h43 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument
59 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument
76 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument
/openbsd/sys/arch/powerpc/include/
H A Datomic.h71 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument
91 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument
112 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument
/openbsd/sys/arch/powerpc64/include/
H A Datomic.h71 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument
91 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument
112 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument
/openbsd/sys/arch/hppa/include/
H A Datomic.h92 #define atomic_cas_uint(_p, _o, _n) _atomic_cas_uint((_p), (_o), (_n)) argument
108 #define atomic_cas_ulong(_p, _o, _n) _atomic_cas_ulong((_p), (_o), (_n)) argument
125 #define atomic_cas_ptr(_p, _o, _n) _atomic_cas_ptr((_p), (_o), (_n)) argument
/openbsd/distrib/syspatch/
H A Ddiff.sh38 _o=$(echo $_d | cut -d ' ' -f2)
43 cmp -s ${_o} ${_n} 34 34 || padd ${_n}
52 sed -E '/([0-9]+-[0-9]+-[0-9]+|=+)/d' ${_o} > ${_onm}
/openbsd/distrib/loongson/ramdisk/
H A Dinstall.md55 local _disk=$1 _q _d _o
75 _o="-O 1 -b 4096"
80 _o="-O 1"
85 _o=""
/openbsd/gnu/usr.bin/perl/
H A Dscope.h302 OP * const _o = (OP *)(op); \
303 assert(!_o->op_savefree); \
304 _o->op_savefree = 1; \
305 save_pushptr((void *)(_o), SAVEt_FREEOP); \
H A Dmakedepend_file.SH82 $echo "Finding dependencies for $filebase$_o"
H A DConfigure329 _o=''
5144 case "$_o" in
5146 '') _o='.o';;
5147 *) _o="$obj_ext";;
5160 obj_ext=$_o
6739 $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" > libc.list &&
6744 $sed -e 's/.*\///' -e "s/\\$_o:.*\$//" >>libc.list
10589 $rm -f try try$_o core
22460 $ar rc bar$_a bar2$_o bar1$_o >/dev/null 2>&1
22469 $cc -o foobar $ccflags $ldflags foo$_o bar$_a $libs > /dev/null 2>&1 &&
[all …]
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dglobvar.t51 foreach my $file (map {$_ . $Config{_o}} qw(globals regcomp)) {
/openbsd/gnu/usr.bin/perl/cpan/Win32API-File/inc/ExtUtils/
H A DMyconst2perl.pm95 $object= $base . "_pc" . ($Config{_o}||$Config{obj_ext});
104 $object= $base . ($Config{_o}||$Config{obj_ext});
/openbsd/sys/scsi/
H A Discsi.h71 #define ISCSI_PDU_OPCODE(_o) ((_o) & 0x3f) argument
/openbsd/sys/net/
H A Dpfvar.h150 #define PF_POOL_DYNTYPE(_o) \ argument
151 ((((_o) & PF_POOL_TYPEMASK) == PF_POOL_ROUNDROBIN) || \
152 (((_o) & PF_POOL_TYPEMASK) == PF_POOL_LEASTSTATES) || \
153 (((_o) & PF_POOL_TYPEMASK) == PF_POOL_RANDOM) || \
154 (((_o) & PF_POOL_TYPEMASK) == PF_POOL_SRCHASH))
/openbsd/sys/dev/ic/
H A Dar5xxx.h1399 #define AR5K_EEPROM_READ(_o, _v) { \ argument
1400 if ((ret = hal->ah_eeprom_read(hal, (_o), \
1404 #define AR5K_EEPROM_READ_HDR(_o, _v) \ argument
1405 AR5K_EEPROM_READ(_o, hal->ah_capabilities.cap_eeprom._v); \
/openbsd/gnu/usr.bin/perl/hints/
H A Dhpux.sh580 rm -f t001$_o t001$_exe
/openbsd/sys/net80211/
H A Dieee80211.c316 #define ADD(_ic, _s, _o) \ in ieee80211_media_init() argument
318 IFM_MAKEWORD(IFM_IEEE80211, (_s), (_o), 0), 0, NULL) in ieee80211_media_init()
/openbsd/gnu/usr.bin/perl/plan9/
H A Dconfig_sh.sample28 _o='.o'
/openbsd/gnu/usr.bin/perl/Cross/
H A Dconfig.sh-arm-linux28 _o='.o'
H A Dconfig.sh-arm-linux-n77028 _o='.armo'
/openbsd/gnu/usr.bin/perl/Porting/
H A Dconfig.sh38 _o='.o'
/openbsd/distrib/miniroot/
H A Dinstall.sub244 local _lf=$1 _o _opt _val
249 for _o; do
251 [[ $_opt == ${_o}: ]] && echo "$_val" && return

12