Searched refs:sstat (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/netbsd-tests/lib/librumpclient/ |
| H A D | t_exec.sh | 43 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n 45 sed -n 2p sstat.out 47 sed -n 3p sstat.out 66 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n 68 sed -n 2p sstat.out 70 sed -n 3p sstat.out 90 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n 91 atf_check -s exit:0 -o inline:'2\n' sed -n '$=' sstat.out 93 sed -n 2p sstat.out 113 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n [all …]
|
| /freebsd/sbin/nvmecontrol/ |
| H A D | logpage.c | 491 uint16_t sprog, sstat; in print_log_res_notification() 501 sstat = letoh(ss->sstat); in print_log_res_notification() 502 switch (NVMEV(NVME_SS_PAGE_SSTAT_STATUS, sstat)) { in print_log_res_notification() 519 printf("Unknown 0x%x", sstat); 522 p = NVMEV(NVME_SS_PAGE_SSTAT_PASSES, sstat); in print_log_sanitize_status() 525 if (NVMEV(NVME_SS_PAGE_SSTAT_GDE, sstat) != 0) in print_log_sanitize_status()
|
| H A D | sanitize.c | 190 switch (NVMEV(NVME_SS_PAGE_SSTAT_STATUS, ss.sstat)) { in sanitize()
|
| /freebsd/sys/netinet/ |
| H A D | sctp_usrreq.c | 2596 struct sctp_status *sstat; local 2598 SCTP_CHECK_AND_CAST(sstat, optval, struct sctp_status, *optsize); 2599 SCTP_FIND_STCB(inp, stcb, sstat->sstat_assoc_id); 2606 sstat->sstat_state = sctp_map_assoc_state(stcb->asoc.state); 2607 sstat->sstat_assoc_id = sctp_get_associd(stcb); 2608 sstat->sstat_rwnd = stcb->asoc.peers_rwnd; 2609 sstat->sstat_unackdata = stcb->asoc.sent_queue_cnt; 2614 sstat->sstat_penddata = (stcb->asoc.cnt_on_reasm_queue + 2616 sstat->sstat_instrms = stcb->asoc.streamincnt; 2617 sstat->sstat_outstrms = stcb->asoc.streamoutcnt; [all …]
|
| /freebsd/sys/dev/nvme/ |
| H A D | nvme.h | 1745 uint16_t sstat; member 2287 s->sstat = le16toh(s->sstat); in nvme_sanitize_status_page_swapbytes()
|