Searched defs:ctmp (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drq.c342 uint8_t ctmp; local
425 md_get_uint8(mbp, &ctmp); /* SMB cmd */
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_ad.c442 const char *ctmp = tmp; local
443 de = str_list_dav(val, &ctmp, 1);
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h145 struct ctmp { struct
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c484 ni_pcbe_config_t *ctmp; local
499 ctmp = pic0;
501 pic1 = ctmp;
H A Dniagara2_pcbe.c752 ni2_pcbe_config_t *ctmp; local
767 ctmp = pic0;
769 pic1 = ctmp;
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dopl_pcbe.c816 opl_pcbe_config_t *ctmp; local
824 firstconfig = ctmp = kcpc_next_config(token, NULL, &dtmp);
826 while (ctmp != NULL) {
827 ASSERT(ctmp->opl_picno < CPC_SPARC64_VI_NPIC);
828 ASSERT(firstconfig->opl_flags == ctmp->opl_flags);
829 pic[ctmp->opl_picno] = ctmp;
830 pic_data[ctmp->opl_picno] = dtmp;
831 bitmap |= (uint8_t)(1 << ctmp->opl_picno);
832 ctmp
[all...]
H A Dus234_pcbe.c905 us_pcbe_config_t *ctmp; local
919 ctmp = pic0;
921 pic1 = ctmp;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c3398 pmcs_phy_t *ctmp, *clist = NULL, *cnext; local
3443 ctmp = pptr->parent->children;
3445 ctmp = pwp->root_phys;
3449 while (ctmp) {
3457 if (ctmp == pptr) {
3462 * If pptr and ctmp are root PHYs, just grab the mutex on
3463 * ctmp. No need to lock the entire tree. If they are not
3469 mutex_enter(&ctmp->phy_lock);
3472 if (ctmp->dtype == EXPANDER && ctmp
3688 pmcs_phy_t *ctmp, *local, *local_list = NULL, *local_tail = NULL; local
4052 pmcs_phy_t *ctmp; local
4663 pmcs_phy_t *ctmp; local
7813 pmcs_phy_t *ctmp; local
[all...]

Completed in 444 milliseconds