Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/acct/
H A Dacctcms.c224 struct tcms cmt; in tdofile() local
240 while (fread(&cmt, sizeof(cmt), 1, stdin) == 1) in tdofile()
241 tenter(&cmt); in tdofile()
260 CPYN(cmt.tcm_comm, acct.oab.ac_comm); in tdofile()
261 cmt.tcm_pc = 1; in tdofile()
264 cmt.tcm_cpu = MINT(cpu); in tdofile()
266 cmt.tcm_real = MINT(real); in tdofile()
268 cmt.tcm_kcore = MINT(KCORE(mem)); in tdofile()
269 cmt.tcm_io = expand(acct.oab.ac_io); in tdofile()
270 cmt.tcm_rw = expand(acct.oab.ac_rw); in tdofile()
[all …]
/titanic_44/usr/src/cmd/auditrecord/
H A Dauditrecord.pl556 my $cmt = -1;
558 $cmt = $2 - 1;
569 if ($cmt > -1) {
570 unless(defined($comment[$cmt])) {
574 $cmt);
577 $comment = $comment[$cmt];
/titanic_44/usr/src/uts/common/disp/
H A Dcmt.c1380 pg_cmt_t *cmt = (pg_cmt_t *)pg; in cmt_ev_thread_swtch_pwr() local
1386 u = atomic_inc_32_nv(&cmt->cmt_utilization); in cmt_ev_thread_swtch_pwr()
1392 dom = (cpupm_domain_t *)cmt->cmt_pg.pghw_handle; in cmt_ev_thread_swtch_pwr()
1398 u = atomic_dec_32_nv(&cmt->cmt_utilization); in cmt_ev_thread_swtch_pwr()
1407 if (!THREAD_RUNNABLE_IN_PG(old, cmt)) { in cmt_ev_thread_swtch_pwr()
1408 dom = (cpupm_domain_t *)cmt->cmt_pg.pghw_handle; in cmt_ev_thread_swtch_pwr()
1420 pg_cmt_t *cmt = (pg_cmt_t *)pg; in cmt_ev_thread_remain_pwr() local
1423 dom = (cpupm_domain_t *)cmt->cmt_pg.pghw_handle; in cmt_ev_thread_remain_pwr()
/titanic_44/usr/src/cmd/power/
H A Dconf.c359 if (cip && cip->cmt) in tmp_save_line()
360 tmp_write(cip->cmt, strlen(cip->cmt)); in tmp_save_line()
H A Dpmconfig.h84 char *cmt; /* config file comment */ member
/titanic_44/usr/src/uts/common/os/
H A Dpghw.c741 pg_cmt_t *cmt = (pg_cmt_t *)pg; in pghw_parent_id() local
742 pg_t *parent = (pg_t *)cmt->cmt_parent; in pghw_parent_id()
/titanic_44/usr/src/cmd/th_tools/
H A Dth_define.c1363 char *fname, char *cmt, int id) in print_err_reports() argument
1367 cmt, fname, id); in print_err_reports()
1369 (void) fprintf(fp, "%s", cmt); in print_err_reports()
1375 cmt, esp->fail_count, esp->acc_chk); in print_err_reports()
1377 " 0x%llx errors reported %d\n", cmt, in print_err_reports()
1382 cmt, esp->buffer, (uint_t)esp->severity); in print_err_reports()
/titanic_44/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c887 sip_add_retry_after(sip_msg_t sip_msg, int secs, char *cmt, char *plist) in sip_add_retry_after() argument
894 if (cmt == NULL) { in sip_add_retry_after()
899 r = sip_add_intstr_to_msg(sip_msg, SIP_RETRY_AFTER, secs, cmt, plist); in sip_add_retry_after()
/titanic_44/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c1267 match_conn_mt(ns_conn_user_t *cu, ns_conn_mt_t **cmt, in match_conn_mt() argument
1274 ns_conn_mt_t *cm = *cmt; in match_conn_mt()
1306 *cmt = NULL; in match_conn_mt()
1347 *cmt = NULL; in match_conn_mt()
/titanic_44/usr/src/uts/common/
H A DMakefile.files51 cmt.o \