/illumos-gate/usr/src/cmd/acct/ |
H A D | acctcms.c | 221 struct tcms cmt; in tdofile() local 237 while (fread(&cmt, sizeof(cmt), 1, stdin) == 1) in tdofile() 238 tenter(&cmt); in tdofile() 257 CPYN(cmt.tcm_comm, acct.oab.ac_comm); in tdofile() 258 cmt.tcm_pc = 1; in tdofile() 261 cmt.tcm_cpu = MINT(cpu); in tdofile() 263 cmt.tcm_real = MINT(real); in tdofile() 265 cmt.tcm_kcore = MINT(KCORE(mem)); in tdofile() 266 cmt.tcm_io = expand(acct.oab.ac_io); in tdofile() 267 cmt.tcm_rw = expand(acct.oab.ac_rw); in tdofile() [all …]
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | auditrecord.pl | 556 my $cmt = -1; 558 $cmt = $2 - 1; 569 if ($cmt > -1) { 570 unless(defined($comment[$cmt])) { 574 $cmt); 577 $comment = $comment[$cmt];
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_merge.c | 131 ctf_merge_tinfo_t *cmt = cmp->cm_tmap; in ctf_merge_diffcb() local 137 VERIFY(cmt[oid].cmt_map == 0); in ctf_merge_diffcb() 151 cmt[oid].cmt_missing = B_TRUE; in ctf_merge_diffcb() 155 cmt[oid].cmt_map = iid; in ctf_merge_diffcb() 156 cmt[oid].cmt_forward = B_TRUE; in ctf_merge_diffcb() 167 if (cmt[oid].cmt_map != 0) in ctf_merge_diffcb() 169 cmt[oid].cmt_map = iid; in ctf_merge_diffcb() 172 VERIFY(cmt[iid].cmt_map == 0); in ctf_merge_diffcb() 173 cmt[iid].cmt_missing = B_TRUE; in ctf_merge_diffcb() 1568 ctf_merge_tinfo_t *cmt = cmp->cm_tmap; in ctf_dedup_cb() local [all …]
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | cmt.c | 1380 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()
|
/illumos-gate/usr/src/cmd/power/ |
H A D | conf.c | 357 if (cip && cip->cmt) in tmp_save_line() 358 tmp_write(cip->cmt, strlen(cip->cmt)); in tmp_save_line()
|
H A D | pmconfig.h | 84 char *cmt; /* config file comment */ member
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | pghw.c | 742 pg_cmt_t *cmt = (pg_cmt_t *)pg; in pghw_parent_id() local 743 pg_t *parent = (pg_t *)cmt->cmt_parent; in pghw_parent_id()
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 1355 char *fname, char *cmt, int id) in print_err_reports() argument 1359 cmt, fname, id); in print_err_reports() 1361 (void) fprintf(fp, "%s", cmt); in print_err_reports() 1367 cmt, esp->fail_count, esp->acc_chk); in print_err_reports() 1369 " 0x%llx errors reported %d\n", cmt, in print_err_reports() 1374 cmt, esp->buffer, (uint_t)esp->severity); in print_err_reports()
|
/illumos-gate/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 880 sip_add_retry_after(sip_msg_t sip_msg, int secs, char *cmt, char *plist) in sip_add_retry_after() argument 887 if (cmt == NULL) { in sip_add_retry_after() 892 r = sip_add_intstr_to_msg(sip_msg, SIP_RETRY_AFTER, secs, cmt, plist); in sip_add_retry_after()
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 1276 match_conn_mt(ns_conn_user_t *cu, ns_conn_mt_t **cmt, in match_conn_mt() argument 1283 ns_conn_mt_t *cm = *cmt; in match_conn_mt() 1315 *cmt = NULL; in match_conn_mt() 1356 *cmt = NULL; in match_conn_mt()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
H A D | mcp_public.h | 477 struct couple_mode_teaming cmt; member
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 53 cmt.o \
|