Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dpointer-add.c35 char *cretaddv(char *p, int o) { return p + o; } in cretaddv()
36 void *vretaddv(void *p, int o) { return p + o; } in vretaddv()
37 int *iretaddv(int *p, int o) { return p + o; } in iretaddv()
39 char *cretaddc(char *p, int o) { return p + 3; } in cretaddc()
40 void *vretaddc(void *p, int o) { return p + 3; } in vretaddc()
41 int *iretaddc(int *p, int o) { return p + 3; } in iretaddc()
43 char *cretincv(char *p, int o) { return p += o; } in cretincv()
44 void *vretincv(void *p, int o) { return p += o; } in vretincv()
45 int *iretincv(int *p, int o) { return p += o; } in iretincv()
47 char *cretincc(char *p, int o) { return p += 3; } in cretincc()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
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 Dlapi.c57 TValue *o = ci->func + idx; in index2addr() local
249 StkId o = index2addr(L, idx); in lua_type() local
261 StkId o = index2addr(L, idx); in lua_iscfunction() local
389 StkId o = index2addr(L, idx); in lua_tolstring() local
407 StkId o = index2addr(L, idx); in lua_rawlen() local
418 StkId o = index2addr(L, idx); in lua_tocfunction() local
427 StkId o = index2addr(L, idx); in lua_touserdata() local
437 StkId o = index2addr(L, idx); in lua_tothread() local
715 StkId o; in lua_getuservalue() local
852 StkId o; in lua_setuservalue() local
[all …]
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 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 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
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dptr-inherit.c11 const int o; in test_const() local
17 volatile int o; in test_volatile() local
23 int __noderef o; in test_noderef() local
29 int __bitwise o; in test_bitwise() local
35 int __user o; in test_user() local
41 int __nocast o; in test_nocast() local
49 static int o; in test_static() local
56 static __thread int o; in test_tls() local
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h395 #define OBJ_PUB(o) \ argument
399 #define OBJ_PUB_RSA_MOD(o) \ argument
443 #define OBJ_PUB_DH_BASE(o) \ argument
488 #define OBJ_PRI(o) \ argument
605 #define OBJ_DOM(o) \ argument
665 #define OBJ_SEC(o) \ argument
667 #define OBJ_SEC_VALUE(o) \ argument
671 #define OBJ_KEY_SCHED(o) \ argument
676 #define OBJ_CERT(o) \ argument
681 #define X509_CERT(o) \ argument
[all …]
/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/intel/sys/acpi/
H A Dactbinfo.h346 #define ACPI_FLAG_OFFSET(d,f,o) (UINT16) (ACPI_OFFSET (d,f) + o) argument
350 #define ACPI_BGRT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_BGRT,f,o) argument
351 #define ACPI_DRTM_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_DRTM,f,o) argument
353 #define ACPI_FADT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_FADT,f,o) argument
354 #define ACPI_FACS_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_FACS,f,o) argument
355 #define ACPI_HPET_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_HPET,f,o) argument
357 #define ACPI_PPTT1_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_PPTT_CACHE,f,o) argument
362 #define ACPI_GTDT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_GTDT,f,o) argument
367 #define ACPI_HMAT2_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_HMAT_CACHE,f,o) argument
368 #define ACPI_IORT3_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_IORT_SMMU,f,o) argument
[all …]
/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 …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h256 #define OBJ_SEC(o) \ argument
258 #define OBJ_SEC_VALUE(o) \ argument
266 #define OBJ_PUB(o) \ argument
270 #define OBJ_PUB_RSA_MOD(o) \ argument
297 #define OBJ_PUB_DSA_BASE(o) \ argument
312 #define OBJ_PUB_DH_PRIME(o) \ argument
316 #define OBJ_PUB_DH_BASE(o) \ argument
320 #define OBJ_PUB_DH_VALUE(o) \ argument
338 #define OBJ_PRI(o) \ argument
342 #define OBJ_PRI_RSA_MOD(o) \ argument
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Disadma.h64 #define IN_CHILD_SPACE(o) ((o) > LO_BOUND && (o) < HI_BOUND) argument
65 #define IN_16BIT_SPACE(o) ((((o) >= DMA_0ADR) && (o) <= DMA_3WCNT) || \ argument
67 #define IS_SEQREG(o) (((o) == DMAC1_CLFF) || ((o) == DMAC2_CLFF)) argument
68 #define HDL_TO_SEQREG_ADDR(h, o) \ argument
73 #define BEGIN_ISADMA(o, v) ((o) == DMAC1_ALLMASK && (v)) argument
74 #define END_ISADMA(o, v) ((o) == DMAC1_ALLMASK && (v) == 0) argument
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dccode.h66 #define CCOP(i,o) ((i)==(o)?0:(((o)<<8)|(i))) argument
72 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o)) argument
77 #define ccmap(i,o) CCMAP(i,o) argument
82 #define CCMAPC(c,i,o) ((i)==(o)?(c):CCMAP(i,o)[c]) argument
83 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
84 #define CCMAPS(s,n,i,o) ((i)==(o)?(void*)(s):_ccmapstr(CCMAP(i,o),s,n)) argument
86 #define ccmapc(c,i,o) CCMAPC(c,i,o) argument
87 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
88 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) argument
H A Daso.h107 #define asocaschar(p,o,n) asocas8(p,o,n) argument
117 #define asocasshort(p,o,n) asocas16(p,o,n) argument
128 #define asocasint(p,o,n) asocas32((uint32_t volatile*)p,o,n) argument
135 #define asocaslong(p,o,n) asocas32((uint32_t volatile*)p,o,n) argument
142 #define asocassize(p,o,n) asocas32((uint32_t volatile*)p,o,n) argument
156 #define asocasint(p,o,n) asocas64((uint64_t volatile*)p,o,n) argument
163 #define asocaslong(p,o,n) asocas64((uint64_t volatile*)p,o,n) argument
170 #define asocassize(p,o,n) asocas64((uint64_t volatile*)p,o,n) argument
H A Dcdt.h310 #define _DTK(dc,o) ((char*)(o) + (dc)->key) /* get key from object */ argument
329 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) argument
332 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) argument
333 #define dtatmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_ATMOST) argument
334 #define dtsearch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH) argument
335 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) argument
336 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT) argument
337 #define dtappend(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_APPEND) argument
338 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE) argument
339 #define dtremove(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_REMOVE) argument
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java165 public abstract boolean contradicts(Expression o); in contradicts()
306 public boolean equals(Object o) in equals()
345 public boolean contradicts(Expression o) in contradicts()
477 public boolean equals(Object o) in equals()
514 public boolean contradicts(Expression o) in contradicts()
610 public boolean equals(Object o) in equals()
644 public boolean contradicts(Expression o) in contradicts()
H A DStatistic.java88 public AggregateStatistic add(AggregateStatistic o); in add()
95 public AggregateStatistic subtract(AggregateStatistic o); in subtract()
265 public AggregateStatistic add(AggregateStatistic o) in add()
275 public AggregateStatistic subtract(AggregateStatistic o) in subtract()
353 public AggregateStatistic add(AggregateStatistic o) in add()
363 public AggregateStatistic subtract(AggregateStatistic o) in subtract()
440 public AggregateStatistic add(AggregateStatistic o) in add()
450 public AggregateStatistic subtract(AggregateStatistic o) in subtract()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1023 c_to_hh( Byte *o, Byte c ) in c_to_hh()
1038 c_to_cc( Byte *o, Couple *cc, Byte c ) in c_to_cc()
1060 Byte *s, *oo, *o; in ldap_t61_to_8859() local
1210 cc_to_t61( Byte *o, Byte *s ) in cc_to_t61()
1598 Byte *s, *oo, *o, *aux; in ldap_8859_to_t61() local
1708 char *o = s; local
1729 Byte *o, *oo; local
1782 Byte *o, *oo; local
/illumos-gate/usr/src/cmd/logadm/
H A Dopts.c216 opts_set(struct opts *opts, const char *o, const char *optarg) in opts_set()
261 opts_optarg(struct opts *opts, const char *o) in opts_optarg()
270 opts_optarg_int(struct opts *opts, const char *o) in opts_optarg_int()
320 opts_parse_ctime(const char *o, const char *optarg) in opts_parse_ctime()
340 opts_parse_atopi(const char *o, const char *optarg) in opts_parse_atopi()
358 opts_parse_bytes(const char *o, const char *optarg) in opts_parse_bytes()
393 opts_parse_seconds(const char *o, const char *optarg) in opts_parse_seconds()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java182 Object o = evaluate(value); in ServiceLocationAttribute() local
220 Object o = null; in evaluate() local
283 Object o = ret.elementAt(i); in getValues() local
508 Object o = e.nextElement(); in externalize() local
910 Object o = attrVals.elementAt(0); in mergeDuplicateAttributes() local
963 public boolean equals(Object o) { in equals()
1042 Object o = values.elementAt(i); in toString() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dtsearch.c113 reg Tree_t* o; local
149 reg Tree_t* o; local
175 reg Tree_t* o; local
234 reg Tree_t* o; local
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_cmn_oplock.c237 smb_ofile_t *o; in RecomputeOplockState() local
559 smb_ofile_t *o; in smb_oplock_req_excl() local
1065 smb_ofile_t *o; in smb_oplock_req_shared() local
1742 smb_ofile_t *o; in smb_oplock_ack_break() local
2367 smb_ofile_t *o; in smb_oplock_break_CLOSE() local
2736 smb_ofile_t *o = NULL; in smb_oplock_break_cmn() local
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_get.c46 asn1_octet o; in asn1_get_tag_2() local
74 asn1_octet o; in asn1_get_tag_2() local
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregexec.c102 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument
103 #define INC(o) ((o) <<= 1) argument
104 #define ISSTATEIN(v, o) (((v) & (o)) != 0) argument
159 #define INIT(o, n) ((o) = (n)) argument
160 #define INC(o) ((o)++) argument
161 #define ISSTATEIN(v, o) ((v)[o]) argument

12345678910>>...12