Home
last modified time | relevance | path

Searched refs:flagp (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/less/
HDregexp.c300 reg(paren, flagp) in reg() argument
302 int *flagp;
310 *flagp = HASWIDTH; /* Tentatively. */
331 *flagp &= ~HASWIDTH;
332 *flagp |= flags&SPSTART;
340 *flagp &= ~HASWIDTH;
341 *flagp |= flags&SPSTART;
372 regbranch(flagp) in regbranch() argument
373 int *flagp; in regbranch()
380 *flagp = WORST; /* Tentatively. */
[all …]
/NextBSD/bin/ed/
HDsub.c41 extract_subst_tail(int *flagp, long *np) in extract_subst_tail() argument
45 *flagp = *np = 0; in extract_subst_tail()
48 *flagp = GPR; in extract_subst_tail()
53 *flagp = GPR; in extract_subst_tail()
62 *flagp = GSG; in extract_subst_tail()
/NextBSD/lib/msun/amd64/
HDfenv.c54 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument
60 env.__x87.__status |= *flagp & excepts; in fesetexceptflag()
65 env.__mxcsr |= *flagp & excepts; in fesetexceptflag()
/NextBSD/lib/msun/i387/
HDfenv.c96 fesetexceptflag(const fexcept_t *flagp, int excepts) in fesetexceptflag() argument
103 env.__status |= *flagp & excepts; in fesetexceptflag()
109 mxcsr |= *flagp & excepts; in fesetexceptflag()
/NextBSD/contrib/libc++/include/
Dcfenv42 int fegetexceptflag(fexcept_t* flagp, int excepts);
44 int fesetexceptflag(const fexcept_t* flagp, int excepts);
/NextBSD/sbin/mount/
HDgetmntopts.c55 getmntopts(const char *options, const struct mntopt *m0, int *flagp, in getmntopts() argument
93 thisflagp = m->m_altloc ? altflagp : flagp; in getmntopts()
/NextBSD/sys/x86/x86/
HDmptable.c1126 int error, *flagp, flags, type; in mptable_host_res_handler() local
1181 flagp = &args->sc->sc_decodes_isa_io; in mptable_host_res_handler()
1185 flagp = &args->sc->sc_decodes_vga_io; in mptable_host_res_handler()
1194 if (*flagp != 0) in mptable_host_res_handler()
1200 *flagp = 1; in mptable_host_res_handler()
1206 *flagp = -1; in mptable_host_res_handler()
/NextBSD/sys/kern/
HDvfs_vnops.c173 vn_open(ndp, flagp, cmode, fp) in vn_open() argument
175 int *flagp, cmode;
180 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp));
192 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, in vn_open_cred() argument
203 fmode = *flagp; in vn_open_cred()
284 *flagp = fmode; in vn_open_cred()
289 *flagp = fmode; in vn_open_cred()
/NextBSD/sys/fs/nfs/
HDnfs_commonsubs.c3884 newnfs_sndlock(int *flagp) in newnfs_sndlock() argument
3889 while (*flagp & NFSR_SNDLOCK) { in newnfs_sndlock()
3890 *flagp |= NFSR_WANTSND; in newnfs_sndlock()
3893 (void) nfsmsleep((caddr_t)flagp, NFSSOCKMUTEXPTR, in newnfs_sndlock()
3896 *flagp |= NFSR_SNDLOCK; in newnfs_sndlock()
3905 newnfs_sndunlock(int *flagp) in newnfs_sndunlock() argument
3909 if ((*flagp & NFSR_SNDLOCK) == 0) in newnfs_sndunlock()
3911 *flagp &= ~NFSR_SNDLOCK; in newnfs_sndunlock()
3912 if (*flagp & NFSR_WANTSND) { in newnfs_sndunlock()
3913 *flagp &= ~NFSR_WANTSND; in newnfs_sndunlock()
[all …]
/NextBSD/sys/sys/
HDvnode.h684 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
685 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,
/NextBSD/sys/fs/nfsclient/
HDnfs_clport.c717 struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff) in nfscl_wcc_data() argument
727 *flagp = 0; in nfscl_wcc_data()
740 error = nfscl_postop_attr(nd, nap, flagp, stuff); in nfscl_wcc_data()