Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 205) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_slot.c85 sda_slot_enter(sda_slot_t *slot) in sda_slot_enter()
102 sda_slot_exit(sda_slot_t *slot) in sda_slot_exit()
116 sda_slot_owned(sda_slot_t *slot) in sda_slot_owned()
148 sda_slot_halt(sda_slot_t *slot) in sda_slot_halt()
158 sda_slot_reset(sda_slot_t *slot) in sda_slot_reset()
168 sda_slot_power_on(sda_slot_t *slot) in sda_slot_power_on()
229 sda_slot_power_off(sda_slot_t *slot) in sda_slot_power_off()
242 sda_slot_t *slot = arg; in sda_slot_insert() local
282 sda_slot_abort(sda_slot_t *slot, sda_err_t errno) in sda_slot_abort()
303 sda_slot_handle_transfer(sda_slot_t *slot, sda_err_t errno) in sda_slot_handle_transfer()
[all …]
H A Dsda_init.c61 sda_init_cmd(sda_slot_t *slot, sda_index_t cmd, uint32_t arg, in sda_init_cmd()
79 sda_init_acmd(sda_slot_t *slot, sda_index_t cmd, uint32_t arg, in sda_init_acmd()
97 sda_init_sdio(sda_slot_t *slot) in sda_init_sdio()
109 sda_init_sdmem(sda_slot_t *slot) in sda_init_sdmem()
177 sda_init_mmc(sda_slot_t *slot) in sda_init_mmc()
233 sda_init_card(sda_slot_t *slot) in sda_init_card()
377 sda_init_blocklen(sda_slot_t *slot) in sda_init_blocklen()
398 sda_init_clock(sda_slot_t *slot, uint32_t hz) in sda_init_clock()
430 sda_init_width(sda_slot_t *slot) in sda_init_width()
491 sda_init_ifcond(sda_slot_t *slot) in sda_init_ifcond()
[all …]
H A Dsda_mem.c96 sda_mem_rw(sda_slot_t *slot, bd_xfer_t *xfer, uint8_t cmd, uint16_t flags) in sda_mem_rw()
142 sda_slot_t *slot = arg; in sda_mem_bd_read() local
164 sda_slot_t *slot = arg; in sda_mem_bd_write() local
189 sda_slot_t *slot = arg; in sda_mem_bd_driveinfo() local
201 sda_slot_t *slot = arg; in sda_mem_bd_mediainfo() local
240 sda_mem_maxclk(sda_slot_t *slot) in sda_mem_maxclk()
257 sda_mem_parse_cid_csd(sda_slot_t *slot) in sda_mem_parse_cid_csd()
H A Dsda_cmd.c203 sda_cmd_submit(sda_slot_t *slot, sda_cmd_t *cmdp, void (*done)(sda_cmd_t *)) in sda_cmd_submit()
248 sda_cmd_resubmit_acmd(sda_slot_t *slot, sda_cmd_t *cmdp) in sda_cmd_resubmit_acmd()
263 sda_cmd_alloc(sda_slot_t *slot, sda_index_t index, uint32_t argument, in sda_cmd_alloc()
296 sda_cmd_alloc_acmd(sda_slot_t *slot, sda_index_t index, uint32_t argument, in sda_cmd_alloc_acmd()
336 sda_cmd_exec(sda_slot_t *slot, sda_cmd_t *cmdp, uint32_t *resp) in sda_cmd_exec()
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_slot.c32 smbios_test_slot_fill(smb_slot_t *slot) in smbios_test_slot_fill()
53 smb_slot_t slot; in smbios_test_slot_mktable() local
84 smb_slot_t slot; in smbios_test_slot_mktable_nopeers() local
130 smb_slot_t slot; in smbios_test_slot_mktable_34_peers() local
158 smbios_test_slot_common(smbios_slot_t *slot) in smbios_test_slot_common()
208 smbios_slot_t slot; in smbios_test_slot_verify() local
319 smbios_slot_t *slot) in smbios_test_slot_common_nopeers()
374 smbios_slot_t slot; in smbios_test_slot_verify_34_nopeers() local
413 smbios_slot_t slot; in smbios_test_slot_verify_34_overrun() local
459 smbios_slot_t slot; in smbios_test_slot_verify_35() local
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.h87 #define PFC_MAC_ADDRESS(slot) \ argument
89 #define PFC_MAC_ADDRESS_MASK(slot) \ argument
91 #define PFC_HASH_ADDR(slot) \ argument
94 #define PFC_L2_CONFIG(slot) \ argument
96 #define PFC_L3_CONFIG(slot) \ argument
H A Dhpi_pfc.c262 hpi_pfc_mac_addr_enable(hpi_handle_t handle, uint32_t slot) in hpi_pfc_mac_addr_enable()
285 hpi_pfc_mac_addr_disable(hpi_handle_t handle, uint32_t slot) in hpi_pfc_mac_addr_disable()
423 hpi_pfc_set_mac_address(hpi_handle_t handle, uint32_t slot, uint64_t address) in hpi_pfc_set_mac_address()
448 hpi_pfc_clear_mac_address(hpi_handle_t handle, uint32_t slot) in hpi_pfc_clear_mac_address()
469 hpi_pfc_clear_multicast_hash_table(hpi_handle_t handle, uint32_t slot) in hpi_pfc_clear_multicast_hash_table()
483 hpi_pfc_set_multicast_hash_table(hpi_handle_t handle, uint32_t slot, in hpi_pfc_set_multicast_hash_table()
499 int slot) in hpi_pfc_set_l2_class_slot()
524 hpi_pfc_set_l3_class_config(hpi_handle_t handle, tcam_class_t slot, in hpi_pfc_set_l3_class_config()
552 hpi_pfc_get_l3_class_config(hpi_handle_t handle, tcam_class_t slot, in hpi_pfc_get_l3_class_config()
930 hpi_pfc_mac_addr_get_i(hpi_handle_t handle, uint8_t *data, int slot) in hpi_pfc_mac_addr_get_i()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h110 typedef struct slot { struct
114 pthread_mutex_t slot_mutex; argument
119 } slot_t; argument
/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c796 ccid_slot_excl_maybe_signal(ccid_slot_t *slot) in ccid_slot_excl_maybe_signal()
815 ccid_slot_excl_rele(ccid_slot_t *slot) in ccid_slot_excl_rele()
889 ccid_slot_excl_req(ccid_slot_t *slot, ccid_minor_t *cmp, boolean_t nosleep) in ccid_slot_excl_req()
964 ccid_slot_pollin_signal(ccid_slot_t *slot) in ccid_slot_pollin_signal()
993 ccid_slot_pollout_signal(ccid_slot_t *slot) in ccid_slot_pollout_signal()
1013 ccid_slot_io_teardown_done(ccid_slot_t *slot) in ccid_slot_io_teardown_done()
1077 ccid_slot_t *slot; in ccid_command_complete() local
1147 ccid_slot_t *slot; in ccid_reply_bulk_cb() local
1569 ccid_command_alloc(ccid_t *ccid, ccid_slot_t *slot, boolean_t block, in ccid_command_alloc()
1879 ccid_command_get_parameters(ccid_t *ccid, ccid_slot_t *slot, in ccid_command_get_parameters()
[all …]
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_ahci.c129 int slot; member
368 ahci_write_fis_sdb(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t tfd) in ahci_write_fis_sdb()
395 ahci_write_fis_d2h(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t tfd) in ahci_write_fis_d2h()
428 ahci_write_fis_d2h_ncq(struct ahci_port *p, int slot) in ahci_write_fis_d2h_ncq()
483 int slot; in ahci_port_stop() local
661 ahci_handle_rw(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t done) in ahci_handle_rw()
747 ahci_handle_flush(struct ahci_port *p, int slot, uint8_t *cfis) in ahci_handle_flush()
781 read_prdt(struct ahci_port *p, int slot, uint8_t *cfis, void *buf, in read_prdt()
810 ahci_handle_dsm_trim(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t done) in ahci_handle_dsm_trim()
896 write_prdt(struct ahci_port *p, int slot, uint8_t *cfis, void *buf, in write_prdt()
[all …]
H A Dpci_xhci.c579 pci_xhci_get_dev_ctx(struct pci_xhci_softc *sc, uint32_t slot) in pci_xhci_get_dev_ctx()
722 pci_xhci_reset_slot(struct pci_xhci_softc *sc, int slot) in pci_xhci_reset_slot()
820 pci_xhci_cmd_enable_slot(struct pci_xhci_softc *sc, uint32_t *slot) in pci_xhci_cmd_enable_slot()
846 pci_xhci_cmd_disable_slot(struct pci_xhci_softc *sc, uint32_t slot) in pci_xhci_cmd_disable_slot()
878 pci_xhci_cmd_reset_device(struct pci_xhci_softc *sc, uint32_t slot) in pci_xhci_cmd_reset_device()
934 pci_xhci_cmd_address_device(struct pci_xhci_softc *sc, uint32_t slot, in pci_xhci_cmd_address_device()
1021 pci_xhci_cmd_config_ep(struct pci_xhci_softc *sc, uint32_t slot, in pci_xhci_cmd_config_ep()
1144 pci_xhci_cmd_reset_ep(struct pci_xhci_softc *sc, uint32_t slot, in pci_xhci_cmd_reset_ep()
1239 pci_xhci_cmd_set_tr(struct pci_xhci_softc *sc, uint32_t slot, in pci_xhci_cmd_set_tr()
1320 pci_xhci_cmd_eval_ctx(struct pci_xhci_softc *sc, uint32_t slot, in pci_xhci_cmd_eval_ctx()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdma/
H A Dibdma.c152 int slot; in _fini() local
760 uint32_t slot; in ibdma_get_ioc_profile() local
793 uint32_t slot; in ibdma_get_ioc_services() local
885 ibdma_set_ioc_state(ibdma_hca_t *hca, int slot, ibdma_ioc_state_t state) in ibdma_set_ioc_state()
914 ibdma_get_ioc_state(ibdma_hca_t *hca, int slot) in ibdma_get_ioc_state()
937 int slot; in ibdma_ioc_register() local
1038 int slot; in ibdma_ioc_unregister() local
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c85 struct slot { struct
88 int size; /* size of area at slotoffset */ argument
89 struct fbuf *fbp; /* dir buf where slot is */ argument
90 struct file_id *ep; /* pointer to slot */ argument
96 struct slot *, struct ud_inode **, uint8_t *, struct cred *); argument
339 struct slot slot; in ud_direnter() local
611 struct slot slot; in ud_dirremove() local
1874 ud_write_fid(struct ud_inode *dp, struct slot *slot, uint8_t *buf) in ud_write_fid()
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c530 int instance, id, slot, i, hm_rev; in fas_attach() local
1163 short slot; in fas_dr_detach() local
1293 int slot = i * NLUNS_PER_TARGET | j; in fas_dr_detach() local
1448 uint_t slot; in fas_check_outstanding() local
1909 int slot = 0; in fas_check_ncmds() local
2589 int slot = sp->cmd_slot; in fas_prepare_pkt() local
2757 short slot = sp->cmd_slot; in fas_accept_pkt() local
2922 short slot = sp->cmd_slot; in fas_alloc_tag() local
3038 short slot = fas->f_next_slot; in fas_ustart() local
3100 int slot = sp->cmd_slot; in fas_startcmd() local
[all …]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c130 rge_rx_refill(rge_t *rgep, uint32_t slot) in rge_rx_refill()
165 rge_receive_packet(rge_t *rgep, uint32_t slot) in rge_receive_packet()
320 uint32_t slot; in rge_receive_ring() local
387 uint32_t slot; in rge_send_claim() local
486 uint32_t slot; in rge_send_copy() local
H A Drge_main.c310 uint32_t slot; in rge_reinit_send_ring() local
343 uint32_t slot; in rge_reinit_recv_ring() local
397 uint32_t slot; in rge_fini_send_ring() local
413 uint32_t slot; in rge_fini_recv_ring() local
436 uint32_t slot; in rge_fini_buf_ring() local
471 uint32_t slot; in rge_init_send_ring() local
518 uint32_t slot; in rge_init_recv_ring() local
580 uint32_t slot; in rge_init_buf_ring() local
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.h41 int slot; member
48 int slot; member
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_recv2.c59 uint64_t slot; in bge_refill() local
287 uint64_t slot; in bge_receive_ring() local
356 uint64_t slot; in bge_poll_ring() local
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_mptsas.c38 uint32_t slot, char **sas_address) in get_sas_address()
99 uint32_t enclosure, slot; in disk_mptsas_find_disk() local
/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c148 ssize_t slot = hash % h->ht_nentries; in ht_remove_locked() local
182 ssize_t slot; in ht_iter_advance() local
213 ssize_t slot; in ht_remove_at_iter() local
/illumos-gate/usr/src/uts/common/os/
H A Dddi_ufm.c98 struct ddi_ufm_slot *slot = &img->ufmi_slots[s]; in ufm_cache_invalidate() local
211 struct ddi_ufm_slot *slot = &img->ufmi_slots[s]; in ufm_cache_fill() local
239 ddi_ufm_slot_t *slot = &img->ufmi_slots[s]; in ufm_cache_fill() local
277 ufm_read_img(ddi_ufm_handle_t *ufmh, uint_t img, uint_t slot, uint64_t len, in ufm_read_img()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc_xr.c42 unsigned int slot; in mandoc_xr_clear() local
70 unsigned int slot; in mandoc_xr_add() local
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSlotManager.c136 CK_ULONG slot; in meta_slotManager_finalize() local
212 CK_ULONG slot; in meta_slotManager_find_object_token() local
253 unsigned char *slot; in meta_slotManager_find_object_token() local
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/common/
H A Dsw_main_cmn.c122 int slot, chosen = -1; in sw_timer_install() local
167 int slot; in subtimer_find() local
186 int slot; in sw_timer_remove() local
214 int slot; in sw_timeout() local
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_srv.c762 slotid4 slot; in rfs4x_find_session() local
782 check_slot_seqid(rfs4_slot_t *slot, sequenceid4 seqid) in check_slot_seqid()
823 rfs4_slot_t *slot; in rfs4x_sequence_prep() local
867 rfs4_slot_t *slot = cs->slot; in rfs4x_sequence_done() local
911 rfs4_slot_t *slot = cs->slot; in rfs4x_op_sequence() local

123456789