Home
last modified time | relevance | path

Searched refs:dflags (Results 1 – 24 of 24) sorted by relevance

/titanic_41/usr/src/cmd/avs/dsstat/
H A Dreport.c40 extern short dflags;
190 if (dflags & SUMMARY) { in io_report()
210 if (dflags & READ) { in io_report()
228 if (dflags & WRITE) { in io_report()
246 if (dflags & TIMING) { in io_report()
286 if (dflags & FLAGS) { in cd_report()
291 if (dflags & PCTS) in cd_report()
294 if (dflags & SUMMARY) { in cd_report()
303 if (dflags & READ) { in cd_report()
308 if (dflags & WRITE) { in cd_report()
[all …]
H A Dsdbc_stats.c303 if (dflags & FLAGS) { in sdbc_report()
372 if (! (dflags & SUMMARY) && dflags != FLAGS) { in sdbc_header()
376 if (dflags & FLAGS) { in sdbc_header()
381 if (dflags & READ) { in sdbc_header()
389 if (dflags & WRITE) { in sdbc_header()
397 if (dflags != FLAGS) in sdbc_header()
404 if (dflags & FLAGS) { in sdbc_header()
409 if (dflags & SUMMARY) { in sdbc_header()
417 if (dflags & READ) { in sdbc_header()
423 if (dflags & WRITE) { in sdbc_header()
[all …]
H A Ddsstat.c47 short dflags = 0; variable
440 dflags = user_dflags; in main()
442 dflags |= (SUMMARY | PCTS | FLAGS | RATIO); in main()
469 dflags = user_dflags; in main()
471 dflags |= (SUMMARY | PCTS | FLAGS | RATIO); in main()
505 dflags = user_dflags; in main()
508 dflags |= (SUMMARY); in main()
510 dflags |= (SUMMARY | FLAGS); in main()
H A Dsndr_stats.c338 if (dflags & FLAGS) { in sndr_report()
343 if (dflags & ASYNC_QUEUE) in sndr_report()
346 if (dflags & PCTS) in sndr_report()
393 if (dflags & FLAGS) { in sndr_report()
408 if (dflags & ASYNC_QUEUE) { in sndr_report()
418 if (dflags & PCTS) { in sndr_report()
455 if (dflags & ASYNC_QUEUE) in sndr_report()
487 if (dflags & ASYNC_QUEUE) in sndr_report()
H A Ddsstat.h46 extern short dflags;
H A Dii_stats.c350 if (dflags & FLAGS) { in ii_report()
355 if (dflags & PCTS) in ii_report()
415 if (dflags & FLAGS) { in ii_report()
440 if (dflags & PCTS) { in ii_report()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c82 int dflags, exact, status; local
126 dflags = 0;
140 dflags |= P_BIGKEY;
154 dflags |= P_BIGDATA;
215 data, dflags, nbytes, idx)) != RET_SUCCESS)
227 WR_BLEAF(dest, key, data, dflags);
H A Dbt_open.c92 __bt_open(fname, flags, mode, openinfo, dflags) in __bt_open() argument
94 int flags, mode, dflags;
320 if (dflags & DB_LOCK)
322 if (dflags & DB_SHMEM)
324 if (dflags & DB_TXN)
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_put.c204 int dflags, status; local
220 dflags = P_BIGDATA;
223 dflags = 0;
262 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx);
275 WR_RLEAF(dest, data, dflags);
H A Drec_open.c60 __rec_open(fname, flags, mode, openinfo, dflags) in __rec_open() argument
62 int flags, mode, dflags;
90 O_RDWR | O_BINARY, S_IRUSR | S_IWUSR, &btopeninfo, dflags);
92 dbp = __bt_open(NULL, O_RDWR | O_BINARY, S_IRUSR | S_IWUSR, NULL, dflags);
/titanic_41/usr/src/uts/common/sys/
H A Dppmvar.h56 #define PPM_DOMAIN_UP(domp) (!(domp->dflags & PPMD_OFFLINE))
235 int dflags; /* domain flags */ member
288 int dflags; member
H A Dsunddi.h2185 void *arg, uint_t dflags);
/titanic_41/usr/src/uts/i86pc/io/
H A Dppm_plat.c78 if (!(cpup->domp->dflags & PPMD_CPU_READY)) { in ppm_redefine_topspeed()
108 if (!(ppmd->domp->dflags & PPMD_CPU_READY)) { in ppm_manage_early_cpus()
218 domp->dflags = PPMD_LOCK_ALL | PPMD_CPU_READY; in ppm_alloc_pstate_domains()
/titanic_41/usr/src/uts/common/io/ppm/
H A Dppm_subr.c300 domp->dflags = domit_p->dflags; in ppm_create_db()
602 ! (domp->dflags & (PPMD_PCI33MHZ | PPMD_PCI66MHZ))) { in ppm_claim_dev()
610 domp->dflags |= PPMD_PCI33MHZ; in ppm_claim_dev()
614 domp->dflags |= PPMD_PCI66MHZ; in ppm_claim_dev()
814 domp->dflags |= PPMD_OFFLINE; in ppm_init_cb()
952 if ((domp->dflags & PPMD_PCI66MHZ) && in ppm_none_else_holds_power()
H A Dppm.c831 (domp->dflags & PPMD_LOCK_ALL) ? "all" : "one", in ppm_ctlops()
834 if (domp->dflags & PPMD_LOCK_ALL) in ppm_ctlops()
856 if (domp->dflags & PPMD_LOCK_ALL) in ppm_ctlops()
887 domp->dflags |= PPMD_INITCHILD_CLKON; in ppm_ctlops()
934 (domp->dflags & PPMD_INITCHILD_CLKON) && in ppm_ctlops()
938 domp->dflags &= ~PPMD_INITCHILD_CLKON; in ppm_ctlops()
1457 if (ppmd->domp->dflags & PPMD_PCI66MHZ) { in ppm_dev_init()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c2173 uint_t dflags = in cmd_dump() local
2183 'e', MDB_OPT_SETBITS, MDB_DUMP_ENDIAN, &dflags, in cmd_dump()
2187 'q', MDB_OPT_CLRBITS, MDB_DUMP_ASCII, &dflags, in cmd_dump()
2188 'r', MDB_OPT_SETBITS, MDB_DUMP_RELATIVE, &dflags, in cmd_dump()
2189 's', MDB_OPT_SETBITS, MDB_DUMP_SQUISH, &dflags, in cmd_dump()
2190 't', MDB_OPT_SETBITS, MDB_DUMP_TRIM, &dflags, in cmd_dump()
2191 'u', MDB_OPT_CLRBITS, MDB_DUMP_ALIGN, &dflags, in cmd_dump()
2192 'v', MDB_OPT_SETBITS, MDB_DUMP_PEDANT, &dflags, in cmd_dump()
2209 dflags |= MDB_DUMP_GROUP(group) | MDB_DUMP_WIDTH(width); in cmd_dump()
2211 error = mdb_dump64(mdb_get_dot(), mdb.m_dcount, dflags, in cmd_dump()
[all …]
/titanic_41/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1517 ASSERT(domp->dflags == PPMD_LOCK_ALL || in xcppm_ctlops()
1518 domp->dflags == PPMD_LOCK_ONE); in xcppm_ctlops()
1520 (domp->dflags == PPMD_LOCK_ALL) ? "all" : "one", in xcppm_ctlops()
1523 if (domp->dflags == PPMD_LOCK_ALL) in xcppm_ctlops()
1545 if (domp->dflags & PPMD_LOCK_ALL) in xcppm_ctlops()
/titanic_41/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c364 uint32_t flags, dflags = 0; in dlmgmt_upcall_destroy() local
385 dflags |= DLMGMT_ACTIVE; in dlmgmt_upcall_destroy()
391 dflags |= DLMGMT_PERSIST; in dlmgmt_upcall_destroy()
396 if (err != 0 && dflags != 0) in dlmgmt_upcall_destroy()
397 (void) dlmgmt_write_db_entry(linkp->ll_link, linkp, dflags); in dlmgmt_upcall_destroy()
/titanic_41/usr/src/uts/common/io/audio/drv/audiosolo/
H A Daudiosolo.c1258 unsigned dflags; in solo_alloc_engine() local
1270 dflags = DDI_DMA_READ | DDI_DMA_CONSISTENT; in solo_alloc_engine()
1284 dflags = DDI_DMA_WRITE | DDI_DMA_CONSISTENT; in solo_alloc_engine()
1314 dflags, DDI_DMA_SLEEP, NULL, &c, &ccnt) != DDI_DMA_MAPPED) { in solo_alloc_engine()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c99 __kdb2_hash_open(file, flags, mode, info, dflags)
101 int32_t flags, mode, dflags; variable
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_link.c1465 dtrace_program_link(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, uint_t dflags, in dtrace_program_link() argument
1533 if ((dof = dtrace_dof_create(dtp, pgp, dflags)) == NULL) in dtrace_program_link()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c128 hdl_add(Grp_hdl *ghp, Rt_map *lmp, uint_t dflags, int *alep) in hdl_add() argument
169 gdp->gd_flags |= dflags; in hdl_add()
/titanic_41/usr/src/cmd/sendmail/src/
H A Ddaemon.c1819 struct dflags struct
1825 static struct dflags DaemonFlags[] = argument
1850 register struct dflags *df;
/titanic_41/usr/src/uts/common/os/
H A Dsunddi.c8904 void *arg, uint_t dflags) in ddi_taskq_dispatch() argument
8907 dflags == DDI_SLEEP ? TQ_SLEEP : TQ_NOSLEEP); in ddi_taskq_dispatch()