Searched defs:slot (Results 1 - 25 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_selfcred.h43 int slot; member in struct:nscd_imhere
50 int slot; member in struct:nscd_fork
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_mptsas.c37 uint32_t slot, char **sas_address)
78 if (di[i].Enclosure == enclosure && di[i].Slot == slot) {
82 "with adddress %s\n", enclosure, slot, sas);
98 uint32_t enclosure, slot; local
110 TOPO_BINDING_SLOT, &slot, &err) != 0) {
118 return (get_sas_address(mod, devctl, enclosure, slot, sas_address));
36 get_sas_address(topo_mod_t *mod, char *devctl, uint32_t enclosure, uint32_t slot, char **sas_address) argument
/illumos-gate/usr/src/cmd/mandoc/
H A Dtag.c129 unsigned int slot; local
133 slot = ohash_qlookup(&tag_data, s);
134 entry = ohash_find(&tag_data, slot);
139 ohash_insert(&tag_data, slot, entry);
155 unsigned int slot; local
160 entry = ohash_first(&tag_data, &slot);
166 entry = ohash_next(&tag_data, &slot);
H A Dchars.c428 unsigned int slot; local
432 slot = ohash_qlookup(&mchars, lines[i].roffcode);
433 assert(ohash_find(&mchars, slot) == NULL);
434 ohash_insert(&mchars, slot, lines + i);
/illumos-gate/usr/src/lib/libtnf/
H A Dstruct.c35 static struct slot * get_slot_named(struct slotinfo *, char *);
36 static struct slot * get_slot_indexed(struct slotinfo *, unsigned);
37 static tnf_datum_t get_slot(tnf_datum_t, struct slot *);
76 static struct slot *
88 static struct slot *
103 get_slot(tnf_datum_t datum, struct slot *slot) argument
105 if (slot == NULL) {
109 } else if (INFO_TAGGED(slot->slot_type)) {
116 (DATUM_VAL(datum) + slot
149 struct slot *slot; local
172 struct slot *slot; local
194 struct slot *slot; local
212 struct slot *slot; local
[all...]
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_args.c187 tnf_probe_get_chars(void *slot) argument
192 ref = *((tnf_reference_t *)slot);
194 str_p = (char *)slot + TNF_REF32_VALUE(ref);
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_metaslot.c100 (void) printf(gettext("Persistent object store slot: %s\n"),
167 * We know for sure that metaslot is slot 0 in the framework,
440 * slot: if specified, indicate slot to be used as keystore.
442 * not be specified if either token or slot is specified.
448 enable_metaslot(char *token, char *slot, boolean_t use_default, argument
506 if (!use_default && !token && !slot) {
526 if (slot) {
527 (void) strlcpy((char *)puent->metaslot_ks_slot, slot,
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_host.c69 /* initialize each slot */
71 sda_slot_t *slot = &h->h_slots[i]; local
73 slot->s_hostp = h;
74 slot->s_slot_num = i;
75 slot->s_ops = *ops;
77 sda_slot_init(slot);
H A Dsda_init.c61 sda_init_cmd(sda_slot_t *slot, sda_index_t cmd, uint32_t arg, argument
67 cmdp = sda_cmd_alloc(slot, cmd, arg, rtype, NULL, KM_SLEEP);
71 errno = sda_cmd_exec(slot, cmdp, resp);
79 sda_init_acmd(sda_slot_t *slot, sda_index_t cmd, uint32_t arg, argument
85 cmdp = sda_cmd_alloc_acmd(slot, cmd, arg, rtype, NULL, KM_SLEEP);
89 errno = sda_cmd_exec(slot, cmdp, resp);
97 sda_init_sdio(sda_slot_t *slot) argument
99 slot->s_num_io = 0;
109 sda_init_sdmem(sda_slot_t *slot) argument
114 slot
177 sda_init_mmc(sda_slot_t *slot) argument
233 sda_init_card(sda_slot_t *slot) argument
377 sda_init_blocklen(sda_slot_t *slot) argument
398 sda_init_clock(sda_slot_t *slot, uint32_t hz) argument
430 sda_init_width(sda_slot_t *slot) argument
491 sda_init_ifcond(sda_slot_t *slot) argument
537 sda_init_rca(sda_slot_t *slot) argument
582 sda_init_switch(sda_slot_t *slot, uint8_t mode, uint8_t grp, uint8_t val, uint8_t *data) argument
613 sda_init_highspeed(sda_slot_t *slot) argument
[all...]
H A Dsda_mem.c96 sda_mem_rw(sda_slot_t *slot, bd_xfer_t *xfer, uint8_t cmd, uint16_t flags) argument
108 if ((blkno + nblks) > slot->s_nblks) {
112 cmdp = sda_cmd_alloc(slot, cmd, blkno << slot->s_bshift,
118 if (slot->s_hostp->h_dma != NULL) {
128 rblen = slot->s_blksz;
135 sda_cmd_submit(slot, cmdp, sda_mem_done);
142 sda_slot_t *slot = arg; local
158 return (sda_mem_rw(slot, xfer, cmd, flags));
164 sda_slot_t *slot local
189 sda_slot_t *slot = arg; local
201 sda_slot_t *slot = arg; local
240 sda_mem_maxclk(sda_slot_t *slot) argument
257 sda_mem_parse_cid_csd(sda_slot_t *slot) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfrutree.h58 int16_t slot; /* location: valid slot or -1 */ member in struct:__anon9839::class_info::location_info
64 #define location_slot cinfo.linfo.slot
81 * | o optional property slot = <instance>
84 * | | o optional property slot = <instance>
/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dnhm_pci_cfg.c94 int slot; local
98 slot = SOCKET_BUS(0) - bus;
99 ASSERT(slot >= 0 && slot < MAX_CPU_NODES);
100 hdl = dev_pci_hdl[slot][dev][func];
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_bios.c62 * used to derive slot names for some named pci hot-plug slots.
166 * to build the 1275 slot-names property for the indicated bus.
174 uchar_t slot[N_PCI_IRQ_ROUTES_MAX+1]; local
185 slot[i] = 0xff;
191 slot[dev] = pci_irq_routes[i].pir_slot;
205 if (slot[i] == 0xff)
207 (void) sprintf(buf + plen, "Slot%d", slot[i]);
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c77 uint16_t slot, uint8_t led, uint32_t *ledmode, boolean_t set)
86 lc.Slot = slot;
100 * a particular enclosure/slot pair then the driver
128 uint32_t enclosure, slot; local
169 TOPO_BINDING_SLOT, &slot, &err) != 0) {
200 if (do_led_control(mod, devctl, enclosure, slot, mptsas_led, &ledmode,
76 do_led_control(topo_mod_t *mod, char *devctl, uint16_t enclosure, uint16_t slot, uint8_t led, uint32_t *ledmode, boolean_t set) argument
/illumos-gate/usr/src/lib/libnsctl/common/
H A Dmachdep.c249 int slot; local
257 for (slot = 0; slot < nodecnt; slot++) {
258 if (strcmp(name, nodes[slot].nc_nodename) == 0) {
259 *id = nodes[slot].nc_nodeid;
263 if (slot >= nodecnt) {
285 int slot; local
295 for (slot = 0; slot < nodecn
[all...]
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h75 int slot; /* Slot number */ member in struct:io_card
87 /* used to determine whether slot (int) or slot_str(char*) should be used */
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_info.c115 * get the info about this slot
120 tlm_slot_t *slot = NULL; local
124 slot = library->tl_slot;
125 while (slot != NULL) {
126 if (slt == slot->ts_number) {
127 return (slot);
129 slot = slot->ts_next;
363 * add a new tape slot data blob to the list of slots in a library
364 * returns the new tape slot dat
370 tlm_slot_t *slot = ndmp_malloc(sizeof (tlm_slot_t)); local
[all...]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_recv2.c59 uint64_t slot; local
63 slot = brp->rf_next;
64 brp->rf_next = NEXT(slot, brp->desc.nslots);
65 bge_mbx_put(bgep, brp->chip_mbx_reg, slot);
287 uint64_t slot; local
316 slot = rrp->rx_next;
318 while ((slot != *rrp->prod_index_p) && /* Note: volatile */
320 if ((mp = bge_receive_packet(bgep, &hw_rbd_p[slot], rrp))
326 rrp->rx_next = slot = NEXT(slot, rr
356 uint64_t slot; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_pci.c77 uint8_t slot; member in struct:gfxp_pci_bsf
140 if ((bus == pci_bsf->bus) && (dev == pci_bsf->slot) &&
155 gfxp_pci_init_handle(uint8_t bus, uint8_t slot, uint8_t function, argument
173 pci_bsf->slot = slot;
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgevents.h85 int slot; /* Slot number for this event */ member in struct:__anon9961
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c37 * quickly. Each element also contains the mechanism data for each slot.
80 * by the slot manager.
100 * Called from C_Finalize. Deallocates any storage held by the slot manager.
139 * Update slot info. Ignore any errors.
154 * because some mechs may not currently be supported on any slot.
285 CK_ULONG slot, num_slots; local
308 for (slot = 0; slot < num_slots; slot++) {
309 if (force_refresh || !mechlist[index].slots[slot]
[all...]
H A DmetaSlotManager.c41 * keep for each slot. This number should probably be adjusted
68 * by the slot manager.
93 * be 1 other slot besides metaslot.
107 * Store the slot IDs. Adjust for the fact that the first slot is
134 * Called from C_Finalize. Deallocates any storage held by the slot manager.
138 CK_ULONG slot; local
150 for (slot = 0; slot < num_slots; slot
214 CK_ULONG slot; local
255 unsigned char *slot; local
[all...]
H A Dpkcs11SlotToken.c45 * If metaslot is enabled, the slot that provides keystore support
47 * we can't go through fastpath because the slot needs to be
60 CK_SLOT_ID slot_id; /* slot ID for returning to the application */
86 * If metaslot is enabled, the slot providing keystore support for
88 * assign "i" as the slot id to be returned to the application.
90 * next slot id to be assigned.
209 * need to start threads to wait for slot events for each provider
319 * Release the hold on the slot's mutex while we
333 /* See if we've found a slot with an event */
336 * Try to map the returned slotid to a slot
976 CK_SLOT_ID slot; local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h106 typedef struct slot { struct
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c78 * Depending on device type, BDF comes from either slot (type-9) or
85 smbios_slot_t slot; local
86 (void) smbios_info_slot(shp, dev_id, &slot);
87 bus = slot.smbl_bus;
88 dev_funct = slot.smbl_df;
100 devt == SMB_TYPE_SLOT ? "slot" : "ob dev", bus, dev_funct);

Completed in 116 milliseconds

12345678