Searched refs:sent (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/proc/
H A Dtst.sigwait.d34 sent = 1;
38 /pid == $1 && args[0] == SIGUSR1 && sent/
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dksocket.c241 size_t *sent, struct cred *cr)
249 if (sent != NULL)
250 *sent = 0;
256 if (sent != NULL)
257 *sent = 0;
261 if (sent != NULL)
262 *sent = (size_t)error;
268 struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr)
276 if (sent != NULL)
277 *sent
240 ksocket_send(ksocket_t ks, void *msg, size_t msglen, int flags, size_t *sent, struct cred *cr) argument
267 ksocket_sendto(ksocket_t ks, void *msg, size_t msglen, int flags, struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr) argument
294 ksocket_sendmsg(ksocket_t ks, struct nmsghdr *msg, int flags, size_t *sent, struct cred *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_net.c157 size_t sent; local
177 * This should block until we've sent it all,
184 rc = ksocket_sendmsg(s->sock, &msg, 0, &sent, CRED());
187 uio->uio_resid -= sent;
H A Dsmb_opipe.c309 size_t sent = 0; local
330 * This should block until we've sent it all,
334 rc = ksocket_sendmsg(sock, &msghdr, 0, &sent, ofile->f_cr);
337 uio->uio_resid -= sent;
511 /* Not enough data sent. */
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnetif.h36 int sent; member in struct:netif_stats
/illumos-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c186 size_t *sent, struct cred *cr)
197 if (sent != NULL)
198 *sent = 0;
226 if (sent != NULL)
227 *sent = 0;
231 if (sent != NULL)
232 *sent = msglen - auio.uio_resid;
238 struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr)
249 if (sent != NULL)
250 *sent
185 ksocket_send(ksocket_t ks, void *msg, size_t msglen, int flags, size_t *sent, struct cred *cr) argument
237 ksocket_sendto(ksocket_t ks, void *msg, size_t msglen, int flags, struct sockaddr *name, socklen_t namelen, size_t *sent, struct cred *cr) argument
290 ksocket_sendmsg(ksocket_t ks, struct nmsghdr *msg, int flags, size_t *sent, struct cred *cr) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_heartbeat.c114 * heartbeat was sent to. No byte-ordering is done, since the heartbeat
269 * sent in the data part of the heartbeat. We will extract this info
275 int64_t *sentp, sent; local
287 sizeof (sent) + sizeof (secret) + sizeof (addr))) {
304 * Pull out the time sent from the ack.
309 bcopy(sentp, &sent, sizeof (sent));
332 sctp_update_rtt(sctp, fp, now - sent);
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c33 * thread, while multicast and UDP unicast messages are sent by the
201 unsigned long long now, sent; local
251 sent = now_millis();
254 0, &timeout, sent, &now, pfd, 1);
340 unsigned long long final_to, now, sent; local
378 sent = now_millis();
382 sent, &now, &noresults, &anyresults, timeout);
921 * msg was sent successfully on at least one interface; otherwise
922 * returns SLP_NETWORK_ERROR if msg was not sent on any interfaces.
938 * cause the message to be sent o
1006 mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp, const char *scopes, char *header, void **collator, unsigned long long final_to, unsigned long long sent, unsigned long long *now, int *noresults, int *anyresults, int timeout) argument
1156 wait_for_response( unsigned long long final_to, int *timeout, unsigned long long sent, unsigned long long *now, struct pollfd pfd[], nfds_t nfds) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dnfs_cast.c124 int sent, addr_cnt, rcvd, if_cnt; local
149 addr_cnt = sent = rcvd = 0;
336 sent = 0;
359 sent++;
368 sent++;
375 if (sent == 0) { /* no packets sent ? */
381 * Have sent all the packets. Now collect the responses...
450 * see if reply transaction id matches sent id.
482 if (rcvd == sent)
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c574 int sent; local
705 sent = 0;
784 sent += len;
825 * Account the RDS header in the number of bytes we sent, but just once.
829 sent += sizeof (struct rdsv3_header);
868 ret = sent;
996 int sent; local
1037 sent = 0;
1071 sent += scat[i].swr.wr_sgl[idx].ds_len;
1080 wr->wr_opcode, sent);
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_net.c444 size_t sent = 0; local
446 (void) ksocket_sendmsg(ks, msg, flag, &sent, CRED());
447 DTRACE_PROBE1(ksocket_sendmsg, size_t, sent);
448 return (sent);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c102 static struct timeval sent; /* when query sent */ variable in typeref:struct:timeval
507 if (sent.tv_sec + wtime <= now.tv_sec)
524 if (gettimeofday(&sent, 0) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h256 struct timeval pr_tv_sent; /* Wall time probe was sent */
258 hrtime_t pr_hrtime_sent; /* hrtime probe was sent */
282 uint64_t sent; /* Number of probes sent */ member in struct:phyint_instance::stats
378 * Statistics about missed probes that were never sent.
H A Dmpd_main.c1119 uint64_t sent, acked, lost, unacked, unknown; local
1168 * that were sent.
1175 sent = pii->pii_cum_stats.sent;
1191 "Number of probes sent %lld\n"
1197 sent, acked, lost, unacked, unknown);
1965 * This gives the frequency at which probes will be sent.
1968 * 1 probe will be sent in every user_probe_interval ms,
H A Dmpd_probe.c125 * its probes, if probes are sent).
191 * portion holds the time value when the packet is sent. On echo this is
206 * rtt. To avoid this problem, PROBE_RTT probes are sent out every
223 boolean_t sent = _B_FALSE; local
295 * Use the current time as the time we sent. Not atomic, but the best
304 * lower layer. We pretend the probe was actually sent, the daemon will
310 sent = _B_TRUE;
323 if (probe_type == PROBE_UNI && sent) {
332 pii->pii_cum_stats.sent++;
448 * The icmp id should match what we sent, whic
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c836 hrtime_t sent, ackrecv; local
846 if (nvlist_lookup_hrtime(nvl, IPMP_PROBE_SENT_TIME, &sent) != 0)
852 (void) snprintf(buf, bufsize, "%.2fms", NS2FLOATMS(ackrecv - sent));
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c569 * It will return only when all the data has been sent or if an error
582 size_t sent = 0; local
594 if ((error = ksocket_sendmsg(so, &msg, 0, &sent, CRED())) == 0) {
595 /* Data sent */
596 if (sent == len) {
597 /* All data sent. Success. */
600 /* Not all data was sent. Failure */
613 * It will return only when all the data has been sent or if an error
624 size_t sent = 0; local
633 if ((error = ksocket_sendmsg(so, &msg, 0, &sent, CRE
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.h261 extern void DumpPacket(mDNS *const m, mStatus status, mDNSBool sent, char *transport,
H A DDNSCommon.c3665 mDNSexport void DumpPacket(mDNS *const m, mStatus status, mDNSBool sent, char *transport, argument
3674 if (!status) tbuffer[mDNS_snprintf(tbuffer, sizeof(tbuffer), sent ? "Sent" : "Received" )] = 0;
3675 else tbuffer[mDNS_snprintf(tbuffer, sizeof(tbuffer), "ERROR %d %sing", status, sent ? "Send" : "Receive")] = 0;
3676 if (sent) sbuffer[mDNS_snprintf(sbuffer, sizeof(sbuffer), "port " )] = 0;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3145 struct servent *sent; local
3147 sent = getservbyport(port, NULL);
3148 if (sent != NULL) {
3149 (void) fprintf(fp, "%s\n", sent->s_name);
4665 struct servent *sent; local
4671 sent = getservbyname(port_str, NULL);
4674 if (sent == NULL) {
4681 *port = sent->s_port;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c11332 * to any FC4 frame sent by the initiator. Some devices choose, however, to send
11337 * protocol to the letter a PRLI should be sent after accepting the PRLO. If
11668 int sent; local
11699 sent = (pd->pd_flags == PD_ELS_IN_PROGRESS) ? 1 : 0;
11706 sent = 1;
11723 "PWWN list. pd=%p PWWN=%s, sent=%x",
11724 pd, dww_name, sent);
11730 ", sent=%x",
11731 pd, dww_name, sent);
11734 sent
11907 int sent; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c3412 struct servent *sent; local
3416 sent = getservbyname(port_str, NULL);
3417 if (sent == NULL) {
3424 port = sent->s_port;
5386 * PF_POLICY didn't like what we sent. We
/illumos-gate/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dzambezi.esc262 event ereport.asic.zambezi.lfu.replay-lcf-sent-error@interconnect
520 ereport.asic.zambezi.lfu.replay-lcf-sent-error@interconnect;
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach_asm.s579 ! drmach_rename_done sent by the master processor upon completing
737 ! is a cross-trap to drmach_wait_done. It is sent by the master
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c5482 static int sent = 0; local
5484 if (sent)
5490 sent = 1;

Completed in 220 milliseconds

12