HomeSort by: relevance | last modified time | path
    Searched refs:csw (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/tmux/dist/
control.c 206 struct control_sub_window *csw, *csw1; local
212 RB_FOREACH_SAFE(csw, control_sub_windows, &csub->windows, csw1) {
213 RB_REMOVE(control_sub_windows, &csub->windows, csw);
214 free(csw);
965 struct control_sub_window *csw, find; local
982 csw = RB_FIND(control_sub_windows, &csub->windows, &find);
983 if (csw == NULL) {
984 csw = xcalloc(1, sizeof *csw);
985 csw->window = w->id
1011 struct control_sub_window *csw, find; local
    [all...]
  /src/sys/dev/usb/
umass.c 246 "BBB CSW, 1st attempt",
247 "BBB CSW bulk-in clear stall",
248 "BBB CSW, 2nd attempt",
1187 * csw read phase.
1223 "%s: CSW struct does not have the right size (%zu vs. %u)\n",
1414 /* Reading of CSW after bulk stall condition in data phase
1416 * reading CSW (TSTATE_BBB_SCLEAR).
1439 /* After first attempt of fetching CSW */
1446 &sc->csw, UMASS_BBB_CSW_SIZE, 0, next_xfer)) {
1456 DPRINTFM(UDMASS_BBB, "sc %#jx Failed to read CSW "
    [all...]
umassvar.h 197 umass_bbb_csw_t csw; /* command status wrapper*/ member in struct:umass_softc
254 #define TSTATE_BBB_STATUS2 6 /* CSW transfer */
  /src/external/mpl/bind/dist/lib/dns/
gen.c 284 const char *tsw, const char *csw, const char *res) {
314 csw);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen.c 233 const char *tsw, const char *csw, const char *res) {
264 tt->type, csw);

Completed in 76 milliseconds