Searched defs:pcd (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/des/
H A Ddes_soft.c133 short *pcc = (short *)PC1_C, *pcd = (short *)PC1_D; local
142 bit = *pcd++;
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_soft.c187 const short *pcc = PC1_C, *pcd = PC1_D; local
196 bit = *pcd++;
/illumos-gate/usr/src/lib/libnsl/des/
H A Ddes_soft.c223 const short *pcc = PC1_C, *pcd = PC1_D; local
232 bit = *pcd++;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dgptwo_pci.c179 gptwo_configure_pci(dev_info_t *ap, spcd_t *pcd, uint_t id) argument
189 GPTWO_DEBUG2(1, CE_CONT, "gptwo_configure_pci: id=%x pcd=%lx\n",
190 id, pcd);
199 if (pcd->spcd_iobus_rsv[i] != SPCD_RSV_PASS) {
277 probe_string = gptwo_get_probe_string(pcd, i);
333 if (pcd->spcd_afreq) {
340 freq = pcd->spcd_afreq >> 8;
342 freq = pcd->spcd_afreq & 0x00ff;
438 gptwo_get_probe_string(spcd_t *pcd, int bus_number) argument
445 GPTWO_DEBUG2(1, CE_CONT, "gptwo_get_probe_string - %p %x\n", pcd,
[all...]
H A Dsc_gptwocfg.c142 spcd_t *pcd; local
183 pcd = (spcd_t *)kmem_zalloc(sizeof (spcd_t), KM_SLEEP);
190 pcd->spcd_magic = PCD_MAGIC;
191 pcd->spcd_version = PCD_VERSION;
192 pcd->spcd_ptype = gdcd->dcd_prd[expander][prd_slot].prd_ptype;
193 pcd->spcd_ver_reg = gdcd->dcd_prd[expander][prd_slot].prd_ver_reg;
195 if (pcd->spcd_ptype == SAFPTYPE_CPU) {
201 pcd->spcd_afreq = gdcd->dcd_prd[expander][prd_slot].
209 pcd->spcd_afreq =
213 pcd
441 sc_free_common_pcd(spcd_t *pcd) argument
490 spcd_t *pcd; local
1139 sc_get_agent_id(spcd_t *pcd, uint_t expander, uint_t slot, uint_t prd_slot) argument
1215 dump_pcd(spcd_t *pcd) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c77 spcd_t *pcd; member in struct:bca
148 gptwocfg_configure_cpu(dev_info_t *ap, spcd_t *pcd, uint_t portid) argument
157 GPTWO_DEBUG2(1, CE_CONT, "gptwocfg_configure_cpu: portid=%x pcd=%lx\n",
158 portid, pcd);
165 implementation = (pcd->spcd_ver_reg >> 32) & 0x000000000000ffff;
182 if (cmp_node = gptwocfg_create_cmp_node(ap, pcd, portid))
189 if (pcd->spcd_agent[i] != SPCD_RSV_PASS)
193 cmp_node : ap, pcd, portid, pcd->spcd_cpuid[i], i,
210 if (pcd
232 gptwocfg_create_cmp_node(dev_info_t *ap, spcd_t *pcd, uint_t portid) argument
260 spcd_t *pcd; local
300 gptwocfg_create_cpu_node(dev_info_t *ap, spcd_t *pcd, uint_t portid, uint_t cpuid, uint_t coreid, uint_t impl) argument
369 spcd_t *pcd; local
468 spcd_t *pcd; local
654 spcd_t *pcd; local
877 gptwocfg_create_mc_node(dev_info_t *ap, spcd_t *pcd, uint_t portid) argument
905 spcd_t *pcd = bcp->pcd; local
[all...]
H A Dgptwocfg.c227 gptwocfg_configure(dev_info_t *ap, spcd_t *pcd, gptwo_aid_t id) argument
233 GPTWO_DEBUG3(1, CE_CONT, "gptwocfg_configure: ap=0x%p pcd=%p id=%x\n",
234 ap, pcd, id);
258 if (pcd == NULL) {
259 GPTWO_DEBUG0(1, CE_CONT, "gptwocfg_configure: pcd=NULL\n");
263 if ((pcd->spcd_magic != PCD_MAGIC) ||
264 (pcd->spcd_version != PCD_VERSION)) {
270 if (pcd->spcd_ptype >= GPTWO_NUMBER_OF_DEVICE_TYPES) {
272 "gptwocfg: Invalid device type %x", pcd->spcd_ptype);
276 if (pcd
[all...]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c365 struct priority_collision_data *pcd = data; local
372 if (strcmp(name, pcd->wlan_name) == 0) {
388 if (priority < pcd->priority)
391 if (priority == pcd->priority) {
412 (pcd->priority)++;
430 struct priority_collision_data pcd; local
457 err = nwam_value_get_uint64(priorityval, &(pcd.priority));
461 err = nwam_known_wlan_get_name(kwh, &(pcd.wlan_name));
464 err = nwam_walk_known_wlans(avoid_priority_collisions_cb, &pcd,
466 free(pcd
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c588 struct cf_conn *cd, *pcd; local
630 pcd = (struct cf_conn *)parent->xp_p1;
631 cd->sendsize = pcd->sendsize;
632 cd->recvsize = pcd->recvsize;
633 cd->strm_stat = pcd->strm_stat;
634 cd->x_id = pcd->x_id;
635 cd->cf_tsdu = pcd->cf_tsdu;
636 cd->cf_cache = pcd->cf_cache;
637 cd->cf_conn_nonblock = pcd->cf_conn_nonblock;
638 cd->cf_conn_nonblock_timestamp = pcd
[all...]

Completed in 73 milliseconds