/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | ttymodes.c | 342 int n_bytes = 0; in tty_parse_modes() local 370 n_bytes += 1; in tty_parse_modes() 379 n_bytes += 4; in tty_parse_modes() 389 n_bytes += 4; in tty_parse_modes() 398 n_bytes += arg_size; \ in tty_parse_modes() 404 n_bytes += arg_size; \ in tty_parse_modes() 429 n_bytes += 1; in tty_parse_modes() 433 n_bytes += 4; in tty_parse_modes() 456 n_bytes += 4; in tty_parse_modes() 468 if (*n_bytes_ptr != n_bytes) { in tty_parse_modes() [all …]
|
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_ops.c | 261 unsigned long n_bytes, ndr_ref_t *ref) in ndo_pad_pdu() argument 268 ndo_printf(nds, ref, "pad %d@%-3d", n_bytes, pdu_offset); in ndo_pad_pdu() 270 bzero(data, n_bytes); in ndo_pad_pdu() 284 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) in ndo_get_pdu() argument 292 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ); in ndo_get_pdu() 295 n_bytes, pdu_offset, hexbuf); in ndo_get_pdu() 298 bcopy(data, buf, n_bytes); in ndo_get_pdu() 300 nds_bswap(data, (unsigned char *)buf, n_bytes); in ndo_get_pdu() 314 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) in ndo_put_pdu() argument 322 ndo_hexfmt((uint8_t *)buf, n_bytes, 0, hexbuf, NDOBUFSZ); in ndo_put_pdu() [all …]
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | nlm_client.c | 768 args.cookie.n_bytes = (char *)&xid; in nlm_call_lock() 960 cargs.cookie.n_bytes = (char *)&xid; in nlm_call_cancel() 1051 args.cookie.n_bytes = (char *)&xid; in nlm_call_unlock() 1123 args.cookie.n_bytes = (char *)&xid; in nlm_call_test() 1199 lock->fh.n_bytes = fh->n_bytes; in nlm_init_lock() 1201 lock->oh.n_bytes = (void *)oh; in nlm_init_lock() 1352 args.cookie.n_bytes = (char *)&xid; in nlm_call_share() 1430 args.cookie.n_bytes = (char *)&xid; in nlm_call_unshare() 1494 args->fh.n_bytes = fh->n_bytes; in nlm_init_share() 1496 args->oh.n_bytes = (void *)shr->s_owner; in nlm_init_share() [all …]
|
H A D | nlm_service.c | 209 fhp = (fhandle3_t *)fh->n_bytes; in nlm_fh_to_vp() 422 lh->oh.n_bytes = (void *)oh; in nlm_do_test() 977 oh = (void *) argp->alock.oh.n_bytes; in nlm_do_granted() 1116 shr->s_owner = nshare->oh.n_bytes; in nlm_init_shrlock()
|
H A D | nlm_impl.c | 497 dst->n_bytes = kmem_alloc(src->n_len, KM_SLEEP); in nlm_copy_netobj() 498 bcopy(src->n_bytes, dst->n_bytes, src->n_len); in nlm_copy_netobj() 1906 kmem_free(nslp->nsl_fh.n_bytes, nslp->nsl_fh.n_len); in nlm_slock_unregister() 2000 bcmp(alock->fh.n_bytes, nslp->nsl_lock.fh.n_bytes, in nlm_slock_grant() 2731 obj->n_bytes = (char *)&sin->sin_addr; in nlm_netbuf_to_netobj() 2740 obj->n_bytes = (char *)&sin6->sin6_addr; in nlm_netbuf_to_netobj()
|
/titanic_41/usr/src/lib/gss_mechs/mech_dh/dh192/ |
H A D | fakensl.c | 68 npk.n_bytes = (char *)pk; in key_encryptsession_pk_g() 87 npk.n_bytes = (char *)pk; in key_decryptsession_pk_g()
|
/titanic_41/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_proc.c | 254 (unsigned char)regargs->address.n_bytes[i]); in nsmaddrproc1_reg() 316 memcmp(addr->ah.n_bytes, regargs->address.n_bytes, in nsmaddrproc1_reg() 324 (unsigned char)addr->ah.n_bytes[i]); in nsmaddrproc1_reg() 368 addr->ah.n_bytes = tmp_n_bytes; in nsmaddrproc1_reg() 378 (void) memcpy(addr->ah.n_bytes, regargs->address.n_bytes, in nsmaddrproc1_reg() 910 ipv4_addr = *(struct in_addr *)addr->ah.n_bytes; in pr_name_addr() 915 ipv6_addr = (char *)addr->ah.n_bytes; in pr_name_addr()
|
H A D | sm_statd.c | 1309 addr = *(struct in_addr *)ah->n_bytes; in record_addr() 1313 addr6 = (char *)ah->n_bytes; in record_addr()
|
/titanic_41/usr/src/lib/libnsl/nis/gen/ |
H A D | nis_misc_proc.c | 274 extdhkey_t *keyent = (extdhkey_t *)no->n_bytes; in __nis_dhext_extract_pkey() 277 while (keyent < (extdhkey_t *)(no->n_bytes + no->n_len)) { in __nis_dhext_extract_pkey()
|
/titanic_41/usr/src/lib/libnsl/rpc/ |
H A D | auth_des.c | 116 pkey.n_bytes = (char *)pkey_data; in authdes_seccreate() 156 (void) memcpy(ad->ad_pkey, pkey->n_bytes, pkey->n_len); in authdes_pk_seccreate() 422 pkey.n_bytes = (char *)(ad->ad_pkey); in authdes_refresh()
|
H A D | key_call.c | 327 npk.n_bytes = (char *)remotekey; in key_encryptsession_pk_g() 397 npk.n_bytes = (char *)remotekey; in key_decryptsession_pk_g()
|
H A D | xdr.c | 467 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()
|
H A D | auth_time.c | 155 srv->pkey.n_bytes = NULL; in get_server()
|
H A D | svcauth_des.c | 243 pkey.n_bytes = pkey_data; in __svcauth_des()
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_rx.c | 754 ixgbe_ring_rx_poll(void *arg, int n_bytes) in ixgbe_ring_rx_poll() argument 759 ASSERT(n_bytes >= 0); in ixgbe_ring_rx_poll() 761 if (n_bytes == 0) in ixgbe_ring_rx_poll() 765 mp = ixgbe_ring_rx(rx_ring, n_bytes); in ixgbe_ring_rx_poll()
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 799 ssize_t n_bytes; in send_pkt_internal() local 983 n_bytes = sendmsg(v6_sock_fd, &msg, 0); in send_pkt_internal() 985 n_bytes = sendto(lif->lif_sock_ip_fd, dpkt->pkt, in send_pkt_internal() 991 if (n_bytes != dpkt->pkt_cur_len) { in send_pkt_internal() 992 msgtype = (n_bytes == -1) ? MSG_ERR : MSG_WARNING; in send_pkt_internal()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | nfsauth.c | 68 nbuf.buf = argp->req_client.n_bytes; in nfsauth_access()
|
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_subr.c | 73 rlm_args.alock.fh.n_bytes = fh; in remote_lock()
|
/titanic_41/usr/src/lib/libbc/inc/include/rpc/ |
H A D | xdr.h | 248 char *n_bytes; member
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | xdr.c | 506 return (xdr_bytes(xdrs, &np->n_bytes, &np->n_len, MAX_NETOBJ_SZ)); in xdr_netobj()
|
H A D | xdr.h | 511 char *n_bytes; member
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | session.c | 1654 int n_bytes; in session_pty_req() local 1737 n_bytes = packet_remaining(); in session_pty_req() 1738 tty_parse_modes(s->ttyfd, &n_bytes); in session_pty_req()
|
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_crypto_openssl.c | 4432 unsigned char *n_bytes; in pkinit_find_private_key() local 4463 n_bytes = (unsigned char *) malloc((size_t) n_len); in pkinit_find_private_key() 4464 if (n_bytes == NULL) { in pkinit_find_private_key() 4468 if (BN_bn2bin(priv->pkey.rsa->n, n_bytes) == 0) { in pkinit_find_private_key() 4469 free (n_bytes); in pkinit_find_private_key() 4476 attrs[nattrs].pValue = n_bytes; in pkinit_find_private_key() 4481 free (n_bytes); in pkinit_find_private_key()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 368 varg.arg_u.arg.areq.req_client.n_bytes = addr->buf; in nfsauth_retrieve()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge.c | 3063 ql_ring_rx_poll(void *arg, int n_bytes) in ql_ring_rx_poll() argument 3070 ASSERT(n_bytes >= 0); in ql_ring_rx_poll() 3072 __func__, rx_ring->cq_id, n_bytes)); in ql_ring_rx_poll() 3076 if (n_bytes == 0) in ql_ring_rx_poll() 3079 mp = ql_ring_rx(rx_ring, n_bytes); in ql_ring_rx_poll()
|