Searched defs:n_bytes (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dxdr.h248 char *n_bytes; member in struct:netobj
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c754 ixgbe_ring_rx_poll(void *arg, int n_bytes) argument
759 ASSERT(n_bytes >= 0);
761 if (n_bytes == 0)
765 mp = ixgbe_ring_rx(rx_ring, n_bytes);
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c261 unsigned long n_bytes, ndr_ref_t *ref)
268 ndo_printf(nds, ref, "pad %d@%-3d", n_bytes, pdu_offset);
270 bzero(data, n_bytes);
284 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref)
292 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ);
295 n_bytes, pdu_offset, hexbuf);
298 bcopy(data, buf, n_bytes);
300 nds_bswap(data, (unsigned char *)buf, n_bytes);
314 unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref)
322 ndo_hexfmt((uint8_t *)buf, n_bytes,
260 ndo_pad_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, ndr_ref_t *ref) argument
283 ndo_get_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument
313 ndo_put_pdu(ndr_stream_t *nds, unsigned long pdu_offset, unsigned long n_bytes, char *buf, int swap_bytes, ndr_ref_t *ref) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c799 ssize_t n_bytes; local
983 n_bytes = sendmsg(v6_sock_fd, &msg, 0);
985 n_bytes = sendto(lif->lif_sock_ip_fd, dpkt->pkt,
991 if (n_bytes != dpkt->pkt_cur_len) {
992 msgtype = (n_bytes == -1) ? MSG_ERR : MSG_WARNING;
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr.h515 char *n_bytes; member in struct:netobj
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c3060 * Poll n_bytes of chained incoming packets
3063 ql_ring_rx_poll(void *arg, int n_bytes) argument
3070 ASSERT(n_bytes >= 0);
3072 __func__, rx_ring->cq_id, n_bytes));
3076 if (n_bytes == 0)
3079 mp = ql_ring_rx(rx_ring, n_bytes);
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c4432 unsigned char *n_bytes; local
4463 n_bytes = (unsigned char *) malloc((size_t) n_len);
4464 if (n_bytes == NULL) {
4468 if (BN_bn2bin(priv->pkey.rsa->n, n_bytes) == 0) {
4469 free (n_bytes);
4476 attrs[nattrs].pValue = n_bytes;
4481 free (n_bytes);

Completed in 111 milliseconds