Home
last modified time | relevance | path

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

12345678910>>...16

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h391 #define OBJ_PUB(o) \ argument
395 #define OBJ_PUB_RSA_MOD(o) \ argument
399 #define OBJ_PUB_RSA_PUBEXPO(o) \ argument
403 #define OBJ_PUB_RSA_MOD_BITS(o) \ argument
413 #define OBJ_PUB_DSA_PRIME(o) \ argument
417 #define OBJ_PUB_DSA_SUBPRIME(o) \ argument
421 #define OBJ_PUB_DSA_BASE(o) \ argument
425 #define OBJ_PUB_DSA_VALUE(o) \ argument
435 #define OBJ_PUB_DH_PRIME(o) \ argument
439 #define OBJ_PUB_DH_BASE(o) \ argument
[all …]
/titanic_44/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()
306 static INLINE int ecore_exe_queue_length(struct ecore_exe_queue_obj *o) in ecore_exe_queue_length()
337 struct ecore_exe_queue_obj *o, in ecore_exe_queue_add()
376 struct ecore_exe_queue_obj *o) in __ecore_exe_queue_reset_pending()
400 struct ecore_exe_queue_obj *o, in ecore_exe_queue_step()
466 static INLINE BOOL ecore_exe_queue_empty(struct ecore_exe_queue_obj *o) in ecore_exe_queue_empty()
485 static BOOL ecore_raw_check_pending(struct ecore_raw_obj *o) in ecore_raw_check_pending()
499 static void ecore_raw_clear_pending(struct ecore_raw_obj *o) in ecore_raw_clear_pending()
506 static void ecore_raw_set_pending(struct ecore_raw_obj *o) in ecore_raw_set_pending()
581 static BOOL ecore_get_cam_offset_mac(struct ecore_vlan_mac_obj *o, int *offset) in ecore_get_cam_offset_mac()
[all …]
/titanic_44/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) ((uint8_t) \ argument
87 #define PCI_CAP_PUT16(h, i, b, o, d) ((uint16_t) \ argument
89 #define PCI_CAP_PUT32(h, i, b, o, d) ((uint32_t) \ 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
96 #define PCI_XCAP_GET32(h, i, b, o) ((uint32_t) \ argument
99 #define PCI_XCAP_PUT8(h, i, b, o, d) ((uint8_t) \ argument
[all …]
/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h256 #define OBJ_SEC(o) \ argument
258 #define OBJ_SEC_VALUE(o) \ argument
260 #define OBJ_SEC_VALUE_LEN(o) \ argument
266 #define OBJ_PUB(o) \ argument
270 #define OBJ_PUB_RSA_MOD(o) \ argument
274 #define OBJ_PUB_RSA_PUBEXPO(o) \ argument
278 #define OBJ_PUB_RSA_MOD_BITS(o) \ argument
289 #define OBJ_PUB_DSA_PRIME(o) \ argument
293 #define OBJ_PUB_DSA_SUBPRIME(o) \ argument
297 #define OBJ_PUB_DSA_BASE(o) \ argument
[all …]
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDebug.java127 static public void fatal(Object o, String s) { in fatal()
135 static public void error(Object o, String s) { in error()
143 static public void warning(Object o, String s) { in warning()
151 static public void message(Object o, String s) { in message()
159 static public void info(Object o, String s) { in info()
178 static public void setDebugLevel(Object o, int lvl) { in setDebugLevel()
208 private static void printIf(Object o, String s, int lvl) { in printIf()
219 private synchronized static int getLevelForClass(Object o) { in getLevelForClass()
243 public Debug(Object o) { in Debug()
H A DHost.java66 String o = syscmd.getOutput(); in getLocalHostName() local
92 String o = syscmd.getOutput(); in getDomainName() local
163 String o = syscmd.getOutput(); in getNisHost() local
200 String o = syscmd.getOutput(); in getLDAPMaster() local
268 String o = syscmd.getOutput(); in getDefaultAdminDN() local
/titanic_44/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
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dccode.h77 #define CCOP(i,o) ((i)==(o)?0:(((o)<<8)|(i))) argument
83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o)) argument
88 #define ccmap(i,o) CCMAP(i,o) argument
93 #define CCMAPC(c,i,o) ((i)==(o)?(c):CCMAP(i,o)[c]) argument
94 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
95 #define CCMAPS(s,n,i,o) ((i)==(o)?(__V_*)(s):_ccmapstr(CCMAP(i,o),s,n)) argument
97 #define ccmapc(c,i,o) CCMAPC(c,i,o) argument
98 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
99 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) argument
H A Dcdt.h246 #define _DTLNK(o,lk) ((Dtlink_t*)((char*)(o) + lk) ) argument
248 #define _DTKEY(o,ky,sz) (Void_t*)((sz) < 0 ? *((char**)((char*)(o)+(ky))) : ((char*)(o)+(ky))) argument
294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) argument
295 #define dtleast(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_NEXT) argument
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) argument
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV) argument
299 #define dtsearch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH) argument
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) argument
301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT) argument
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE) argument
[all …]
/titanic_44/usr/src/lib/libast/common/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 Dcdt.h246 #define _DTLNK(o,lk) ((Dtlink_t*)((char*)(o) + lk) ) argument
248 #define _DTKEY(o,ky,sz) (Void_t*)((sz) < 0 ? *((char**)((char*)(o)+(ky))) : ((char*)(o)+(ky))) argument
294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) argument
295 #define dtleast(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_NEXT) argument
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) argument
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV) argument
299 #define dtsearch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH) argument
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) argument
301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT) argument
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE) argument
[all …]
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dccode.h77 #define CCOP(i,o) ((i)==(o)?0:(((o)<<8)|(i))) argument
83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o)) argument
88 #define ccmap(i,o) CCMAP(i,o) argument
93 #define CCMAPC(c,i,o) ((i)==(o)?(c):CCMAP(i,o)[c]) argument
94 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
95 #define CCMAPS(s,n,i,o) ((i)==(o)?(__V_*)(s):_ccmapstr(CCMAP(i,o),s,n)) argument
97 #define ccmapc(c,i,o) CCMAPC(c,i,o) argument
98 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
99 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) argument
H A Dcdt.h246 #define _DTLNK(o,lk) ((Dtlink_t*)((char*)(o) + lk) ) argument
248 #define _DTKEY(o,ky,sz) (Void_t*)((sz) < 0 ? *((char**)((char*)(o)+(ky))) : ((char*)(o)+(ky))) argument
294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) argument
295 #define dtleast(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_NEXT) argument
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) argument
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV) argument
299 #define dtsearch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH) argument
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) argument
301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT) argument
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE) argument
[all …]
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dccode.h77 #define CCOP(i,o) ((i)==(o)?0:(((o)<<8)|(i))) argument
83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o)) argument
88 #define ccmap(i,o) CCMAP(i,o) argument
93 #define CCMAPC(c,i,o) ((i)==(o)?(c):CCMAP(i,o)[c]) argument
94 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
95 #define CCMAPS(s,n,i,o) ((i)==(o)?(__V_*)(s):_ccmapstr(CCMAP(i,o),s,n)) argument
97 #define ccmapc(c,i,o) CCMAPC(c,i,o) argument
98 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
99 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) argument
H A Dcdt.h246 #define _DTLNK(o,lk) ((Dtlink_t*)((char*)(o) + lk) ) argument
248 #define _DTKEY(o,ky,sz) (Void_t*)((sz) < 0 ? *((char**)((char*)(o)+(ky))) : ((char*)(o)+(ky))) argument
294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) argument
295 #define dtleast(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_NEXT) argument
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) argument
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV) argument
299 #define dtsearch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH) argument
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) argument
301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT) argument
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE) argument
[all …]
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dccode.h77 #define CCOP(i,o) ((i)==(o)?0:(((o)<<8)|(i))) argument
83 #define CCMAP(i,o) ((i)==(o)?(unsigned char*)0:_ccmap(i,o)) argument
88 #define ccmap(i,o) CCMAP(i,o) argument
93 #define CCMAPC(c,i,o) ((i)==(o)?(c):CCMAP(i,o)[c]) argument
94 #define CCMAPM(t,f,n,i,o) ((i)==(o)?memcpy(t,f,n):_ccmapcpy(CCMAP(i,o),t,f,n)) argument
95 #define CCMAPS(s,n,i,o) ((i)==(o)?(__V_*)(s):_ccmapstr(CCMAP(i,o),s,n)) argument
97 #define ccmapc(c,i,o) CCMAPC(c,i,o) argument
98 #define ccmapm(t,f,n,i,o) CCMAPM(t,f,n,i,o) argument
99 #define ccmaps(s,n,i,o) CCMAPS(s,n,i,o) argument
H A Dcdt.h246 #define _DTLNK(o,lk) ((Dtlink_t*)((char*)(o) + lk) ) argument
248 #define _DTKEY(o,ky,sz) (Void_t*)((sz) < 0 ? *((char**)((char*)(o)+(ky))) : ((char*)(o)+(ky))) argument
294 #define dtnext(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_NEXT) argument
295 #define dtleast(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_NEXT) argument
297 #define dtprev(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_PREV) argument
298 #define dtmost(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH|DT_PREV) argument
299 #define dtsearch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_SEARCH) argument
300 #define dtmatch(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_MATCH) argument
301 #define dtinsert(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_INSERT) argument
302 #define dtdelete(d,o) (*(_DT(d)->searchf))((d),(Void_t*)(o),DT_DELETE) argument
[all …]
/titanic_44/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()
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c1025 c_to_hh( Byte *o, Byte c ) in c_to_hh()
1040 c_to_cc( Byte *o, Couple *cc, Byte c ) in c_to_cc()
1062 Byte *s, *oo, *o; in ldap_t61_to_8859() local
1212 cc_to_t61( Byte *o, Byte *s ) in cc_to_t61()
1600 Byte *s, *oo, *o, *aux; in ldap_8859_to_t61() local
1710 char *o = s; local
1731 Byte *o, *oo; local
1784 Byte *o, *oo; local
/titanic_44/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()
/titanic_44/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
/titanic_44/usr/src/lib/libast/common/comp/
H A Dtsearch.c111 reg Tree_t* o; local
147 reg Tree_t* o; local
173 reg Tree_t* o; local
232 reg Tree_t* o; local
/titanic_44/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
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregexec.c109 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) argument
110 #define INC(o) ((o) <<= 1) argument
111 #define ISSTATEIN(v, o) (((v) & (o)) != 0) argument
164 #define INIT(o, n) ((o) = (n)) argument
165 #define INC(o) ((o)++) argument
166 #define ISSTATEIN(v, o) ((v)[o]) argument

12345678910>>...16