/titanic_44/usr/src/uts/common/rpc/ |
H A D | rpc_calmsg.c | 59 struct opaque_auth *oa; in xdr_callmsg() local 81 oa = &cmsg->rm_call.cb_cred; in xdr_callmsg() 82 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg() 83 IXDR_PUT_INT32(buf, oa->oa_length); in xdr_callmsg() 84 if (oa->oa_length) { in xdr_callmsg() 85 bcopy(oa->oa_base, buf, oa->oa_length); in xdr_callmsg() 86 buf += RNDUP(oa->oa_length) / sizeof (int32_t); in xdr_callmsg() 88 oa = &cmsg->rm_call.cb_verf; in xdr_callmsg() 89 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg() 90 IXDR_PUT_INT32(buf, oa->oa_length); in xdr_callmsg() [all …]
|
H A D | rpc_prot.c | 145 struct opaque_auth *oa; in xdr_replymsg() local 157 oa = &ar->ar_verf; in xdr_replymsg() 158 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_replymsg() 159 IXDR_PUT_INT32(buf, oa->oa_length); in xdr_replymsg() 160 if (oa->oa_length) { in xdr_replymsg() 161 bcopy(oa->oa_base, buf, oa->oa_length); in xdr_replymsg() 162 buf = (int32_t *)(((caddr_t)buf) + oa->oa_length); in xdr_replymsg() 163 if ((rndup = (rndup - oa->oa_length)) > 0) { in xdr_replymsg() 198 oa = &ar->ar_verf; in xdr_replymsg() 201 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_replymsg() [all …]
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | rpc_callmsg.c | 54 struct opaque_auth *oa; in xdr_callmsg() local 76 oa = &cmsg->rm_call.cb_cred; in xdr_callmsg() 77 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg() 78 IXDR_PUT_INT32(buf, oa->oa_length); in xdr_callmsg() 79 if (oa->oa_length) { in xdr_callmsg() 80 (void) memcpy(buf, oa->oa_base, oa->oa_length); in xdr_callmsg() 81 buf += RNDUP(oa->oa_length) / sizeof (int32_t); in xdr_callmsg() 83 oa = &cmsg->rm_call.cb_verf; in xdr_callmsg() 84 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_callmsg() 85 IXDR_PUT_INT32(buf, oa->oa_length); in xdr_callmsg() [all …]
|
H A D | rpc_prot.c | 133 struct opaque_auth *oa; in xdr_replymsg() local 145 oa = &ar->ar_verf; in xdr_replymsg() 146 IXDR_PUT_ENUM(buf, oa->oa_flavor); in xdr_replymsg() 147 IXDR_PUT_INT32(buf, oa->oa_length); in xdr_replymsg() 148 if (oa->oa_length) { in xdr_replymsg() 149 (void) memcpy(buf, oa->oa_base, oa->oa_length); in xdr_replymsg() 151 buf = (rpc_inline_t *)(((caddr_t)buf) + oa->oa_length); in xdr_replymsg() 153 if ((rndup = (rndup - oa->oa_length)) > 0) { in xdr_replymsg() 187 oa = &ar->ar_verf; in xdr_replymsg() 190 oa->oa_flavor = IXDR_GET_ENUM(buf, enum_t); in xdr_replymsg() [all …]
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | signal.c | 78 struct sigaction oa; in signal() local 125 if (sigaction(sig, &na, &oa)) in signal() 129 return oa.sa_handler; in signal()
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 339 __nis_obj_attr_t **oa = 0; in entriesFromLDAPreal() local 398 res = mapFromLDAP(t, q, &nq, dbId, &stat, &oa); in entriesFromLDAPreal() 679 printObjAttr(oa[i]); in entriesFromLDAPreal() 684 if (oa[i] != 0) { in entriesFromLDAPreal() 685 o.zo_owner = oa[i]->zo_owner; in entriesFromLDAPreal() 686 o.zo_group = oa[i]->zo_group; in entriesFromLDAPreal() 687 o.zo_domain = oa[i]->zo_domain; in entriesFromLDAPreal() 688 o.zo_access = oa[i]->zo_access; in entriesFromLDAPreal() 689 o.zo_ttl = oa[i]->zo_ttl; in entriesFromLDAPreal() 856 freeObjAttr(oa, nq); in entriesFromLDAPreal()
|
/titanic_44/usr/src/cmd/geniconvtbl/ |
H A D | itmcomp.c | 638 char *oa; in map_name_type_append() local 648 oa = oa_save = strdup_vital(optarg); in map_name_type_append() 650 while ((NULL != oa) && ('\0' != *oa)) { in map_name_type_append() 651 name = oa; in map_name_type_append() 652 oa = strchr(oa, ','); in map_name_type_append() 653 if (NULL != oa) { in map_name_type_append() 654 *(oa++) = '\0'; in map_name_type_append()
|
/titanic_44/usr/src/lib/rpcsec_gss/ |
H A D | svc_rpcsec_gss.c | 1090 struct opaque_auth *oa; local 1101 oa = &msg->rm_call.cb_cred; 1102 if (oa->oa_length > MAX_AUTH_BYTES) 1107 RNDUP(oa->oa_length))) 1117 IXDR_PUT_ENUM(buf, oa->oa_flavor); 1118 IXDR_PUT_U_INT32(buf, oa->oa_length); 1119 if (oa->oa_length) { 1120 len = RNDUP(oa->oa_length); 1124 (void) memcpy((caddr_t)tmp, oa->oa_base, oa->oa_length); 1129 oa = &msg->rm_call.cb_verf; [all …]
|
/titanic_44/usr/src/uts/common/rpc/sec_gss/ |
H A D | svc_rpcsec_gss.c | 1412 struct opaque_auth *oa; in check_verf() local 1423 oa = &msg->rm_call.cb_cred; in check_verf() 1424 if (oa->oa_length > MAX_AUTH_BYTES) in check_verf() 1429 RNDUP(oa->oa_length))) in check_verf() 1438 IXDR_PUT_ENUM(buf, oa->oa_flavor); in check_verf() 1439 IXDR_PUT_U_INT32(buf, oa->oa_length); in check_verf() 1440 if (oa->oa_length) { in check_verf() 1441 len = RNDUP(oa->oa_length); in check_verf() 1445 (void) bcopy(oa->oa_base, (caddr_t)tmp, oa->oa_length); in check_verf() 1450 oa = &msg->rm_call.cb_verf; in check_verf() [all …]
|
/titanic_44/usr/src/uts/common/crypto/io/ |
H A D | crypto.c | 2231 STRUCT_DECL(crypto_object_attribute, oa); in copyin_attributes() 2246 STRUCT_INIT(oa, mode); in copyin_attributes() 2259 len = count * STRUCT_SIZE(oa); in copyin_attributes() 2271 bcopy(ap, STRUCT_BUF(oa), STRUCT_SIZE(oa)); in copyin_attributes() 2272 tmp_len = roundup(STRUCT_FGET(oa, oa_value_len), in copyin_attributes() 2281 if (STRUCT_FGETP(oa, oa_value) != NULL) in copyin_attributes() 2283 ap += STRUCT_SIZE(oa); in copyin_attributes() 2302 bcopy(ap, STRUCT_BUF(oa), STRUCT_SIZE(oa)); in copyin_attributes() 2303 k_attrs[i].oa_type = STRUCT_FGET(oa, oa_type); in copyin_attributes() 2304 value = STRUCT_FGETP(oa, oa_value); in copyin_attributes() [all …]
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | curshdr.h | 59 #define _VIDS(na, oa) (vidupdate((na), (oa), _outch), curscr->_attrs = (na)) argument
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.c | 736 elfedit_cmd_optarg_t *oa; in elfedit_next_optarg() local 740 oa = (*optarg)++; in elfedit_next_optarg() 742 if (oa->oa_flags & ELFEDIT_CMDOA_F_INHERIT) { in elfedit_next_optarg() 744 *item = stdoa[((uintptr_t)oa->oa_name) - 1]; in elfedit_next_optarg() 752 item->oai_name = oa->oa_name; in elfedit_next_optarg() 753 if ((oa->oa_flags & ELFEDIT_CMDOA_F_VALUE) != 0) { in elfedit_next_optarg() 754 item->oai_vname = oa[1].oa_name; in elfedit_next_optarg() 761 item->oai_help = oa->oa_help; in elfedit_next_optarg() 762 item->oai_flags = oa->oa_flags; in elfedit_next_optarg() 769 item->oai_idmask = oa->oa_idmask; in elfedit_next_optarg() [all …]
|
/titanic_44/usr/src/cmd/mandoc/ |
H A D | chars.in | 179 CHAR("oa", "a", 229)
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 10163 objects if optimization is disabled (via the -oa switch).
|