Searched defs:operation (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/cmd/sendmail/db/db/ |
H A D | db_join.c | 64 * set, the c_next operation off the join cursor will return DB_NOTFOUND. 172 u_int32_t operation; local 178 operation = LF_ISSET(DB_OPFLAGS_MASK); 179 if (operation != 0 && operation != DB_JOIN_ITEM) 243 if (operation == DB_JOIN_ITEM)
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | decr_mgr.c | 35 CK_ULONG operation, 53 if (operation == OP_DECRYPT_INIT) { 69 } else if (operation == OP_UNWRAP) { 32 decr_mgr_init( SESSION *sess, ENCR_DECR_CONTEXT *ctx, CK_ULONG operation, CK_MECHANISM *mech, CK_OBJECT_HANDLE key_handle) argument
|
H A D | encr_mgr.c | 33 CK_ULONG operation, 52 if (operation == OP_ENCRYPT_INIT) { 68 } else if (operation == OP_WRAP) { 31 encr_mgr_init(SESSION * sess, ENCR_DECR_CONTEXT * ctx, CK_ULONG operation, CK_MECHANISM * mech, CK_OBJECT_HANDLE key_handle) argument
|
/osnet-11/usr/src/cmd/hal/addons/network-devices/ |
H A D | snmp.c | 50 snmp_response_cb(int operation, struct snmp_session *sp, int reqid, argument
|
/osnet-11/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 245 * existing value unchanged; this is only meaningful when operation == 249 * unchanged; this is only meaningful when operation == PZE_MODIFY 254 * only meaningful when operation == PZE_MODIFY. 261 putzoneent(struct zoneent *ze, zoneent_op_t operation) argument 279 if ((operation == PZE_MODIFY) && 284 if (operation == PZE_ADD && 288 if (operation != PZE_MODIFY && strlen(ze->zone_newname) != 0) 332 if (operation == PZE_ADD && !exist) { 343 if (operation == PZE_MODIFY && !exist) { 385 switch (operation) { [all...] |
/osnet-11/usr/src/lib/liblldp/common/ |
H A D | liblldp.c | 262 uint8_t operation; local 290 nvlist_lookup_uint8(einfo, DL_NV_OPERATION, &operation) != 0) { 295 if (operation == DLMGMT_DLS_VLINK_MODIFY) 300 vinfo.lvi_operation = operation; 325 s = "operation failed"; 331 s = "operation not supported";
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_io.c | 149 const char *operation) 170 operation, fn, strerror(e)); 178 operation, strerror(e)); 148 rc_map_errno(krb5_context context, int e, const char *fn, const char *operation) argument
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_sys.c | 5656 fcntl_emulate_flock(int fd, int operation) argument 5660 switch (operation & ~LOCK_NB) { 5677 return fcntl(fd, (operation & LOCK_NB) ? F_SETLK : F_SETLKW, &flock); 5713 lockf_emulate_flock(int fd, int operation) argument 5727 switch (operation) { 5752 /* Default - can't decipher operation */
|
Completed in 39 milliseconds