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

/freebsd-10.0-release/contrib/less/
H A Dregexp.c297 reg(paren, flagp)
299 int *flagp;
307 *flagp = HASWIDTH; /* Tentatively. */
328 *flagp &= ~HASWIDTH;
329 *flagp |= flags&SPSTART;
337 *flagp &= ~HASWIDTH;
338 *flagp |= flags&SPSTART;
369 regbranch(flagp)
370 int *flagp;
377 *flagp
[all...]
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/sys/x86/x86/
H A Dmptable.c1118 int error, *flagp, flags, type; local
1173 flagp = &args->sc->sc_decodes_isa_io;
1177 flagp = &args->sc->sc_decodes_vga_io;
1186 if (*flagp != 0)
1192 *flagp = 1;
1198 *flagp = -1;
/freebsd-10.0-release/sys/kern/
H A Dvfs_vnops.c110 vn_open(ndp, flagp, cmode, fp)
112 int *flagp, cmode;
117 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp));
129 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, argument
140 fmode = *flagp;
212 *flagp = fmode;
217 *flagp = fmode;
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfs_commonsubs.c3497 newnfs_sndlock(int *flagp) argument
3502 while (*flagp & NFSR_SNDLOCK) {
3503 *flagp |= NFSR_WANTSND;
3506 (void) nfsmsleep((caddr_t)flagp, NFSSOCKMUTEXPTR,
3509 *flagp |= NFSR_SNDLOCK;
3518 newnfs_sndunlock(int *flagp) argument
3522 if ((*flagp & NFSR_SNDLOCK) == 0)
3524 *flagp &= ~NFSR_SNDLOCK;
3525 if (*flagp & NFSR_WANTSND) {
3526 *flagp
[all...]
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clport.c643 struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff)
653 *flagp = 0;
666 error = nfscl_postop_attr(nd, nap, flagp, stuff);
642 nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp, struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff) argument
/freebsd-10.0-release/sys/sys/
H A Dvnode.h668 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
669 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,

Completed in 124 milliseconds