/titanic_44/usr/src/lib/libfakekernel/common/ |
H A D | ksocket.c | 41 #define KSOCKET_VALID(ks) (ks->kso_magic == _KSOCKET_MAGIC) argument 42 #define KSTOSO(ks) (ks->kso_fd) argument 108 ksocket_t ks; in _ksocket_create() local 119 _ksocket_destroy(ksocket_t ks) in _ksocket_destroy() 130 ksocket_t ks; in ksocket_socket() local 160 ksocket_bind(ksocket_t ks, struct sockaddr *addr, socklen_t addrlen, in ksocket_bind() 182 ksocket_listen(ksocket_t ks, int backlog, struct cred *cr) in ksocket_listen() 197 ksocket_accept(ksocket_t ks, struct sockaddr *addr, in ksocket_accept() 223 ksocket_connect(ksocket_t ks, struct sockaddr *addr, socklen_t addrlen, in ksocket_connect() 239 ksocket_send(ksocket_t ks, void *msg, size_t msglen, int flags, in ksocket_send() [all …]
|
/titanic_44/usr/src/cmd/fs.d/cachefs/common/ |
H A D | stats_stats.c | 66 kstat_t *ks; in stats_hits() local 84 kstat_t *ks; in stats_misses() local 102 kstat_t *ks; in stats_passes() local 120 kstat_t *ks; in stats_fails() local 138 kstat_t *ks; in stats_modifies() local 156 kstat_t *ks; in stats_gc_count() local 174 kstat_t *ks; in stats_gc_time() local 192 kstat_t *ks; in stats_gc_before() local 210 kstat_t *ks; in stats_gc_after() local 229 kstat_t *ks; in stats_zero_stats() local
|
/titanic_44/usr/src/uts/common/io/ksocket/ |
H A D | ksocket.c | 101 ksocket_bind(ksocket_t ks, struct sockaddr *addr, socklen_t addrlen, in ksocket_bind() 118 ksocket_listen(ksocket_t ks, int backlog, struct cred *cr) in ksocket_listen() 130 ksocket_accept(ksocket_t ks, struct sockaddr *addr, in ksocket_accept() 170 ksocket_connect(ksocket_t ks, struct sockaddr *addr, socklen_t addrlen, in ksocket_connect() 184 ksocket_send(ksocket_t ks, void *msg, size_t msglen, int flags, in ksocket_send() 236 ksocket_sendto(ksocket_t ks, void *msg, size_t msglen, int flags, in ksocket_sendto() 289 ksocket_sendmsg(ksocket_t ks, struct nmsghdr *msg, int flags, in ksocket_sendmsg() 343 ksocket_recv(ksocket_t ks, void *msg, size_t msglen, int flags, in ksocket_recv() 396 ksocket_recvfrom(ksocket_t ks, void *msg, size_t msglen, int flags, in ksocket_recvfrom() 451 ksocket_recvmsg(ksocket_t ks, struct nmsghdr *msg, int flags, size_t *recv, in ksocket_recvmsg() [all …]
|
H A D | ksocket_impl.h | 30 #define KSTOSO(ks) ((struct sonode *)(ks)) argument 57 #define KSOCKET_VALID(ks) \ argument
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_net.c | 292 ksocket_t ks = (ksocket_t)socket; in iscsi_net_bind() local 309 ksocket_t ks = (ksocket_t)socket; in iscsi_net_connect() local 324 ksocket_t ks = (ksocket_t)socket; in iscsi_net_listen() local 335 ksocket_t ks = (ksocket_t)socket; in iscsi_net_accept() local 349 ksocket_t ks = (ksocket_t)socket; in iscsi_net_getsockname() local 361 ksocket_t ks = (ksocket_t)socket; in iscsi_net_getsockopt() local 373 ksocket_t ks = (ksocket_t)socket; in iscsi_net_setsockopt() local 384 ksocket_t ks = (ksocket_t)socket; in iscsi_net_shutdown() local 394 ksocket_t ks = (ksocket_t)socket; in iscsi_net_close() local 408 ksocket_t ks = (ksocket_t)socket; in iscsi_net_poll() local [all …]
|
H A D | iscsi_stats.c | 138 iscsi_hba_kstat_update(kstat_t *ks, int rw) in iscsi_hba_kstat_update() 271 iscsi_sess_kstat_update(kstat_t *ks, int rw) in iscsi_sess_kstat_update() 410 iscsi_conn_kstat_update(kstat_t *ks, int rw) in iscsi_conn_kstat_update()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | keysock.c | 325 keysock_t *ks = (keysock_t *)q->q_ptr; local 348 keysock_t *ks = (keysock_t *)q->q_ptr; local 483 keysock_t *ks; in keysock_close() local 564 keysock_t *ks; in keysock_open() local 733 keysock_copy_info(struct T_info_ack *tap, keysock_t *ks) in keysock_copy_info() 749 keysock_t *ks = (keysock_t *)q->q_ptr; in keysock_capability_req() local 816 keysock_t *ks = (keysock_t *)q->q_ptr; in keysock_opt_get() local 858 keysock_t *ks = (keysock_t *)q->q_ptr; in keysock_opt_set() local 902 keysock_t *ks = (keysock_t *)q->q_ptr; in keysock_wput_other() local 999 keysock_error(keysock_t *ks, mblk_t *mp, int error, int diagnostic) in keysock_error() [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sid.c | 66 ksid_hold(ksid_t *ks) in ksid_hold() 73 ksid_rele(ksid_t *ks) in ksid_rele() 176 ksid_getdomain(ksid_t *ks) in ksid_getdomain() 182 ksid_getrid(ksid_t *ks) in ksid_getrid() 188 ksid_getid(ksid_t *ks) in ksid_getid()
|
H A D | netstack.c | 1130 kstat_t *ks; in kstat_create_netstack() local 1147 kstat_delete_netstack(kstat_t *ks, netstackid_t ks_netstackid) in kstat_delete_netstack() 1213 netstack_shared_kstat_add(kstat_t *ks) in netstack_shared_kstat_add() 1237 netstack_shared_kstat_remove(kstat_t *ks) in netstack_shared_kstat_remove()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_stat.c | 37 igb_update_stats(kstat_t *ks, int rw) in igb_update_stats() 153 kstat_t *ks; in igb_init_stats() local
|
/titanic_44/usr/src/common/net/wanboot/crypt/ |
H A D | des.c | 211 uint32_t *ks = (uint32_t *)cookie; in des() local 355 unsigned char ks[8]; in des_key() local
|
H A D | cbc.h | 42 void *ks; member
|
H A D | des3.c | 91 keysched_t *ks = (keysched_t *)cookie; in des3_key() local
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_stat.c | 39 ixgbe_update_stats(kstat_t *ks, int rw) in ixgbe_update_stats() 225 kstat_t *ks; in ixgbe_init_stats() local
|
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | AuthBlock.java | 297 KeyStore ks = getKeyStore(); in canSignAs() local 316 KeyStore ks = getKeyStore(); in checkEquiv() local 341 KeyStore ks = getKeyStore(); in getEquivalentAuth() local 419 KeyStore ks = getKeyPkg(); in getSignAsCert() local
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cred.c | 206 ksid_t ks; in cmd_ksidlist() local 247 print_ksid(const ksid_t *ks) in print_ksid()
|
/titanic_44/usr/src/common/crypto/des/ |
H A D | des_ks.c | 252 des_ks(uint64_t *ks, uint64_t key) in des_ks()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/crypto/keyhash_provider/ |
H A D | k_hmac_md5.c | 53 krb5_keyblock ks; in k5_hmac_md5_hash() local
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/crypto/keyhash_provider/ |
H A D | hmac_md5.c | 51 krb5_keyblock ks; in k5_hmac_md5_hash() local
|
/titanic_44/usr/src/common/crypto/modes/ |
H A D | ecb.c | 44 int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct)) in ecb_cipher_contiguous_blocks()
|
H A D | ctr.c | 45 int (*cipher)(const void *ks, const uint8_t *pt, uint8_t *ct), in ctr_mode_contiguous_blocks()
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | keysock.h | 128 #define KEYSOCK_ISREG(ks, satype) (((ks)->keysock_registered[(satype) >> 3]) & \ argument 130 #define KEYSOCK_SETREG(ks, satype) (ks)->keysock_registered[(satype) >> 3] |= \ argument
|
/titanic_44/usr/src/cmd/stat/mpstat/ |
H A D | mpstat.c | 313 agg_vm(struct pset_snapshot *p, kstat_t *ks) in agg_vm() 333 agg_sys(struct pset_snapshot *p, kstat_t *ks) in agg_sys()
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | keystore.c | 631 keystore_t *ks = ks_h; in find_key_cert_pair() local 719 keystore_t *ks = ks_h; in find_ca_certs() local 749 keystore_t *ks = ks_h; in find_cl_certs() local 889 keystore_t *ks = ks_h; in delete_cert_and_keys() local
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softBlowfishCrypt.c | 80 void *ks; in soft_blowfish_crypt_init_common() local
|