Home
last modified time | relevance | path

Searched defs:o (Results 126 – 150 of 285) sorted by last modified time

12345678910>>...12

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h78 #define PCI_CAP_GET8(h, i, b, o) ((uint8_t) \ argument
80 #define PCI_CAP_GET16(h, i, b, o) ((uint16_t) \ argument
82 #define PCI_CAP_GET32(h, i, b, o) ((uint32_t) \ argument
85 #define PCI_CAP_PUT8(h, i, b, o, d) \ argument
87 #define PCI_CAP_PUT16(h, i, b, o, d) \ argument
89 #define PCI_CAP_PUT32(h, i, b, o, d) \ argument
92 #define PCI_XCAP_GET8(h, i, b, o) ((uint8_t) \ argument
94 #define PCI_XCAP_GET16(h, i, b, o) ((uint16_t) \ argument
99 #define PCI_XCAP_PUT8(h, i, b, o, d) \ argument
101 #define PCI_XCAP_PUT16(h, i, b, o, d) \ argument
[all …]
H A Dipc_impl.h153 #define IPC_LOCKED(s, o) \ argument
H A Davl_impl.h126 #define AVL_NODE2DATA(n, o) ((void *)((uintptr_t)(n) - (o))) argument
127 #define AVL_DATA2NODE(d, o) ((struct avl_node *)((uintptr_t)(d) + (o))) argument
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h67 #define atomic_cmpxchg(a, o, n) \ argument
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_oplock.h214 #define FOREACH_NODE_OFILE(node, o) for \ argument
/illumos-gate/usr/src/uts/common/netsmb/
H A Dsmb.h537 #define wset_sdowneroff(s, o) ((s)->sd_owneroff = htolel(o)) argument
542 #define wset_sdgroupoff(s, o) ((s)->sd_groupoff = htolel(o)) argument
547 #define wset_sdsacloff(s, o) ((s)->sd_sacloff = htolel(o)) argument
552 #define wset_sddacloff(s, o) ((s)->sd_dacloff = htolel(o)) argument
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dspad_layout.h201 #define NVM_GLOB_VAL(n, m, o) ((NVM_GLOB(n) & m) >> o) argument
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_cfgacc.c28 #define PCI_CFGACC_FILLREQ(r, d, b, o, s, w, v) \ argument
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.h278 #define PUTCB8(cb, o, v) PUTDMA8(cb, o, v) argument
279 #define PUTCB16(cb, o, v) PUTDMA16(cb, o, v) argument
280 #define PUTCB32(cb, o, v) PUTDMA32(cb, o, v) argument
281 #define PUTCBEA(cb, o, enet) \ argument
284 #define GETCB8(cb, o) GETDMA8(cb, o) argument
285 #define GETCB16(cb, o) GETDMA16(cb, o) argument
286 #define GETCB32(cb, o) GETDMA32(cb, o) argument
312 #define GETRFD16(r, o) GETDMA16(r, o) argument
313 #define PUTRFD16(r, o, v) PUTDMA16(r, o, v) argument
314 #define PUTRFD32(r, o, v) PUTDMA32(r, o, v) argument
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h67 #define CPU_TO_LE16(o) LE_16(o) argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c269 struct ecore_exe_queue_obj *o, in ecore_exe_queue_init()
376 struct ecore_exe_queue_obj *o) in __ecore_exe_queue_reset_pending()
798 struct ecore_vlan_mac_obj *o) in __ecore_vlan_mac_h_read_lock()
946 struct ecore_vlan_mac_obj *o, in ecore_check_vlan_add()
1020 struct ecore_vlan_mac_obj *o, in ecore_check_vlan_mac_del()
1173 struct ecore_vlan_mac_obj *o, in ecore_set_one_mac_e2()
1569 struct ecore_exe_queue_obj *o, in ecore_exeq_get_mac()
1587 struct ecore_exe_queue_obj *o, in ecore_exeq_get_vlan()
1605 struct ecore_exe_queue_obj *o, in ecore_exeq_get_vlan_mac()
2025 struct ecore_vlan_mac_obj *o, in ecore_vlan_mac_get_registry_elem()
[all …]
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h508 #define ENG_CHINFO(e, c, o, i) E_OP(e, chinfo(E_PRV(e), c, o, i)) argument
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c608 #define EMIT(o, r, a, x, y) \ in compile_asm() argument
611 #define EMIT_AUDIGY(o, r, a, x, y) \ in compile_asm() argument
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlvm.h16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) argument
18 #define tonumber(o,n) (ttisnumber(o) || (((o) = luaV_tonumber(o,n)) != NULL)) argument
H A Dlundump.c105 TValue* o=&f->k[i]; in LoadConstants() local
H A Dlvm.c590 #define vmdispatch(o) switch(o) argument
H A Dltm.c63 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj()
H A Dlstring.c134 GCObject *o; in internshrstr() local
H A Dlstate.h197 #define gch(o) (&(o)->gch) argument
200 #define rawgco2ts(o) \ argument
202 #define gco2ts(o) (&rawgco2ts(o)->tsv) argument
204 #define gco2u(o) (&rawgco2u(o)->uv) argument
205 #define gco2lcl(o) check_exp((o)->gch.tt == LUA_TLCL, &((o)->cl.l)) argument
206 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c)) argument
207 #define gco2cl(o) \ argument
209 #define gco2t(o) check_exp((o)->gch.tt == LUA_TTABLE, &((o)->h)) argument
210 #define gco2p(o) check_exp((o)->gch.tt == LUA_TPROTO, &((o)->p)) argument
211 #define gco2uv(o) check_exp((o)->gch.tt == LUA_TUPVAL, &((o)->uv)) argument
[all …]
H A Dlobject.h112 #define val_(o) ((o)->value_) argument
113 #define num_(o) (val_(o).n) argument
117 #define rttype(o) ((o)->tt_) argument
305 #define v_(o) ((o)->u.i.v__) argument
306 #define d_(o) ((o)->u.d__) argument
307 #define tt_(o) ((o)->u.i.tt__) argument
316 #define v_(o) ((o)->u.i.v__) argument
317 #define d_(o) ((o)->u.d__) argument
318 #define tt_(o) ((o)->u.i.tt__) argument
327 #define val_(o) v_(o) argument
[all …]
H A Dlopcodes.h90 #define SET_OPCODE(i,o) ((i) = (((i)&MASK0(SIZE_OP,POS_OP)) | \ argument
116 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \ argument
121 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \ argument
125 #define CREATE_Ax(o,a) ((cast(Instruction, o)<<POS_OP) \ argument
H A Dldump.c86 const TValue* o=&f->k[i]; in DumpConstants() local
H A Dlfunc.c53 GCObject *o = obj2gco(p); in luaF_findupval() local
93 GCObject *o = obj2gco(uv); in luaF_close() local
H A Dlgc.c75 #define markvalue(g,o) { checkconsistency(o); \ argument
121 static int iscleared (global_State *g, const TValue *o) { in iscleared()
155 void luaC_barrierback_ (lua_State *L, GCObject *o) { in luaC_barrierback_()
191 GCObject *o = obj2gco(uv); in luaC_checkupvalcolor() local
216 GCObject *o = obj2gco(raw + offset); in luaC_newobj() local
312 GCObject *o; in markbeingfnz() local
497 StkId o = th->stack; in traversestack() local
523 GCObject *o = g->gray; in propagatemark() local
649 TValue *o = &h->array[i]; in clearvalues() local
663 static void freeobj (lua_State *L, GCObject *o) { in freeobj()
[all …]
H A Dlgc.h108 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT) argument
133 #define luaC_objbarrier(L,p,o) \ argument
137 #define luaC_objbarrierback(L,p,o) \ argument

12345678910>>...12