Searched refs:ctmp (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctcon2.c32 * acctcon2 <ctmp >ctacct
33 * reads std. input (ctmp.h/ascii format)
42 struct ctmp cb;
H A Dacctcon1.c32 * acctcon1 [-p] [-t] [-l file] [-o file] <wtmpx-file >ctmp-file
40 * list of sessions, sorted by ending time in ctmp.h/ascii format
56 struct ctmp cb; /* record structure written out of */
99 static void prctmp(struct ctmp *);
345 * update tbuf with new time, write ctmp record for end of session
397 /* Set up and print ctmp record */
470 prctmp(struct ctmp *t)
H A Dacctdef.h145 struct ctmp { struct
H A Dacctcon.c56 struct ctmp cb; /* record structure written out of */
106 static void enter(struct ctmp *);
323 * update tbuf with new time, write ctmp record for end of session
370 /* Set up and print ctmp record */
466 enter(struct ctmp *c)
H A Dacctprc1.c36 * if ctmpfile is given, it is expected have ctmp.h/ascii data,
51 struct ctmp cb;
159 * try ctmp first, then use uidtonam (internal list or passwd file)
172 * read ctmp file, build up urec-srec data structures for
/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...]
/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/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/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);

Completed in 82 milliseconds