Searched refs:sstat (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/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 …]
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | status.c | 127 char *sstat; in status_fileproc() local 152 sstat = "Classify Error"; in status_fileproc() 156 sstat = "Unknown"; in status_fileproc() 159 sstat = "Needs Checkout"; in status_fileproc() 162 sstat = "Needs Patch"; in status_fileproc() 174 sstat = "Unresolved Conflict"; in status_fileproc() 177 sstat = "Locally Added"; in status_fileproc() 180 sstat = "Locally Removed"; in status_fileproc() 184 sstat = "File had conflicts on merge"; in status_fileproc() 190 sstat = "Locally Modified"; in status_fileproc() [all …]
|
| H A D | ChangeLog-96 | 890 * status.c (status_fileproc): Instead of a default case, set sstat
|
| /netbsd-src/sys/dev/ic/ |
| H A D | tcic2.c | 514 h->sstat = reg = tcic_read_1(h, TCIC_R_SSTAT) & TCIC_SSTAT_STAT_MASK; in tcic_init_socket() 574 int sstat, delta; in tcic_intr_socket() local 577 sstat = tcic_read_aux_1(h->sc->iot, h->sc->ioh, in tcic_intr_socket() 579 delta = h->sstat ^ sstat; in tcic_intr_socket() 580 h->sstat = sstat; in tcic_intr_socket() 594 if (sstat & TCIC_SSTAT_CD) { in tcic_intr_socket()
|
| H A D | siop_common.c | 726 int offset, dbc, sstat; in siop_ma() local 768 sstat = bus_space_read_1(sc->sc_rt, sc->sc_rh, SIOP_SSTAT0); in siop_ma() 769 if (sstat & SSTAT0_OLF) in siop_ma() 771 if ((sstat & SSTAT0_ORF) && (sc->features & SF_CHIP_DFBC) == 0) in siop_ma() 774 sstat = bus_space_read_1(sc->sc_rt, sc->sc_rh, in siop_ma() 776 if (sstat & SSTAT2_OLF1) in siop_ma() 778 if ((sstat & SSTAT2_ORF1) && in siop_ma()
|
| H A D | mb89352.c | 1561 uint8_t intstat, sstat; in spc_datain_pio() local 1584 sstat = bus_space_read_1(iot, ioh, SSTS); in spc_datain_pio() 1585 if ((sstat & SSTS_DREG_FULL) != 0) { in spc_datain_pio() 1590 } else if ((sstat & SSTS_DREG_EMPTY) == 0) { in spc_datain_pio() 1610 sstat = bus_space_read_1(iot, ioh, SSTS); in spc_datain_pio() 1611 if ((sstat & SSTS_DREG_EMPTY) == 0) { in spc_datain_pio()
|
| H A D | tcic2var.h | 59 int sstat; /* last value of R_SSTAT */ member
|
| H A D | mvsata.c | 597 uint32_t sstat, sig; in mvsata_probe_drive() local 601 sstat = sata_reset_interface(chp, mvport->port_iot, in mvsata_probe_drive() 603 switch (sstat) { in mvsata_probe_drive() 655 uint32_t sstat, ctrl; in mvsata_reset_channel() local 663 sstat = sata_reset_interface(chp, mvport->port_iot, in mvsata_reset_channel() 666 if (flags & AT_WAIT && sstat == SStatus_DET_DEV_NE && in mvsata_reset_channel()
|
| /netbsd-src/sys/netinet/ |
| H A D | sctp_usrreq.c | 2102 struct sctp_status *sstat; in sctp_optsget() local 2113 sstat = sopt->sopt_data; in sctp_optsget() 2123 stcb = sctp_findassociation_ep_asocid(inp, sstat->sstat_assoc_id); in sctp_optsget() 2135 sstat->sstat_state = stcb->asoc.state; in sctp_optsget() 2136 sstat->sstat_rwnd = stcb->asoc.peers_rwnd; in sctp_optsget() 2137 sstat->sstat_unackdata = stcb->asoc.sent_queue_cnt; in sctp_optsget() 2142 sstat->sstat_penddata = (stcb->asoc.cnt_on_delivery_queue + in sctp_optsget() 2147 sstat->sstat_instrms = stcb->asoc.streamincnt; in sctp_optsget() 2148 sstat->sstat_outstrms = stcb->asoc.streamoutcnt; in sctp_optsget() 2149 sstat in sctp_optsget() [all...] |
| /netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| H A D | clvmd.c | 839 int sstat; in wait_for_child() local 846 sstat = select(c_pipe+1, &fds, NULL, NULL, timeout? &tv: NULL); in wait_for_child() 847 if (sstat == 0) { in wait_for_child() 851 if (sstat == 1) { in wait_for_child()
|