HomeSort by: relevance | last modified time | path
    Searched refs:lm_flags (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/compat/linux/common/
linux_oldmmap.h 50 unsigned int lm_flags; member in struct:linux_oldmmap
linux_oldmmap.c 97 SCARG(&nlmap,flags) = lmap.lm_flags;
102 lmap.lm_addr, lmap.lm_len, lmap.lm_prot, lmap.lm_flags,
  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 100 unsigned style = lm[0]->lm_flags & SLAP_LIMITS_MASK;
101 unsigned type = lm[0]->lm_flags & SLAP_LIMITS_TYPE_MASK;
239 if ( be->be_limits[ i ]->lm_flags == style ) {
297 lm->lm_flags = style | type;
911 type = lim->lm_flags & SLAP_LIMITS_TYPE_MASK;
919 style = lim->lm_flags & SLAP_LIMITS_MASK;
1336 if ( ( lm->lm_flags & SLAP_LIMITS_MASK ) == SLAP_LIMITS_REGEX )
slap.h 1725 unsigned lm_flags; /* type of pattern */ member in struct:slap_limits
1753 /* if lm_flags & SLAP_LIMITS_TYPE_MASK == SLAP_LIMITS_GROUP,
1755 * of member in oc for match; then lm_flags & SLAP_LIMITS_MASK

Completed in 33 milliseconds