Searched refs:ctmp (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_subr.c | 3402 pmcs_phy_t *ctmp, *clist = NULL, *cnext; in pmcs_configure_expander() local 3447 ctmp = pptr->parent->children; in pmcs_configure_expander() 3449 ctmp = pwp->root_phys; in pmcs_configure_expander() 3453 while (ctmp) { in pmcs_configure_expander() 3461 if (ctmp == pptr) { in pmcs_configure_expander() 3473 mutex_enter(&ctmp->phy_lock); in pmcs_configure_expander() 3476 if (ctmp->dtype == EXPANDER && ctmp->width && in pmcs_configure_expander() 3477 memcmp(ctmp->sas_address, pptr->sas_address, 8) == 0) { in pmcs_configure_expander() 3484 if (memcmp(ctmp->parent->sas_address, in pmcs_configure_expander() 3492 ctmp->width++; in pmcs_configure_expander() [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcon1.c | 56 struct ctmp cb; /* record structure written out of */ 99 static void prctmp(struct ctmp *); 471 prctmp(struct ctmp *t) in prctmp()
|
H A D | acctcon2.c | 42 struct ctmp cb;
|
H A D | acctcon.c | 54 struct ctmp cb; /* record structure written out of */ 104 static void enter(struct ctmp *); 465 enter(struct ctmp *c) in enter()
|
H A D | acctdef.h | 143 struct ctmp { struct
|
H A D | acctprc1.c | 50 struct ctmp cb;
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zio_crypt.c | 1978 void *ptmp, *ctmp; in zio_do_crypt_abd() local 1982 ctmp = abd_borrow_buf(cabd, datalen); in zio_do_crypt_abd() 1985 ctmp = abd_borrow_buf_copy(cabd, datalen); in zio_do_crypt_abd() 1989 datalen, ptmp, ctmp, no_crypt); in zio_do_crypt_abd() 1995 abd_return_buf_copy(cabd, ctmp, datalen); in zio_do_crypt_abd() 1998 abd_return_buf(cabd, ctmp, datalen); in zio_do_crypt_abd() 2006 abd_return_buf_copy(cabd, ctmp, datalen); in zio_do_crypt_abd() 2009 abd_return_buf(cabd, ctmp, datalen); in zio_do_crypt_abd()
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | directory_provider_ad.c | 442 const char *ctmp = tmp; in directory_provider_ad_cb1() local 443 de = str_list_dav(val, &ctmp, 1); in directory_provider_ad_cb1()
|