Home
last modified time | relevance | path

Searched refs:sc_flags (Results 1 – 15 of 15) sorted by relevance

/third_party/rust/crates/clap/clap_complete/src/generator/
Dutils.rs223 let sc_flags = flags(find_subcommand_with_path(&cmd, vec!["test"])); in test_flags() localVariable
225 assert_eq!(sc_flags.len(), 2); in test_flags()
226 assert_eq!(sc_flags[0].get_long(), Some("file")); in test_flags()
227 assert_eq!(sc_flags[1].get_long(), Some("help")); in test_flags()
238 let sc_flags = flags(find_subcommand_with_path(&cmd, vec!["test"])); in test_flag_subcommand() localVariable
240 assert_eq!(sc_flags.len(), 2); in test_flag_subcommand()
241 assert_eq!(sc_flags[0].get_long(), Some("file")); in test_flag_subcommand()
242 assert_eq!(sc_flags[1].get_long(), Some("help")); in test_flag_subcommand()
/third_party/FreeBSD/sys/dev/usb/net/
Dif_axe.c574 sc->sc_flags &= ~AXE_FLAG_LINK; in axe_ax88772b_init()
596 if (sc->sc_flags & AXE_FLAG_178) in axe_reset()
598 else if (sc->sc_flags & AXE_FLAG_772) in axe_reset()
600 else if (sc->sc_flags & AXE_FLAG_772A) in axe_reset()
602 else if (sc->sc_flags & AXE_FLAG_772B) in axe_reset()
629 if (sc->sc_flags & (AXE_FLAG_772A | AXE_FLAG_772B)) { in axe_attach_post()
663 if (sc->sc_flags & AXE_FLAG_772A) { in axe_miibus_statchg()
666 else if (sc->sc_flags & AXE_FLAG_772B) { in axe_miibus_statchg()
676 if (sc->sc_flags & AXE_FLAG_772A) in axe_miibus_statchg()
678 else if (sc->sc_flags & AXE_FLAG_772B) in axe_miibus_statchg()
[all …]
Dif_axereg.h358 unsigned int sc_flags; member
377 ((sc)->sc_flags & (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B | \
381 ((sc)->sc_flags & (AXE_FLAG_772 | AXE_FLAG_772A | AXE_FLAG_772B))
Dif_cdcereg.h103 int sc_flags; member
Dif_axgereg.h171 int sc_flags; member
Dif_cdce.c476 sc->sc_flags = USB_GET_DRIVER_INFO(uaa); in cdce_attach()
488 (sc->sc_flags & CDCE_FLAG_NO_UNION)) { in cdce_attach()
717 if (sc->sc_flags & CDCE_FLAG_ZAURUS) { in cdce_bulk_write_callback()
875 if ((sc->sc_flags & CDCE_FLAG_ZAURUS) && len >= 14) in cdce_bulk_read_callback()
Dif_axge.c354 sc->sc_flags = USB_GET_DRIVER_INFO(uaa); in axge_attach()
720 sc->sc_flags &= ~AXE_FLAG_LINK; in axge_stop()
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c94 uint8_t sc_flags; member
393 if (sc->sc_flags & UHID_FLAG_IMMED) { in uhid_start_read()
414 if ((sc->sc_flags & UHID_FLAG_IMMED) || in uhid_start_write()
522 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_open()
597 sc->sc_flags |= UHID_FLAG_IMMED; in uhid_ioctl()
601 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_ioctl()
766 sc->sc_flags |= UHID_FLAG_STATIC_DESC; in uhid_attach()
786 sc->sc_flags |= UHID_FLAG_STATIC_DESC; in uhid_attach()
806 sc->sc_flags |= UHID_FLAG_STATIC_DESC; in uhid_attach()
882 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_attach()
[all …]
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h343 uint16_t sc_flags; /* chip specific flags */ member
399 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe32(v) : htole32(v); in htohc32()
405 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? htobe16(v) : htole16(v); in htohc16()
411 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be32toh(v) : le32toh(v); in hc32toh()
417 return sc->sc_flags & EHCI_SCFLG_BIGEDESC ? be16toh(v) : le16toh(v); in hc16toh()
Dehci_pci.c123 sc->sc_flags |= EHCI_SCFLG_DONTRESET; in ehci_pci_attach()
Dehci.c263 sc->sc_flags |= EHCI_SCFLG_IAADBUG; in ehci_init()
265 sc->sc_flags |= EHCI_SCFLG_LOSTINTRBUG; in ehci_init()
280 if (!(sc->sc_flags & EHCI_SCFLG_DONTRESET)) { in ehci_init()
1447 if (sc->sc_flags & EHCI_SCFLG_LOSTINTRBUG) { in ehci_interrupt()
2209 if (sc->sc_flags & EHCI_SCFLG_IAADBUG) in ehci_device_bulk_start()
3278 if (sc->sc_flags & EHCI_SCFLG_TT) {
3340 (sc->sc_flags & EHCI_SCFLG_TT) == 0) {
3355 if (!(sc->sc_flags & EHCI_SCFLG_NORESTERM))
3371 (sc->sc_flags & EHCI_SCFLG_TT) == 0) {
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
Dalign.rs22 pub sc_flags: ::c_ulong,
/third_party/libunwind/libunwind/src/hppa/
DGresume.c71 my_rt_sigreturn (sc, (sc->sc_flags & PARISC_SC_FLAG_IN_SYSCALL) != 0); in hppa_local_resume()
/third_party/libunwind/libunwind/src/ia64/
DGresume.c116 sc->sc_flags &= ~IA64_SC_FLAG_IN_SYSCALL; in local_resume()
/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.c85 uint8_t sc_flags; member
1161 sc->sc_flags |= UHUB_FLAG_DID_EXPLORE; in uhub_explore()