Home
last modified time | relevance | path

Searched refs:pcd (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c142 spcd_t *pcd; in sc_get_common_pcd() local
183 pcd = (spcd_t *)kmem_zalloc(sizeof (spcd_t), KM_SLEEP); in sc_get_common_pcd()
190 pcd->spcd_magic = PCD_MAGIC; in sc_get_common_pcd()
191 pcd->spcd_version = PCD_VERSION; in sc_get_common_pcd()
192 pcd->spcd_ptype = gdcd->dcd_prd[expander][prd_slot].prd_ptype; in sc_get_common_pcd()
193 pcd->spcd_ver_reg = gdcd->dcd_prd[expander][prd_slot].prd_ver_reg; in sc_get_common_pcd()
195 if (pcd->spcd_ptype == SAFPTYPE_CPU) { in sc_get_common_pcd()
201 pcd->spcd_afreq = gdcd->dcd_prd[expander][prd_slot]. in sc_get_common_pcd()
209 pcd->spcd_afreq = in sc_get_common_pcd()
213 pcd->spcd_cache = gdcd->dcd_prd[expander][prd_slot].prd_cache; in sc_get_common_pcd()
[all …]
H A Dgptwo_pci.c179 gptwo_configure_pci(dev_info_t *ap, spcd_t *pcd, uint_t id) in gptwo_configure_pci() argument
190 id, pcd); in gptwo_configure_pci()
199 if (pcd->spcd_iobus_rsv[i] != SPCD_RSV_PASS) { in gptwo_configure_pci()
277 probe_string = gptwo_get_probe_string(pcd, i); in gptwo_configure_pci()
333 if (pcd->spcd_afreq) { in gptwo_configure_pci()
340 freq = pcd->spcd_afreq >> 8; in gptwo_configure_pci()
342 freq = pcd->spcd_afreq & 0x00ff; in gptwo_configure_pci()
438 gptwo_get_probe_string(spcd_t *pcd, int bus_number) in gptwo_get_probe_string() argument
445 GPTWO_DEBUG2(1, CE_CONT, "gptwo_get_probe_string - %p %x\n", pcd, in gptwo_get_probe_string()
454 i, pcd->spcd_iocard_rsv[bus_number][i]); in gptwo_get_probe_string()
[all …]
/titanic_41/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c77 spcd_t *pcd; member
148 gptwocfg_configure_cpu(dev_info_t *ap, spcd_t *pcd, uint_t portid) in gptwocfg_configure_cpu() argument
158 portid, pcd); in gptwocfg_configure_cpu()
165 implementation = (pcd->spcd_ver_reg >> 32) & 0x000000000000ffff; in gptwocfg_configure_cpu()
182 if (cmp_node = gptwocfg_create_cmp_node(ap, pcd, portid)) in gptwocfg_configure_cpu()
189 if (pcd->spcd_agent[i] != SPCD_RSV_PASS) in gptwocfg_configure_cpu()
193 cmp_node : ap, pcd, portid, pcd->spcd_cpuid[i], i, in gptwocfg_configure_cpu()
210 if (pcd->spcd_prsv == SPCD_RSV_PASS && in gptwocfg_configure_cpu()
211 (mc_node[0] = gptwocfg_create_mc_node(ap, pcd, portid))) in gptwocfg_configure_cpu()
232 gptwocfg_create_cmp_node(dev_info_t *ap, spcd_t *pcd, uint_t portid) in gptwocfg_create_cmp_node() argument
[all …]
H A Dgptwocfg.c227 gptwocfg_configure(dev_info_t *ap, spcd_t *pcd, gptwo_aid_t id) in gptwocfg_configure() argument
234 ap, pcd, id); in gptwocfg_configure()
258 if (pcd == NULL) { in gptwocfg_configure()
263 if ((pcd->spcd_magic != PCD_MAGIC) || in gptwocfg_configure()
264 (pcd->spcd_version != PCD_VERSION)) { in gptwocfg_configure()
270 if (pcd->spcd_ptype >= GPTWO_NUMBER_OF_DEVICE_TYPES) { in gptwocfg_configure()
272 "gptwocfg: Invalid device type %x", pcd->spcd_ptype); in gptwocfg_configure()
276 if (pcd->spcd_prsv != SPCD_RSV_PASS) { in gptwocfg_configure()
284 ops = gptwocfg_ops_table[pcd->spcd_ptype]; in gptwocfg_configure()
288 "registered\n", pcd->spcd_ptype); in gptwocfg_configure()
[all …]
/titanic_41/usr/src/lib/libnwam/common/
H A Dlibnwam_known_wlan.c365 struct priority_collision_data *pcd = data; in avoid_priority_collisions_cb() local
372 if (strcmp(name, pcd->wlan_name) == 0) { in avoid_priority_collisions_cb()
388 if (priority < pcd->priority) in avoid_priority_collisions_cb()
391 if (priority == pcd->priority) { in avoid_priority_collisions_cb()
412 (pcd->priority)++; in avoid_priority_collisions_cb()
430 struct priority_collision_data pcd; in nwam_known_wlan_commit() local
457 err = nwam_value_get_uint64(priorityval, &(pcd.priority)); in nwam_known_wlan_commit()
461 err = nwam_known_wlan_get_name(kwh, &(pcd.wlan_name)); in nwam_known_wlan_commit()
464 err = nwam_walk_known_wlans(avoid_priority_collisions_cb, &pcd, in nwam_known_wlan_commit()
466 free(pcd.wlan_name); in nwam_known_wlan_commit()
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c588 struct cf_conn *cd, *pcd; in svc_fd_xprtcopy() local
630 pcd = (struct cf_conn *)parent->xp_p1; in svc_fd_xprtcopy()
631 cd->sendsize = pcd->sendsize; in svc_fd_xprtcopy()
632 cd->recvsize = pcd->recvsize; in svc_fd_xprtcopy()
633 cd->strm_stat = pcd->strm_stat; in svc_fd_xprtcopy()
634 cd->x_id = pcd->x_id; in svc_fd_xprtcopy()
635 cd->cf_tsdu = pcd->cf_tsdu; in svc_fd_xprtcopy()
636 cd->cf_cache = pcd->cf_cache; in svc_fd_xprtcopy()
637 cd->cf_conn_nonblock = pcd->cf_conn_nonblock; in svc_fd_xprtcopy()
638 cd->cf_conn_nonblock_timestamp = pcd->cf_conn_nonblock_timestamp; in svc_fd_xprtcopy()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dgp2cfg.h108 (dev_info_t *ap, spcd_t *pcd, gptwo_aid_t id);
/titanic_41/usr/src/lib/libnsl/des/
H A Ddes_soft.c223 const short *pcc = PC1_C, *pcd = PC1_D; in __des_setkey() local
232 bit = *pcd++; in __des_setkey()
/titanic_41/usr/src/lib/libcrypt/common/
H A Ddes_soft.c187 const short *pcc = PC1_C, *pcd = PC1_D; in des_setkey() local
196 bit = *pcd++; in des_setkey()
/titanic_41/usr/src/uts/common/des/
H A Ddes_soft.c133 short *pcc = (short *)PC1_C, *pcd = (short *)PC1_D; in des_setkey() local
142 bit = *pcd++; in des_setkey()