Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c80 int dflags, exact, status; local
124 dflags = 0;
138 dflags |= P_BIGKEY;
152 dflags |= P_BIGDATA;
213 data, dflags, nbytes, idx)) != RET_SUCCESS)
225 WR_BLEAF(dest, key, data, dflags);
H A Dbt_open.c90 __bt_open(fname, flags, mode, openinfo, dflags) in __bt_open() argument
92 int flags, mode, dflags;
318 if (dflags & DB_LOCK)
320 if (dflags & DB_SHMEM)
322 if (dflags & DB_TXN)
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_put.c202 int dflags, status; local
218 dflags = P_BIGDATA;
221 dflags = 0;
260 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx);
273 WR_RLEAF(dest, data, dflags);
H A Drec_open.c58 __rec_open(fname, flags, mode, openinfo, dflags) in __rec_open() argument
60 int flags, mode, dflags;
88 O_RDWR | O_BINARY, S_IRUSR | S_IWUSR, &btopeninfo, dflags);
90 dbp = __bt_open(NULL, O_RDWR | O_BINARY, S_IRUSR | S_IWUSR, NULL, dflags);
/illumos-gate/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.h2209 void *arg, uint_t dflags);
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c304 domp->dflags = domit_p->dflags; in ppm_create_db()
606 ! (domp->dflags & (PPMD_PCI33MHZ | PPMD_PCI66MHZ))) { in ppm_claim_dev()
614 domp->dflags |= PPMD_PCI33MHZ; in ppm_claim_dev()
618 domp->dflags |= PPMD_PCI66MHZ; in ppm_claim_dev()
818 domp->dflags |= PPMD_OFFLINE; in ppm_init_cb()
950 if ((domp->dflags & PPMD_PCI66MHZ) && in ppm_none_else_holds_power()
H A Dppm.c835 (domp->dflags & PPMD_LOCK_ALL) ? "all" : "one", in ppm_ctlops()
838 if (domp->dflags & PPMD_LOCK_ALL) in ppm_ctlops()
863 if (domp->dflags & PPMD_LOCK_ALL) in ppm_ctlops()
894 domp->dflags |= PPMD_INITCHILD_CLKON; in ppm_ctlops()
941 (domp->dflags & PPMD_INITCHILD_CLKON) && in ppm_ctlops()
945 domp->dflags &= ~PPMD_INITCHILD_CLKON; in ppm_ctlops()
1467 if (ppmd->domp->dflags & PPMD_PCI66MHZ) { in ppm_dev_init()
/illumos-gate/usr/src/tools/find_elf/
H A Dfind_elf.c274 process_dir(path_t *p, int dirfd, const struct stat *dirsb, dir_flags_t dflags) in process_dir() argument
331 if ((dflags & DF_IS_SELF) != 0) { in process_dir()
337 dir_flags_t newflags = dflags; in process_dir()
352 if ((dflags & (DF_IS_SELF | DF_IS_SYMLINK)) != 0) in process_dir()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c2273 uint_t dflags = in cmd_dump() local
2284 'e', MDB_OPT_SETBITS, MDB_DUMP_ENDIAN, &dflags, in cmd_dump()
2289 'q', MDB_OPT_CLRBITS, MDB_DUMP_ASCII, &dflags, in cmd_dump()
2290 'r', MDB_OPT_SETBITS, MDB_DUMP_RELATIVE, &dflags, in cmd_dump()
2291 's', MDB_OPT_SETBITS, MDB_DUMP_SQUISH, &dflags, in cmd_dump()
2292 't', MDB_OPT_SETBITS, MDB_DUMP_TRIM, &dflags, in cmd_dump()
2293 'u', MDB_OPT_CLRBITS, MDB_DUMP_ALIGN, &dflags, in cmd_dump()
2294 'v', MDB_OPT_SETBITS, MDB_DUMP_PEDANT, &dflags, in cmd_dump()
2316 error = mdb_dump64(mdb_get_dot(), length, dflags, in cmd_dump()
2319 error = mdb_dumpptr(addr, length, dflags, in cmd_dump()
[all …]
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_door.c366 uint32_t flags, dflags = 0; in dlmgmt_upcall_destroy() local
387 dflags |= DLMGMT_ACTIVE; in dlmgmt_upcall_destroy()
393 dflags |= DLMGMT_PERSIST; in dlmgmt_upcall_destroy()
398 if (err != 0 && dflags != 0) in dlmgmt_upcall_destroy()
399 (void) dlmgmt_write_db_entry(linkp->ll_link, linkp, dflags); in dlmgmt_upcall_destroy()
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c1515 ASSERT(domp->dflags == PPMD_LOCK_ALL || in xcppm_ctlops()
1516 domp->dflags == PPMD_LOCK_ONE); in xcppm_ctlops()
1518 (domp->dflags == PPMD_LOCK_ALL) ? "all" : "one", in xcppm_ctlops()
1521 if (domp->dflags == PPMD_LOCK_ALL) in xcppm_ctlops()
1543 if (domp->dflags & PPMD_LOCK_ALL) in xcppm_ctlops()
/illumos-gate/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()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c95 __kdb2_hash_open(file, flags, mode, info, dflags)
97 int32_t flags, mode, dflags; variable
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c1471 dtrace_program_link(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, uint_t dflags, in dtrace_program_link() argument
1539 if ((dof = dtrace_dof_create(dtp, pgp, dflags)) == NULL) in dtrace_program_link()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c1819 struct dflags struct
1825 static struct dflags DaemonFlags[] = argument
1850 register struct dflags *df;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c2407 int dflags = 0; in opthelp() local
3020 hflags = dflags = bflags; in opthelp()
3700 if (style == STYLE_html && !(dflags & HELP_head) && (bflags & HELP_head)) in opthelp()
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c8924 void *arg, uint_t dflags) in ddi_taskq_dispatch() argument
8927 dflags == DDI_SLEEP ? TQ_SLEEP : TQ_NOSLEEP); in ddi_taskq_dispatch()