Searched refs:csw (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/tmux/ |
| D | control.c | 207 struct control_sub_window *csw, *csw1; in control_free_sub() local 213 RB_FOREACH_SAFE(csw, control_sub_windows, &csub->windows, csw1) { in control_free_sub() 214 RB_REMOVE(control_sub_windows, &csub->windows, csw); in control_free_sub() 215 free(csw); in control_free_sub() 966 struct control_sub_window *csw, find; in control_check_subs_window() local 983 csw = RB_FIND(control_sub_windows, &csub->windows, &find); in control_check_subs_window() 984 if (csw == NULL) { in control_check_subs_window() 985 csw = xcalloc(1, sizeof *csw); in control_check_subs_window() 986 csw->window = w->id; in control_check_subs_window() 987 csw->idx = wl->idx; in control_check_subs_window() [all …]
|
| /openbsd/src/sys/dev/usb/ |
| D | umass.c | 237 struct umass_bbb_csw *csw); 1154 &sc->csw, UMASS_BBB_CSW_SIZE, 0, next_xfer)) { in umass_bbb_state() 1183 DIF(UDMASS_BBB, umass_bbb_dump_csw(sc, &sc->csw)); in umass_bbb_state() 1187 UGETDW(sc->csw.dCSWSignature) == CSWSIGNATURE_OLYMPUS_C1) in umass_bbb_state() 1188 USETDW(sc->csw.dCSWSignature, CSWSIGNATURE); in umass_bbb_state() 1192 USETDW(sc->csw.dCSWTag, UGETDW(sc->cbw.dCBWTag)); in umass_bbb_state() 1195 if (UGETDW(sc->csw.dCSWSignature) != CSWSIGNATURE) { in umass_bbb_state() 1201 UGETDW(sc->csw.dCSWSignature), in umass_bbb_state() 1206 } else if (UGETDW(sc->csw.dCSWTag) in umass_bbb_state() 1210 UGETDW(sc->csw.dCSWTag), in umass_bbb_state() [all …]
|
| D | umassvar.h | 185 struct umass_bbb_csw csw; /* command status wrapper*/ member
|
| /openbsd/src/usr.bin/dig/lib/dns/ |
| D | gen.c | 128 const char *tsw, const char *csw, const char *res) in doswitch() argument 158 tt->type, csw); in doswitch()
|