/third_party/FreeBSD/sys/dev/usb/serial/ |
D | usb_serial.c | 171 ucom_attach(struct ucom_super_softc *ssc, struct ucom_softc *sc, in ucom_attach() 243 ucom_detach(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach() 306 ucom_attach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_attach_tty() 334 ucom_detach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach_tty() 382 ucom_queue_command(struct ucom_softc *sc, in ucom_queue_command() 429 ucom_shutdown(struct ucom_softc *sc) in ucom_shutdown() 439 ucom_cfg_is_gone(struct ucom_softc *sc) in ucom_cfg_is_gone() 451 struct ucom_softc *sc = task->sc; in ucom_cfg_start_transfers() local 473 ucom_start_transfers(struct ucom_softc *sc) in ucom_start_transfers() 495 struct ucom_softc *sc = task->sc; in ucom_cfg_open() local [all …]
|
D | u3g.c | 671 struct u3g_softc *sc = (struct u3g_softc *)device_get_softc(dev); in u3g_attach() local 770 struct u3g_softc *sc = (struct u3g_softc *)device_get_softc(dev); in u3g_detach() local 789 u3g_free_softc(struct u3g_softc *sc) in u3g_free_softc() 806 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_start_read() local 818 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_stop_read() local 830 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_start_write() local 838 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_stop_write() local 931 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_cfg_get_status() local 940 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_cfg_set_line() local 958 struct u3g_softc *sc = (struct u3g_softc *)ucom->sc_parent; in u3g_cfg_set_dtr() local [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 75 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local 163 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local 184 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestGetSetAllowedChars() local 200 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local 226 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedLocales() local 281 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedChars() local 304 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestCheck() local 330 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local 344 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CONFUSABLE).build(); in TestGetSkeleton() local 361 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestSpoofAPI() local [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/ |
D | SpoofCheckerTest.java | 78 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestUSpoof() local 166 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestGetSetChecks1() local 187 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestGetSetAllowedChars() local 203 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestGetSetChecks() local 229 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedLocales() local 284 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CHAR_LIMIT).build(); in TestAllowedChars() local 307 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestCheck() local 333 SpoofChecker sc = new SpoofChecker.Builder().build(); in TestAreConfusable1() local 347 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.CONFUSABLE).build(); in TestGetSkeleton() local 364 SpoofChecker sc = new SpoofChecker.Builder().setChecks(SpoofChecker.ALL_CHECKS).build(); in TestSpoofAPI() local [all …]
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.c | 92 ehci_softc_t *sc; member 111 ehci_softc_t *sc = EHCI_BUS2SC(bus); in ehci_iterate_hw_softc() local 143 ehci_reset(ehci_softc_t *sc) in ehci_reset() 163 ehci_hcreset(ehci_softc_t *sc) in ehci_hcreset() 187 ehci_init_sub(struct ehci_softc *sc) in ehci_init_sub() 240 ehci_init(ehci_softc_t *sc) in ehci_init() 496 ehci_detach(ehci_softc_t *sc) in ehci_detach() 518 ehci_suspend(ehci_softc_t *sc) in ehci_suspend() 527 ehci_resume(ehci_softc_t *sc) in ehci_resume() 541 ehci_dump_regs(ehci_softc_t *sc) in ehci_dump_regs() [all …]
|
D | xhci.c | 79 struct xhci_softc *sc; member 137 xhci_dump_endpoint(struct xhci_softc *sc, struct xhci_endp_ctx *pep) in xhci_dump_endpoint() 150 xhci_dump_device(struct xhci_softc *sc, struct xhci_slot_ctx *psl) in xhci_dump_device() 173 struct xhci_softc *sc = XHCI_BUS2SC(bus); in xhci_iterate_hw_softc() local 189 xhci_ctx_set_le32(struct xhci_softc *sc, volatile uint32_t *ptr, uint32_t val) in xhci_ctx_set_le32() 202 xhci_ctx_get_le32(struct xhci_softc *sc, volatile uint32_t *ptr) in xhci_ctx_get_le32() 215 xhci_ctx_set_le64(struct xhci_softc *sc, volatile uint64_t *ptr, uint64_t val) in xhci_ctx_set_le64() 229 xhci_ctx_get_le64(struct xhci_softc *sc, volatile uint64_t *ptr) in xhci_ctx_get_le64() 243 xhci_reset_command_queue_locked(struct xhci_softc *sc) in xhci_reset_command_queue_locked() 306 xhci_start_controller(struct xhci_softc *sc) in xhci_start_controller() [all …]
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_axe.c | 220 axe_cmd(struct axe_softc *sc, int cmd, int index, int val, void *buf) in axe_cmd() 242 axe_miibus_readreg(struct axe_softc *sc, int reg) in axe_miibus_readreg() 264 axe_miibus_writereg(struct axe_softc *sc, int reg, int val) in axe_miibus_writereg() 275 axe_setmedium(struct axe_softc *sc) in axe_setmedium() 314 axe_get_phyno(struct axe_softc *sc, int sel) in axe_get_phyno() 349 axe_ax88178_init(struct axe_softc *sc) in axe_ax88178_init() 457 axe_ax88772_init(struct axe_softc *sc) in axe_ax88772_init() 498 axe_ax88772_phywake(struct axe_softc *sc) in axe_ax88772_phywake() 528 axe_ax88772b_init(struct axe_softc *sc) in axe_ax88772b_init() 582 axe_reset(struct axe_softc *sc) in axe_reset() [all …]
|
D | if_axge.c | 148 axge_write_mem(struct axge_softc *sc, uint8_t cmd, uint16_t index, in axge_write_mem() 165 axge_write_cmd_1(struct axge_softc *sc, uint8_t cmd, uint16_t reg, uint8_t val) in axge_write_cmd_1() 171 axge_write_cmd_2(struct axge_softc *sc, uint8_t cmd, uint16_t index, in axge_write_cmd_2() 182 axge_read_mem(struct axge_softc *sc, uint8_t cmd, uint16_t index, in axge_read_mem() 199 axge_read_cmd_1(struct axge_softc *sc, uint8_t cmd, uint16_t reg) in axge_read_cmd_1() 208 axge_read_cmd_2(struct axge_softc *sc, uint8_t cmd, uint16_t index, uint16_t reg) in axge_read_cmd_2() 217 axge_chip_init(struct axge_softc *sc) in axge_chip_init() 231 struct axge_softc *sc = ue->ue_sc; in axge_csum_cfg() local 246 struct axge_softc *sc = ue->ue_sc; in axge_setmulti() local 264 struct axge_softc *sc = uether_getsc(ue); in axge_setpromisc() local [all …]
|
D | if_urndis.c | 187 struct urndis_softc *sc = device_get_softc(dev); in urndis_attach() local 312 struct urndis_softc *sc = device_get_softc(dev); in urndis_detach() local 332 struct urndis_softc *sc = uether_getsc(ue); in urndis_start() local 344 struct urndis_softc *sc = uether_getsc(ue); in urndis_init() local 362 struct urndis_softc *sc = uether_getsc(ue); in urndis_stop() local 404 urndis_ctrl_msg(struct urndis_softc *sc, uint8_t rt, uint8_t r, in urndis_ctrl_msg() 421 urndis_ctrl_send(struct urndis_softc *sc, void *buf, uint16_t len) in urndis_ctrl_send() 434 urndis_ctrl_recv(struct urndis_softc *sc) in urndis_ctrl_recv() 460 urndis_ctrl_handle(struct urndis_softc *sc, struct urndis_comp_hdr *hdr, in urndis_ctrl_handle() 501 urndis_ctrl_handle_init(struct urndis_softc *sc, in urndis_ctrl_handle_init() [all …]
|
D | usb_ethernet.c | 163 struct los_eth_driver *sc; in if_alloc() local 190 if_free(struct los_eth_driver * sc) in if_free() 210 ue_recv(struct los_eth_driver *sc,struct eth_drv_sg *sg_list,int sg_len) in ue_recv() 270 ue_can_send(struct los_eth_driver *sc) in ue_can_send() 284 struct los_eth_driver *sc; in ue_attach_post_task() local 344 struct los_eth_driver *sc; in uether_ifdetach() local 403 ue_init(struct los_eth_driver *sc, in ue_init() 421 struct los_eth_driver *sc = ue->ue_drv_sc; in ue_start_task() local 450 ue_start(struct los_eth_driver *sc, in ue_start() 494 struct los_eth_driver *sc = ue->ue_drv_sc; in ue_watchdog() local [all …]
|
D | usb_eth_drv.c | 61 eth_drv_init(struct los_eth_driver *sc, unsigned char *enaddr) in eth_drv_init() 117 eth_drv_tx_done(struct eth_drv_sc *sc, unsigned int key, int status) in eth_drv_tx_done() 128 eth_drv_recv(struct los_eth_driver *sc, int total_len) in eth_drv_recv() 167 struct los_eth_driver *sc = (struct los_eth_driver *)usb_netif->state; in eth_drv_send() local
|
D | if_cdce.c | 255 cdce_ncm_init(struct cdce_softc *sc) in cdce_ncm_init() 460 struct cdce_softc *sc = (struct cdce_softc *)device_get_softc(dev); in cdce_attach() local 638 struct cdce_softc *sc = (struct cdce_softc *)device_get_softc(dev); in cdce_detach() local 652 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_start() local 689 struct cdce_softc *sc = (struct cdce_softc *)usbd_xfer_softc(xfer); in cdce_bulk_write_callback() local 774 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_init() local 804 struct cdce_softc *sc = (struct cdce_softc *)uether_getsc(ue); in cdce_stop() local 854 struct cdce_softc *sc = (struct cdce_softc *)usbd_xfer_softc(xfer); in cdce_bulk_read_callback() local 966 struct cdce_softc *sc = usbd_xfer_softc(xfer); in cdce_intr_write_callback() local 1052 struct cdce_softc *sc = device_get_softc(dev); in cdce_handle_request() local [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 39 static inline struct cso_hash *_cso_hash_for_type(struct cso_cache *sc, enum cso_cache_type type) in _cso_hash_for_type() 73 static inline void sanitize_hash(struct cso_cache *sc, in sanitize_hash() 106 cso_insert_state(struct cso_cache *sc, in cso_insert_state() 117 cso_find_state(struct cso_cache *sc, in cso_find_state() 145 struct cso_hash_iter cso_find_state_template(struct cso_cache *sc, in cso_find_state_template() 159 void cso_cache_init(struct cso_cache *sc, struct pipe_context *pipe) in cso_cache_init() 173 static void cso_delete_all(struct cso_cache *sc, enum cso_cache_type type) in cso_delete_all() 188 void cso_cache_delete(struct cso_cache *sc) in cso_cache_delete() 203 void cso_set_maximum_cache_size(struct cso_cache *sc, int number) in cso_set_maximum_cache_size() 213 void cso_cache_set_sanitize_callback(struct cso_cache *sc, in cso_cache_set_sanitize_callback() [all …]
|
/third_party/lwip/src/netif/ppp/ |
D | pppoe.c | 177 struct pppoe_softc *sc; in pppoe_create() local 210 struct pppoe_softc *sc = (struct pppoe_softc *)ctx; in pppoe_write() local 252 struct pppoe_softc *sc = (struct pppoe_softc *)ctx; in pppoe_netif_output() local 296 struct pppoe_softc *sc = (struct pppoe_softc *)ctx; in pppoe_destroy() local 321 struct pppoe_softc *sc; in pppoe_find_softc_by_session() local 336 struct pppoe_softc *sc, *t; in pppoe_find_softc_by_hunique() local 374 struct pppoe_softc *sc; in pppoe_disc_input() local 652 struct pppoe_softc *sc; in pppoe_data_input() local 718 pppoe_output(struct pppoe_softc *sc, struct pbuf *pb) in pppoe_output() 752 pppoe_send_padi(struct pppoe_softc *sc) in pppoe_send_padi() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uspoof.cpp | 233 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 252 uspoof_close(USpoofChecker *sc) { in uspoof_close() 260 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 278 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 287 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() 297 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel() 307 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() 316 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales() 326 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() 332 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | uspoof.cpp | 232 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 251 uspoof_close(USpoofChecker *sc) { in uspoof_close() 259 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 277 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 286 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() 296 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel() 306 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() 315 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales() 325 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() 331 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet() [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uspoof.cpp | 228 uspoof_clone(const USpoofChecker *sc, UErrorCode *status) { in uspoof_clone() 247 uspoof_close(USpoofChecker *sc) { in uspoof_close() 255 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) { in uspoof_setChecks() 273 uspoof_getChecks(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getChecks() 282 uspoof_setRestrictionLevel(USpoofChecker *sc, URestrictionLevel restrictionLevel) { in uspoof_setRestrictionLevel() 292 uspoof_getRestrictionLevel(const USpoofChecker *sc) { in uspoof_getRestrictionLevel() 302 uspoof_setAllowedLocales(USpoofChecker *sc, const char *localesList, UErrorCode *status) { in uspoof_setAllowedLocales() 311 uspoof_getAllowedLocales(USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedLocales() 321 uspoof_getAllowedChars(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedChars() 327 uspoof_getAllowedUnicodeSet(const USpoofChecker *sc, UErrorCode *status) { in uspoof_getAllowedUnicodeSet() [all …]
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl_variable_qualifier_test.cc | 39 auto sc = p->variable_qualifier(); in TEST_P() local 76 auto sc = p->variable_qualifier(); in TEST_F() local 85 auto sc = p->variable_qualifier(); in TEST_F() local 94 auto sc = p->variable_qualifier(); in TEST_F() local 105 auto sc = p->variable_qualifier(); in TEST_F() local 116 auto sc = p->variable_qualifier(); in TEST_F() local
|
/third_party/node/src/crypto/ |
D | crypto_context.cc | 425 SecureContext* sc; in Init() local 598 SecureContext* sc; in SetKey() local 629 SecureContext* sc; in SetSigalgs() local 647 SecureContext* sc; in SetEngineKey() local 703 SecureContext* sc; in SetCert() local 730 SecureContext* sc; in AddCACert() local 767 SecureContext* sc; in AddCRL() local 786 SecureContext* sc; in AddRootCerts() local 794 SecureContext* sc; in SetCipherSuites() local 809 SecureContext* sc; in SetCiphers() local [all …]
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 120 #define DPRINTF_UMASS(sc, m, fmt, ...) \ argument 459 struct umass_softc *sc; member 913 struct umass_softc *sc = in umass_attach() local 1108 struct umass_softc *sc = (struct umass_softc *)device_get_softc(dev); in umass_detach() local 1149 umass_init_shuttle(struct umass_softc *sc) in umass_init_shuttle() 1179 umass_transfer_start(struct umass_softc *sc, uint8_t xfer_index) in umass_transfer_start() 1193 umass_cancel_ccb(struct umass_softc *sc) in umass_cancel_ccb() 1213 struct umass_softc *sc = (struct umass_softc *)usbd_xfer_softc(xfer); in umass_tr_error() local 1228 umass_scsi_inquiry_data(struct umass_softc *sc, void *data, int len) in umass_scsi_inquiry_data() 1277 struct umass_softc *sc = (struct umass_softc *)usbd_xfer_softc(xfer); in umass_t_bbb_reset1_callback() local [all …]
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | shader_compiler_test.cc | 107 ShaderCompiler sc; in TEST_F() local 126 ShaderCompiler sc; in TEST_F() local 146 ShaderCompiler sc; in TEST_F() local 163 ShaderCompiler sc; in TEST_F() local 216 ShaderCompiler sc; in TEST_F() local 236 ShaderCompiler sc; in TEST_F() local 255 ShaderCompiler sc; in TEST_F() local 281 ShaderCompiler sc; in TEST_F() local 307 ShaderCompiler sc; in TEST_F() local 334 ShaderCompiler sc; in TEST_F() local [all …]
|
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 139 struct uhid_softc *sc = usbd_xfer_softc(xfer); in uhid_intr_write_callback() local 195 struct uhid_softc *sc = usbd_xfer_softc(xfer); in uhid_intr_read_callback() local 252 struct uhid_softc *sc = usbd_xfer_softc(xfer); in uhid_write_callback() local 313 struct uhid_softc *sc = usbd_xfer_softc(xfer); in uhid_read_callback() local 391 struct uhid_softc *sc = usb_fifo_softc(fifo); in uhid_start_read() local 403 struct uhid_softc *sc = usb_fifo_softc(fifo); in uhid_stop_read() local 412 struct uhid_softc *sc = usb_fifo_softc(fifo); in uhid_start_write() local 425 struct uhid_softc *sc = usb_fifo_softc(fifo); in uhid_stop_write() local 432 uhid_get_report(struct uhid_softc *sc, uint8_t type, in uhid_get_report() 473 uhid_set_report(struct uhid_softc *sc, uint8_t type, in uhid_set_report() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | icomparable.js | 11 var sc: StringComparable[]; variable 16 var sc; variable
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_mass_storage_ram.c | 74 struct ram_storage_sc *sc = ram_inode->i_private; in ram_read() local 98 struct ram_storage_sc *sc = ram_inode->i_private; in ram_write() local 120 struct ram_storage_sc *sc; in ram_geometry() local 156 struct ram_storage_sc *sc; in ram_mass_storage_init() local 219 struct ram_storage_sc *sc; in ram_mass_storage_deinit() local
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | storage_class.cc | 20 const char* ToString(StorageClass sc) { in ToString() 47 std::ostream& operator<<(std::ostream& out, StorageClass sc) { in operator <<()
|