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

/freebsd-9.3-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-9.3-release/lib/msun/amd64/
H A Dfenv.c45 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
51 env.__x87.__status |= *flagp & excepts;
56 env.__mxcsr |= *flagp & excepts;
/freebsd-9.3-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-9.3-release/lib/msun/i387/
H A Dfenv.c87 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
94 env.__status |= *flagp & excepts;
100 mxcsr |= *flagp & excepts;
/freebsd-9.3-release/sbin/mount/
H A Dgetmntopts.c56 getmntopts(const char *options, const struct mntopt *m0, int *flagp, argument
94 thisflagp = m->m_altloc ? altflagp : flagp;
/freebsd-9.3-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-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c1935 const unsigned int *flagp = type->of; local
1937 if (*flagp != CFG_ADDR_V4OK && *flagp != CFG_ADDR_V6OK)
1939 if (*flagp & CFG_ADDR_V4OK) {
1943 if (*flagp & CFG_ADDR_V6OK) {
1949 if (*flagp & CFG_ADDR_WILDOK) {
1956 if (*flagp != CFG_ADDR_V4OK && *flagp != CFG_ADDR_V6OK)
2105 const unsigned int *flagp = type->of; local
2106 return (parse_sockaddrsub(pctx, &cfg_type_sockaddr, *flagp, re
2127 const unsigned int *flagp = type->of; local
[all...]
H A Dnamedconf.c2260 const unsigned int *flagp = type->of; local
2262 if ((*flagp & CFG_ADDR_V4OK) != 0)
2264 else if ((*flagp & CFG_ADDR_V6OK) != 0)
2279 CHECK(cfg_parse_rawaddr(pctx, *flagp,
/freebsd-9.3-release/sys/kern/
H A Dvfs_vnops.c106 vn_open(ndp, flagp, cmode, fp)
108 int *flagp, cmode;
113 return (vn_open_cred(ndp, flagp, cmode, 0, td->td_ucred, fp));
124 vn_open_cred(struct nameidata *ndp, int *flagp, int cmode, u_int vn_open_flags, argument
139 fmode = *flagp;
264 *flagp = fmode;
273 *flagp = fmode;
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonsubs.c3494 newnfs_sndlock(int *flagp) argument
3499 while (*flagp & NFSR_SNDLOCK) {
3500 *flagp |= NFSR_WANTSND;
3503 (void) nfsmsleep((caddr_t)flagp, NFSSOCKMUTEXPTR,
3506 *flagp |= NFSR_SNDLOCK;
3515 newnfs_sndunlock(int *flagp) argument
3519 if ((*flagp & NFSR_SNDLOCK) == 0)
3521 *flagp &= ~NFSR_SNDLOCK;
3522 if (*flagp & NFSR_WANTSND) {
3523 *flagp
[all...]
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clport.c649 struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff)
659 *flagp = 0;
672 error = nfscl_postop_attr(nd, nap, flagp, stuff);
648 nfscl_wcc_data(struct nfsrv_descript *nd, struct vnode *vp, struct nfsvattr *nap, int *flagp, int *wccflagp, void *stuff) argument
/freebsd-9.3-release/sys/sys/
H A Dvnode.h664 int vn_open(struct nameidata *ndp, int *flagp, int cmode, struct file *fp);
665 int vn_open_cred(struct nameidata *ndp, int *flagp, int cmode,

Completed in 123 milliseconds