Searched defs:mask (Results 51 - 75 of 187) sorted by relevance

12345678

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.h35 /* realm specific mask */
73 long mask; member in struct:_krb5_ldap_realm_params
H A Dldap_service_rights.c272 char **subtreeparam, char *contref, int mask)
325 if (mask & LDAP_REALM_RIGHTS) {
449 if ((mask & LDAP_SUBTREE_RIGHTS) && (subtree != NULL)) {
555 char **subtreeparam, char *contref, int mask)
610 if (mask & LDAP_REALM_RIGHTS) {
683 if ((mask & LDAP_SUBTREE_RIGHTS) && (subtree != NULL)) {
270 krb5_ldap_add_service_rights(krb5_context context, int servicetype, char *serviceobjdn, char *realmname, char **subtreeparam, char *contref, int mask) argument
553 krb5_ldap_delete_service_rights(krb5_context context, int servicetype, char *serviceobjdn, char *realmname, char **subtreeparam, char *contref, int mask) argument
H A Dldap_tkt_policy.c45 int mask)
79 if (mask & LDAP_POLICY_MAXTKTLIFE) {
85 if (mask & LDAP_POLICY_MAXRENEWLIFE) {
91 if (mask & LDAP_POLICY_TKTFLAGS) {
119 int mask)
155 if (mask & LDAP_POLICY_MAXTKTLIFE) {
161 if (mask & LDAP_POLICY_MAXRENEWLIFE) {
167 if (mask & LDAP_POLICY_TKTFLAGS) {
196 /* Solaris kerberos: unsigned better for mask */
258 lpolicy->mask
44 krb5_ldap_create_policy(krb5_context context, krb5_ldap_policy_params *policy, int mask) argument
118 krb5_ldap_modify_policy(krb5_context context, krb5_ldap_policy_params *policy, int mask) argument
[all...]
H A Dkdb_ldap.c115 int mask = 0; local
123 if ((retval=krb5_ldap_read_realm_params(context, context->default_realm, &(ldap_context->lrparams), &mask))) {
128 if (((mask & LDAP_REALM_MAXTICKETLIFE) == 0) || ((mask & LDAP_REALM_MAXRENEWLIFE) == 0)
129 || ((mask & LDAP_REALM_KRBTICKETFLAGS) == 0)) {
137 if ((mask & LDAP_REALM_MAXTICKETLIFE) == 0) {
140 if ((mask & LDAP_REALM_MAXRENEWLIFE) == 0) {
143 if ((mask & LDAP_REALM_KRBTICKETFLAGS) == 0) {
150 if ((mask & LDAP_REALM_MAXTICKETLIFE) == 0) {
151 if (params_out.mask
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/bus/
H A Dcs5536.c237 set_iod (grub_pci_device_t dev, int num, int dest, int start, int mask) argument
243 | ((mask & GRUB_CS5536_IOD_ADDR_MASK)
/osnet-11/usr/src/common/crypto/ecc/
H A Dec2_mont.c201 mp_digit top_bit, mask; local
236 mask = top_bit;
237 while (!(MP_DIGITS(n)[i] & mask)) {
238 mask >>= 1;
241 mask >>= 1;
245 if (!mask) {
248 mask = top_bit;
253 if (MP_DIGITS(n)[i] & mask) {
260 mask >>= 1;
263 mask
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregrexec.c45 register Bm_mask_t** mask; local
67 mask = e->re.bm.mask;
79 m = mask[n = exactlen - 1][buf[index]];
84 } while (m &= mask[n][buf[--index]]);
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_rexd.c89 struct au_mask mask; local
91 mask.am_success = mask.am_failure = AU_MASK_NONE;
94 (void) auditon(A_GETKMASK, (caddr_t)&mask, sizeof (mask));
96 (void) au_user_mask(user, &mask);
107 return (au_preselect(event, &mask, sorf, AU_PRS_REREAD));
123 au_mask_t mask; local
134 mask.am_success = AU_MASK_NONE;
135 mask
[all...]
/osnet-11/usr/src/lib/libwrap/
H A Dhosts_access.c263 char *mask; local
295 int mask = IPV6_ABITS; local
323 mask = atoi(slash+1);
324 if (mask < 0 || mask > IPV6_ABITS) {
344 if (mask != IPV6_ABITS) {
345 ipv6_mask(&in6, mask);
346 ipv6_mask(hip, mask);
352 } else if ((mask = split_at(tok, '/')) != 0) { /* net/mask */
390 unsigned long mask; local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_smf.c153 int mask = 0; local
167 return (mask);
169 mask |= META_SMF_CORE;
195 mask |= META_SMF_DISKSET;
199 mask |= META_SMF_MN_DISKSET;
215 return (mask);
/osnet-11/usr/src/lib/pam_modules/krb5_migrate/
H A Dkrb5_migrate_authenticate.c78 long mask = 0; local
162 params.mask |= KADM5_CONFIG_REALM;
287 mask |= KADM5_PW_EXPIRATION;
290 mask |= KADM5_PRINCIPAL;
292 mask, password);
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_acl.c559 * Converts generic access bits in the given mask (if any)
564 smb_ace_mask_g2s(uint32_t mask) argument
566 if (mask & GENERIC_ALL) {
567 mask &= ~(GENERIC_ALL | GENERIC_READ | GENERIC_WRITE
570 mask |= FILE_ALL_ACCESS;
571 return (mask);
574 if (mask & GENERIC_READ) {
575 mask &= ~GENERIC_READ;
576 mask |= FILE_GENERIC_READ;
579 if (mask
[all...]
H A Dsmb_sd.c109 * Return the security information mask for the specified security
136 * Adjust the Access Mask so that ZFS ACE mask and Windows ACE read mask match.
139 smb_sd_adjust_read_mask(int mask) argument
144 if (smb_ace_map[i].am_ace_perms == mask)
148 return (mask);
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c56 ber_int_t mask; local
60 mask = (LENMASK3 << (i * 8));
62 if (tag & mask)
115 ber_int_t mask, netlen; local
135 mask = (LENMASK1 << (i * 8));
137 if (len & mask)
162 ber_int_t len, lenlen, taglen, netnum, mask; local
171 mask = (LENMASK1 << (i * 8));
175 if ((num & mask) != mask)
[all...]
/osnet-11/usr/src/lib/libldap4/ber/
H A Dencode.c70 int mask; local
74 mask = (0xffL << (i * 8));
76 if ( tag & mask )
128 int mask; local
149 mask = (0xff << (i * 8));
151 if ( len & mask )
177 int netnum, mask; local
186 mask = (0xff << (i * 8));
190 if ( (num & mask) != mask )
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c52 ber_int_t mask; local
56 mask = (LENMASK3 << (i * 8));
58 if ( tag & mask )
110 ber_int_t mask; local
131 mask = (LENMASK1 << (i * 8));
133 if ( len & mask )
159 ber_int_t netnum, mask; local
168 mask = (LENMASK1 << (i * 8));
172 if ( (num & mask) != mask )
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dinode.c1130 * @mask: select which time fields should be updated
1133 * selected using @mask (see enum @ntfs_time_update_flags for posssible values).
1135 void ntfs_inode_update_times(ntfs_inode *ni, ntfs_time_update_flags mask) argument
1144 NVolReadOnly(ni->vol) || !mask)
1148 if (mask & NTFS_UPDATE_ATIME)
1150 if (mask & NTFS_UPDATE_MTIME)
1152 if (mask & NTFS_UPDATE_CTIME)
/osnet-11/usr/src/lib/libpool/common/
H A Ddict.c130 int i, mask = 1 << 31; local
134 (void) putchar(((v & mask) == 0) ? '0' : '1');
149 long long mask = 1ll << 63; local
154 (void) putchar(((v & mask) == 0) ? '0' : '1');
/osnet-11/usr/src/lib/libdladm/common/
H A Dflowattr.c89 flow_mask_t mask; local
111 mask = FLOW_IP_VERSION;
113 mask |= FLOW_IP_LOCAL;
117 mask |= FLOW_IP_REMOTE;
143 fd->fd_mask |= mask;
305 uint_t mask = 0xff, value; local
310 mask = strtoul(mask_str, &endp, 16);
311 if (errno != 0 || mask == 0 || mask > 0xff ||
322 fd->fd_dsfield_mask = (uint8_t)mask;
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A DPayloadReader.cc51 // create a mask to clear the old data.
52 uint64_t mask = 0; local
54 mask = ((mask << 1) + 1);
56 mask = (mask << (64-bitLength));
57 mask = (mask >> bitOffset);
58 mask = (mask
[all...]
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_lancfg.c201 int mask)
224 if (!(lep->ile_mask & mask))
236 if (mask != IPMI_LAN_SET_IPADDR_SOURCE ||
200 ipmi_lan_set_config(ipmi_handle_t *ihp, int channel, ipmi_lan_config_t *cfgp, int mask) argument
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c172 topo_vdprintf(topo_hdl_t *thp, int mask, const char *mod, const char *format, argument
179 if (!(thp->th_debug & mask))
208 topo_dprintf(topo_hdl_t *thp, int mask, const char *format, ...) argument
213 topo_vdprintf(thp, mask, NULL, format, ap);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducstr.c124 static unsigned char mask[] = { local
223 *p = s[i] & mask[clen];
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8.c141 /* mask of required bits in second octet */
172 static unsigned char mask[] = { local
181 ch = c[0] & mask[len];
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_principal.c50 kadm5_principal_ent_t princ, long mask,
60 arg.mask = mask;
70 if(!(mask & KADM5_POLICY))
72 if (! (mask & KADM5_KEY_DATA)) {
76 if (! (mask & KADM5_TL_DATA)) {
90 kadm5_principal_ent_t princ, long mask,
102 arg.mask = mask;
114 if(!(mask
49 kadm5_create_principal(void *server_handle, kadm5_principal_ent_t princ, long mask, char *pw) argument
89 kadm5_create_principal_3(void *server_handle, kadm5_principal_ent_t princ, long mask, int n_ks_tuple, krb5_key_salt_tuple *ks_tuple, char *pw) argument
152 kadm5_modify_principal(void *server_handle, kadm5_principal_ent_t princ, long mask) argument
188 kadm5_get_principal(void *server_handle, krb5_principal princ, kadm5_principal_ent_t ent, long mask) argument
[all...]

Completed in 94 milliseconds

12345678