Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdio/
HDfreopen.c62 int dflags, flags, isopen, oflags, sverrno, wantfd; in freopen() local
88 if ((dflags = _fcntl(fp->_file, F_GETFL)) < 0) { in freopen()
96 if ((dflags & O_ACCMODE) != O_RDWR && in freopen()
97 (dflags & (O_ACCMODE | O_EXEC)) != (oflags & O_ACCMODE)) { in freopen()
105 if ((oflags ^ dflags) & O_APPEND) { in freopen()
106 dflags &= ~O_APPEND; in freopen()
107 dflags |= oflags & O_APPEND; in freopen()
108 if (_fcntl(fp->_file, F_SETFL, dflags) < 0) { in freopen()
/NextBSD/cddl/usr.sbin/dtrace/tests/tools/
HDdtest.sh25 local dflags exe exstatus pid retval status
34 dflags="-x droptags"
39 dflags="-x errtags"
51 dflags="$dflags ${pid}"
54 dtrace -C -s "${TFILE}" $dflags >$STDOUT 2>$STDERR
/NextBSD/lib/libc/db/btree/
HDbt_put.c74 int dflags, exact, status; in __bt_put() local
119 dflags = 0; in __bt_put()
130 dflags |= P_BIGKEY; in __bt_put()
142 dflags |= P_BIGDATA; in __bt_put()
203 data, dflags, nbytes, idx)) != RET_SUCCESS) in __bt_put()
215 WR_BLEAF(dest, key, data, dflags); in __bt_put()
HDbt_open.c91 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int dflags) in __bt_open() argument
311 if (dflags & DB_LOCK) in __bt_open()
313 if (dflags & DB_SHMEM) in __bt_open()
315 if (dflags & DB_TXN) in __bt_open()
/NextBSD/lib/libc/db/recno/
HDrec_put.c197 int dflags, status; in __rec_iput() local
213 dflags = P_BIGDATA; in __rec_iput()
216 dflags = 0; in __rec_iput()
255 status = __bt_split(t, h, NULL, data, dflags, nbytes, idx); in __rec_iput()
268 WR_RLEAF(dest, data, dflags); in __rec_iput()
HDrec_open.c57 int dflags) in __rec_open() argument
84 O_RDWR, S_IRUSR | S_IWUSR, &btopeninfo, dflags); in __rec_open()
86 dbp = __bt_open(NULL, O_RDWR, S_IRUSR | S_IWUSR, NULL, dflags); in __rec_open()
/NextBSD/lib/libthread_db/
HDlibpthread_db.c444 uint32_t dflags; in pt_dbsuspend() local
530 &dflags, sizeof(dflags)); in pt_dbsuspend()
534 dflags |= TMDF_SUSPEND; in pt_dbsuspend()
536 dflags &= ~TMDF_SUSPEND; in pt_dbsuspend()
539 &dflags, sizeof(dflags)); in pt_dbsuspend()
578 uint32_t dflags; in pt_thr_old_get_info() local
621 &dflags, sizeof(dflags)); in pt_thr_old_get_info()
657 info->ti_db_suspended = ((dflags & TMDF_SUSPEND) != 0); in pt_thr_old_get_info()
982 uint32_t dflags; in pt_thr_sstep() local
1005 &dflags, sizeof(uint32_t)); in pt_thr_sstep()
[all …]
/NextBSD/usr.sbin/cron/cron/
HDcron.c57 char **dflags; in usage() local
65 for(dflags = DebugFlagNames; *dflags; dflags++) { in usage()
66 fprintf(stderr, "%s ", *dflags); in usage()
/NextBSD/sys/dev/sound/pcm/
HDvchan.c353 uint32_t dflags; in sysctl_dev_pcm_vchanmode() local
406 dflags = CHN_F_VCHAN_PASSTHROUGH; in sysctl_dev_pcm_vchanmode()
409 dflags = CHN_F_VCHAN_ADAPTIVE; in sysctl_dev_pcm_vchanmode()
412 dflags = 0; in sysctl_dev_pcm_vchanmode()
418 if (dflags == (c->flags & CHN_F_VCHAN_DYNAMIC) || in sysctl_dev_pcm_vchanmode()
425 c->flags |= dflags; in sysctl_dev_pcm_vchanmode()
/NextBSD/sys/fs/devfs/
HDdevfs_vnops.c571 int dflags, error, ref, vp_locked; in devfs_close() local
626 dflags = 0; in devfs_close()
630 dflags |= FREVOKE | FNONBLOCK; in devfs_close()
639 dflags |= FLASTCLOSE; in devfs_close()
646 error = dsw->d_close(dev, ap->a_fflag | dflags, S_IFCHR, td); in devfs_close()
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c1702 dtrace_program_link(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, uint_t dflags, in dtrace_program_link() argument
1788 if ((dof = dtrace_dof_create(dtp, pgp, dflags)) == NULL) in dtrace_program_link()
/NextBSD/lib/libc/db/hash/
HDhash.c99 int dflags) in __hash_open() argument
/NextBSD/sys/dev/sym/
HDsym_hipd.c7945 u_char dflags; local
7988 dflags = lp ? lp->current_flags : 0;
7992 dflags = lp ? lp->user_flags : tp->usrflags;
8011 if (dflags & SYM_DISC_ENABLED)
8016 if (dflags & SYM_TAGS_ENABLED)
/NextBSD/sys/cam/
HDcam_xpt.c204 SYSCTL_UINT(_kern_cam, OID_AUTO, dflags, CTLFLAG_RWTUN,
/NextBSD/contrib/binutils/opcodes/
HDChangeLog-92971844 prototypes. Get rid of static variables aflags and dflags. Pass