Searched refs:ctmp (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_subr.c | 3398 pmcs_phy_t *ctmp, *clist = NULL, *cnext; in pmcs_configure_expander() local 3443 ctmp = pptr->parent->children; in pmcs_configure_expander() 3445 ctmp = pwp->root_phys; in pmcs_configure_expander() 3449 while (ctmp) { in pmcs_configure_expander() 3457 if (ctmp == pptr) { in pmcs_configure_expander() 3469 mutex_enter(&ctmp->phy_lock); in pmcs_configure_expander() 3472 if (ctmp->dtype == EXPANDER && ctmp->width && in pmcs_configure_expander() 3473 memcmp(ctmp->sas_address, pptr->sas_address, 8) == 0) { in pmcs_configure_expander() 3480 if (memcmp(ctmp->parent->sas_address, in pmcs_configure_expander() 3488 ctmp->width++; in pmcs_configure_expander() [all …]
|
/titanic_41/usr/src/uts/sun4u/pcbe/ |
H A D | opl_pcbe.c | 816 opl_pcbe_config_t *ctmp; in opl_pcbe_sample() local 824 firstconfig = ctmp = kcpc_next_config(token, NULL, &dtmp); in opl_pcbe_sample() 826 while (ctmp != NULL) { in opl_pcbe_sample() 827 ASSERT(ctmp->opl_picno < CPC_SPARC64_VI_NPIC); in opl_pcbe_sample() 828 ASSERT(firstconfig->opl_flags == ctmp->opl_flags); in opl_pcbe_sample() 829 pic[ctmp->opl_picno] = ctmp; in opl_pcbe_sample() 830 pic_data[ctmp->opl_picno] = dtmp; in opl_pcbe_sample() 831 bitmap |= (uint8_t)(1 << ctmp->opl_picno); in opl_pcbe_sample() 832 ctmp = kcpc_next_config(token, ctmp, &dtmp); in opl_pcbe_sample()
|
H A D | us234_pcbe.c | 905 us_pcbe_config_t *ctmp; in us_pcbe_sample() local 919 ctmp = pic0; in us_pcbe_sample() 921 pic1 = ctmp; in us_pcbe_sample()
|
/titanic_41/usr/src/cmd/acct/ |
H A D | acctcon2.c | 42 struct ctmp cb;
|
H A D | acctcon1.c | 56 struct ctmp cb; /* record structure written out of */ 99 static void prctmp(struct ctmp *); 470 prctmp(struct ctmp *t) in prctmp()
|
H A D | acctcon.c | 56 struct ctmp cb; /* record structure written out of */ 106 static void enter(struct ctmp *); 466 enter(struct ctmp *c) in enter()
|
H A D | acctdef.h | 145 struct ctmp { struct
|
H A D | acctprc1.c | 51 struct ctmp cb;
|
/titanic_41/usr/src/uts/sun4v/pcbe/ |
H A D | niagara_pcbe.c | 484 ni_pcbe_config_t *ctmp; in ni_pcbe_sample() local 499 ctmp = pic0; in ni_pcbe_sample() 501 pic1 = ctmp; in ni_pcbe_sample()
|
H A D | niagara2_pcbe.c | 752 ni2_pcbe_config_t *ctmp; in ni2_pcbe_sample() local 767 ctmp = pic0; in ni2_pcbe_sample() 769 pic1 = ctmp; in ni2_pcbe_sample()
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | rq.c | 342 uint8_t ctmp; in smb_rq_internal() local 425 md_get_uint8(mbp, &ctmp); /* SMB cmd */ in smb_rq_internal()
|
/titanic_41/usr/src/cmd/idmap/idmapd/ |
H A D | directory_provider_ad.c | 440 const char *ctmp = tmp; in directory_provider_ad_cb1() local 441 de = str_list_dav(val, &ctmp, 1); in directory_provider_ad_cb1()
|