Home
last modified time | relevance | path

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

/trueos/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()
95 if ((dflags & O_ACCMODE) != O_RDWR && (dflags & O_ACCMODE) != in freopen()
104 if ((oflags ^ dflags) & O_APPEND) { in freopen()
105 dflags &= ~O_APPEND; in freopen()
106 dflags |= oflags & O_APPEND; in freopen()
107 if (_fcntl(fp->_file, F_SETFL, dflags) < 0) { in freopen()
HDftell.c91 int dflags; in _ftello() local
123 dflags = 0; in _ftello()
125 dflags = O_APPEND; in _ftello()
127 (dflags = _fcntl(fp->_file, F_GETFL)) < 0) in _ftello()
129 if ((dflags & O_APPEND) && in _ftello()
/trueos/lib/libc/db/btree/
HDbt_put.c74 int dflags, exact, status; in __bt_put() local
118 dflags = 0; in __bt_put()
129 dflags |= P_BIGKEY; in __bt_put()
141 dflags |= P_BIGDATA; in __bt_put()
202 data, dflags, nbytes, idx)) != RET_SUCCESS) in __bt_put()
214 WR_BLEAF(dest, key, data, dflags); in __bt_put()
HDbt_open.c90 __bt_open(const char *fname, int flags, int mode, const BTREEINFO *openinfo, int dflags) in __bt_open() argument
310 if (dflags & DB_LOCK) in __bt_open()
312 if (dflags & DB_SHMEM) in __bt_open()
314 if (dflags & DB_TXN) in __bt_open()
/trueos/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()
/trueos/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 …]
/trueos/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()
/trueos/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()
/trueos/sys/pc98/cbus/
HDfdc.c1305 int rv, unitattn, dflags; in fdopen() local
1316 dflags = device_get_flags(fd->dev); in fdopen()
1367 if ((dflags & FD_NO_CHLINE) != 0 || in fdopen()
/trueos/contrib/sendmail/src/
HDdaemon.c1821 struct dflags struct
1827 static struct dflags DaemonFlags[] = argument
1852 register struct dflags *df;
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_link.c1680 dtrace_program_link(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, uint_t dflags, argument
1781 if ((dof = dtrace_dof_create(dtp, pgp, dflags)) == NULL)
/trueos/lib/libc/db/hash/
HDhash.c99 int dflags) in __hash_open() argument
/trueos/sys/dev/sym/
HDsym_hipd.c7949 u_char dflags; local
7992 dflags = lp ? lp->current_flags : 0;
7996 dflags = lp ? lp->user_flags : tp->usrflags;
8015 if (dflags & SYM_DISC_ENABLED)
8020 if (dflags & SYM_TAGS_ENABLED)
/trueos/sys/cam/
HDcam_xpt.c208 SYSCTL_UINT(_kern_cam, OID_AUTO, dflags, CTLFLAG_RW,
/trueos/contrib/binutils/opcodes/
HDChangeLog-92971844 prototypes. Get rid of static variables aflags and dflags. Pass