| /onnv/onnv-gate/usr/src/cmd/nscd/ |
| nscd_selfcred.h | 43 int slot; member in struct:nscd_imhere 50 int slot; member in struct:nscd_fork
|
| /onnv/onnv-gate/usr/src/uts/intel/io/intel_nhm/ |
| nhm_pci_cfg.c | 94 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];
|
| /onnv/onnv-gate/usr/src/uts/common/io/sdcard/impl/ |
| sda_host.c | 129 /* initialize each slot */ 131 sda_slot_t *slot = &h->h_slots[i]; local 133 slot->s_hostp = h; 134 slot->s_slot_num = i; 135 slot->s_ops = *ops; 137 sda_slot_init(slot);
|
| /onnv/onnv-gate/usr/src/uts/i86pc/os/ |
| pci_bios.c | 65 * used to derive slot names for some named pci hot-plug slots. 169 * to build the 1275 slot-names property for the indicated bus. 177 uchar_t slot[N_PCI_IRQ_ROUTES_MAX+1]; local 188 slot[i] = 0xff; 194 slot[dev] = pci_irq_routes[i].pir_slot; 208 if (slot[i] == 0xff) 210 (void) sprintf(buf + plen, "Slot%d", slot[i]);
|
| /onnv/onnv-gate/usr/src/lib/libnsctl/common/ |
| machdep.c | 249 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 < nodecnt; slot++) [all...] |
| /onnv/onnv-gate/usr/src/lib/libnsl/nis/gen/ |
| nis_hash.c | 344 int slot; local 349 for (slot = 0; 350 slot < sizeof (table->keys) / sizeof (table->keys[0]); 351 slot++) { 354 for (it = table->keys[slot]; it != 0; it = it->next) {
|
| /onnv/onnv-gate/usr/src/lib/libtnf/ |
| struct.c | 35 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) 105 if (slot == NULL) { 109 } else if (INFO_TAGGED(slot->slot_type)) { 116 (DATUM_VAL(datum) + slot->slot_offset)) 149 struct slot *slot; local 172 struct slot *slot; local 194 struct slot *slot; local 212 struct slot *slot; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/bge/ |
| bge_recv2.c | 59 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); 283 uint64_t slot; local 312 slot = rrp->rx_next; 314 while ((slot != *rrp->prod_index_p) && /* Note: volatile */ 316 if ((mp = bge_receive_packet(bgep, &hw_rbd_p[slot])) != NULL) { 321 rrp->rx_next = slot = NEXT(slot, rrp->desc.nslots) 351 uint64_t slot; local [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/lw8/sys/ |
| sgfrutree.h | 58 int16_t slot; /* location: valid slot or -1 */ member in struct:__anon8892::class_info::location_info 64 #define location_slot cinfo.linfo.slot 81 * | o optional property slot = <instance> 84 * | | o optional property slot = <instance>
|
| /onnv/onnv-gate/usr/src/cmd/mms/mm/common/ |
| mm_mmp_cp.c | 627 int slot = 0; local 649 /* slot range */ 662 /* single slot */ 663 if (arg = mms_pn_lookup(cmd->cmd_root, "slot", 668 slot = 1; 814 } else if (slot) { 815 /* single slot */ 816 query = "scan task[\"%s\"] slot[\"%s\"];";
|
| /onnv/onnv-gate/usr/src/cmd/ndmpd/tlm/ |
| tlm_info.c | 115 * 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 data blob just create 370 tlm_slot_t *slot = ndmp_malloc(sizeof (tlm_slot_t)); local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sf880drd/ |
| sf880drd.c | 140 int slot = INDEX2SLOT(fdi); local 156 DPRINTF(("\nBUTTON EVENT slot (%s)\n", e.name)); 239 /* It's a PCI slot; left side of chassis */ 280 /* It's a PCI slot; left side of chassis */
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| nis_hashitem.c | 678 int slot; local 689 for (slot = 0; 690 slot < sizeof (table->keys) / sizeof (table->keys[0]); 691 slot++) { 694 for (it = table->keys[slot]; it != 0; it = it->next) {
|
| /onnv/onnv-gate/usr/src/lib/libprtdiag/inc/ |
| display_sun4u.h | 75 int slot; /* Slot number */ member in struct:io_card 76 char slot_str[MAXSTRLEN]; /* Slot description string */ 87 /* used to determine whether slot (int) or slot_str(char*) should be used */
|
| /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/ontario/common/ |
| erie.c | 78 int slot = NO_SLOT; local 120 slot = erie_get_slot_number(path); 121 erie_get_nac(bus_type, path, slot, name, nac, sizeof (nac)); 132 /* Print Slot # */ 133 if (slot != NO_SLOT) { 134 log_printf("%5d", slot); 385 * Thie function indicates whether a device is in a pci-e slot 386 * or if it's on the motherboard. There's only one pci-e slot 493 erie_get_nac(char bus_type[], char path[], int slot, char name[], char nac[], 503 } else if (slot != NO_SLOT) [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/io/gfx_private/ |
| gfxp_pci.c | 77 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, 173 pci_bsf->slot = slot;
|
| /onnv/onnv-gate/usr/src/uts/sun/io/ |
| dmaga.c | 363 * up in one SBus slot we have a problem. If we can't figure out the 389 uint_t slot = sparc_pd_getreg(dma, 0)->regspec_bustype; local 400 if ((slot == slot_b) && (!restrict_affinity ||
|
| /onnv/onnv-gate/usr/src/uts/sun4u/serengeti/sys/ |
| sgevents.h | 85 int slot; /* Slot number for this event */ member in struct:__anon9014
|
| /onnv/onnv-gate/usr/src/uts/common/io/igb/ |
| igb_gld.c | 635 int i, slot; local 656 slot = -1; 659 * The reserved slot for current group is used, find the free 664 slot = i; 669 slot = rx_group->index; 671 if (slot == -1) { 678 e1000_rar_set_vmdq(hw, mac_addr, slot, igb->vmdq_mode, rx_group->index); 680 bcopy(mac_addr, igb->unicst_addr[slot].mac.addr, ETHERADDRL); 681 igb->unicst_addr[slot].mac.group_index = rx_group->index; 682 igb->unicst_addr[slot].mac.set = 1 699 int slot; local [all...] |
| /onnv/onnv-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| pkcs11SlotToken.c | 45 * 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...] |
| /onnv/onnv-gate/usr/src/cmd/checknr/ |
| checknr.c | 151 static int slot; /* slot in knowncmds found by binsrch */ variable 566 /* binsrch sets slot as a side effect */ 568 printf("binsrch(%s) -> %d\n", mac, slot); 570 loc = &knowncmds[slot]; 580 knowncmds[slot-2], knowncmds[slot-1], knowncmds[slot], 581 knowncmds[slot+1], knowncmds[slot+2], ncmds) [all...] |
| /onnv/onnv-gate/usr/src/cmd/format/ |
| ix_altsctr.c | 596 uint_t slot = badsec / 8; local 602 if ((ap->ap_mapp)[slot] & mask)
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| fsys_fat.c | 307 int slot = -2; local 397 slot = id; 398 filename[slot * 13] = 0; 402 if (id != slot || slot == 0 409 slot--; 410 offset = slot * 13; 420 if (alias_checksum != -1 && slot == 0) 425 slot = -2;
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
| did.c | 109 "%p inherits %d slot label(s) from %p.\n", 152 * a slot-names property, and if it exists, ignore the slotmask value 162 * Make generic description string "SLOT <num>", allow up to 166 (void) snprintf(slotbuf, 16, "SLOT %d", *slotnum); 168 "using generic slot name\n", src); 294 * There *may* be a physical slot number property we can capture. 304 * There *may* be PCI slot info we can capture 484 slotnm_t *slot; local 489 for (slot = dp->dp_slotnames; slot != NULL; slot = slot->snm_next [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/lm/libdisk/common/ |
| lm_disk.c | 111 mms_par_node_t *slot; local 131 MMS_PN_LOOKUP(slot, cmd, kw = "slot", MMS_PN_CLAUSE, NULL); 133 MMS_PN_LOOKUP(slot_name, slot, NULL, MMS_PN_STRING, &loc); 134 MMS_PN_LOOKUP(cartridge, slot, NULL, MMS_PN_STRING, &loc); 135 MMS_PN_LOOKUP(side, slot, NULL, MMS_PN_STRING, &loc); 138 "slot %s", mms_pn_token(slot_name), mms_pn_token(cartridge), 233 mms_par_node_t *slot; local 253 MMS_PN_LOOKUP(slot, cmd, kw = "fromslot", MMS_PN_CLAUSE, NULL); 255 MMS_PN_LOOKUP(slot_name, slot, NULL, MMS_PN_STRING, &loc) [all...] |