Searched refs:flagp (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/less/
H A Dregexp.c300 reg(paren, flagp)
302 int *flagp;
310 *flagp = HASWIDTH; /* Tentatively. */
331 *flagp &= ~HASWIDTH;
332 *flagp |= flags&SPSTART;
340 *flagp &= ~HASWIDTH;
341 *flagp |= flags&SPSTART;
372 regbranch(flagp)
373 int *flagp;
380 *flagp
[all...]
/freebsd-11-stable/lib/msun/amd64/
H A Dfenv.c54 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
60 env.__x87.__status |= *flagp & excepts;
65 env.__mxcsr |= *flagp & excepts;
/freebsd-11-stable/bin/ed/
H A Dsub.c41 extract_subst_tail(int *flagp, long *np) argument
45 *flagp = *np = 0;
48 *flagp = GPR;
53 *flagp = GPR;
62 *flagp = GSG;
/freebsd-11-stable/lib/msun/i387/
H A Dfenv.c96 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
103 env.__status |= *flagp & excepts;
109 mxcsr |= *flagp & excepts;
/freebsd-11-stable/sbin/mount/
H A Dgetmntopts.c55 getmntopts(const char *options, const struct mntopt *m0, int *flagp, argument
93 thisflagp = m->m_altloc ? altflagp : flagp;
/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c1126 int error, *flagp, flags, type; local
1181 flagp = &args->sc->sc_decodes_isa_io;
1185 flagp = &args->sc->sc_decodes_vga_io;
1194 if (*flagp != 0)
1200 *flagp = 1;
1206 *flagp = -1;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clport.c725 struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff)
735 *flagp = 0;
748 error = nfscl_postop_attr(nd, nap, flagp, stuff);
749 if (wccflagp != NULL && *flagp == 0)
724 nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp, struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff) argument
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c3987 newnfs_sndlock(int *flagp) argument
3992 while (*flagp & NFSR_SNDLOCK) {
3993 *flagp |= NFSR_WANTSND;
3996 (void) nfsmsleep((caddr_t)flagp, NFSSOCKMUTEXPTR,
3999 *flagp |= NFSR_SNDLOCK;
4008 newnfs_sndunlock(int *flagp) argument
4012 if ((*flagp & NFSR_SNDLOCK) == 0)
4014 *flagp &= ~NFSR_SNDLOCK;
4015 if (*flagp & NFSR_WANTSND) {
4016 *flagp
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_vnops.c173 vn_open(ndp, flagp, cmode, fp)
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, argument
203 fmode = *flagp;
289 *flagp = fmode;
294 *flagp = fmode;
/freebsd-11-stable/sys/sys/
H A Dvnode.h690 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
691 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,

Completed in 186 milliseconds