Searched defs:mask (Results 101 - 125 of 187) sorted by relevance

12345678

/osnet-11/usr/src/lib/krb5/kadm5/
H A Dkadm_rpc.h32 long mask; member in struct:cprinc_arg
40 long mask; member in struct:cprinc3_arg
62 long mask; member in struct:mprinc_arg
157 long mask; member in struct:gprinc_arg
171 long mask; member in struct:cpol_arg
184 long mask; member in struct:mpol_arg
H A Dalt_prof.c414 * need to check the output field or mask to see if the copy
509 * set the appropriate bit in *mask.
512 parse_admin_server_port(char *server, int *port, long *mask) argument
532 *mask |= KADM5_CONFIG_KADMIND_PORT;
554 * The fields and mask of params_out are filled in with values
556 * values. Only and all fields specified in params_out->mask are
561 * in params_in for which the mask is set will be re-assigned to newly copied
595 if (params_in->mask & KADM5_CONFIG_REALM) {
598 params.mask |= KADM5_CONFIG_REALM;
604 params.mask |
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dgeneric.c298 au_mask_t mask; local
303 * get non-attributable system event mask from kernel.
305 if (auditon(A_GETKMASK, (caddr_t)&mask, sizeof (mask)) != 0) {
309 aug_namask.am_success = mask.am_success;
310 aug_namask.am_failure = mask.am_failure;
473 auditinfo_addr_t mask; local
479 if (getaudit_addr(&mask, sizeof (mask))) {
483 return (selected(aug_event, &mask
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Drwlock.c285 uint32_t mask = ignore_waiters_flag? local
291 while (((readers = *rwstate) & mask) == 0) {
329 uint32_t mask = ignore_waiters_flag? local
336 while (((readers = *rwstate) & mask) == 0) {
/osnet-11/usr/src/lib/libsqlite/src/
H A Dfunc.c39 int mask; /* 0 for min() or 0xffffffff for max() */ local
42 mask = (int)sqlite_user_data(context);
52 if( (xCompare(argv[i], zBest)^mask)<0 ){
623 int mask; /* 0 for min() or 0xffffffff for max() */ local
632 mask = (int)sqlite_user_data(context);
633 assert( mask==0 || mask==-1 );
636 if( p->z==0 || (xCompare(argv[0],p->z)^mask)<0 ){
H A Dwhere.c87 ** Initialize an expression mask set
109 ** Destroy an expression mask set
126 unsigned int mask = 0; local
129 mask = getMask(pMaskSet, p->iTable);
130 if( mask==0 ) mask = -1;
131 return mask;
134 mask = exprTableUsage(pMaskSet, p->pRight);
137 mask |= exprTableUsage(pMaskSet, p->pLeft);
142 mask |
454 int mask = ~getMask(&maskSet, x); local
460 int mask = ~getMask(&maskSet, x); local
488 int mask = getMask(&maskSet, iCur); /* Cursor mask for this table */ local
[all...]
/osnet-11/usr/src/lib/libwrap/
H A Doptions.c85 static void umask_option(); /* execute "umask mask" option */
294 /* umask_option - set file creation mask */
302 unsigned mask; local
305 if (sscanf(value, "%o%c", &mask, &junk) != 1 || (mask & 0777) != mask)
307 (void) umask(mask);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c303 int *impl, *mask, *cpuid, *portid, *l2cache_size; local
327 mask = (int *)get_prop_val(find_prop(pnode->child, "mask#"));
427 /* Bits 31:24 of VER register is mask. */
429 if (mask == NULL)
432 log_printf("%-3d", (*mask)&0xff, 0);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dargs.c223 /* mask lower 8 bits to find char in optksh string */
595 * if <mask> is set, only options with this mask value are displayed
597 void sh_printopts(Shopt_t oflags,register int mode, Shopt_t *mask) argument
615 if(mask && !is_option(mask,value&0xff))
630 if(mask && !is_option(mask,value&0xff))
664 if(mask && !is_option(mask,valu
[all...]
H A Dnvtree.c417 register unsigned val,mask,attr; local
469 mask = val;
480 mask |= NV_DOUBLE;
482 mask = NV_HOST;
483 if((attr&mask)==val)
H A Dsubshell.c82 mode_t mask; /* saved umask */ member in struct:subshell
524 sp->mask = shp->mask;
709 if(sp->mask!=shp->mask)
710 umask(shp->mask=sp->mask);
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_browser.c652 uint32_t ipaddr, mask, saddr; local
662 mask = hinfo->hi_nic.nic_mask;
668 if ((saddr & mask) == (ipaddr & mask)) {
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c506 uint32_t mask, netmask, clnt_addr, if_addr; local
526 for (mask = netmask; mask && ((mask & 1) == 0); mask >>= 1)
545 * Prefix comparison starts at the subnet mask level.
546 * The prefix mask used for comparison is progressively
547 * reduced until it equals the inherent mask for the
/osnet-11/usr/src/lib/libparted/common/libparted/fs/linux_swap/
H A Dlinux_swap.c429 unsigned int mask; local
433 mask = 1 << (page%8);
434 *ptr = (*ptr & ~mask) + ok * mask;
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlflow.c116 /* add 4 byte to store '/' and the net mask */
210 /* add 4 byte to store '/' and the net mask */
681 dladm_prefixlen2mask(int prefixlen, int maxlen, uchar_t *mask) argument
688 *mask++ = 0xFF;
692 *mask |= 1 << (8 - prefixlen);
699 dladm_mask2prefixlen(in6_addr_t *mask, int plen, int *prefixlen) argument
716 if (mask->_S6_un._S6_u32[i] == 0) {
720 bits = ffs(ntohl(mask->_S6_un._S6_u32[i])) - 1;
/osnet-11/usr/src/lib/libdns_sd/common/
H A Ddnssd_clientstub.c452 mode_t mask = umask(0); local
462 umask(mask);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.c1018 uint_t mask = 0; /* mask of dt_module flags to match */ local
1033 mask = bits = DT_DM_KERNEL;
1035 mask = DT_DM_KERNEL;
1045 if ((dmp->dm_flags & mask) != bits)
1148 uint_t mask = 0; /* mask of dt_module flags to match */ local
1164 mask = bits = DT_DM_KERNEL;
1166 mask = DT_DM_KERNEL;
1177 if ((dmp->dm_flags & mask) !
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c189 * The 'mask' argument to extract_bits has 1's in those bit positions of
197 extract_bits(uint64_t paddr, uint64_t mask) argument
204 if ((from & mask) == 0) {
217 * selection 'mask' and the 'value' for the address bits denoted by 1s in
218 * the 'mask'.
221 insert_bits(uint64_t offset, uint64_t mask, uint64_t value) argument
228 if ((to & mask) == 0) {
289 * The mask & shift values for all banks in a
H A Dmem_mdesc.c56 uint64_t mask, chan_mask, chan_value; local
131 mask = rank_mask | chan_mask;
156 bm->bm_mask = mask;
263 uint64_t mask, match, base, size; local
353 if (md_get_prop_val(mdp, listp[idx], "mask", &mask) < 0)
354 mask = 0;
361 bmp->bm_mask = mask;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/dtrace/
H A Dkerberos_dtrace.c364 * representing a flag. Each possible flag is tested for by applying a mask
373 unsigned int i, mask = 1; local
379 t = k5_flag_lookup(flags & mask);
380 mask = mask << 1;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c1072 u_int32_t i, mask; local
1074 for (mask = 0x1, i = 0; i < BITS_PER_MAP; i++) {
1075 if (!(mask & map))
1077 mask = mask << 1;
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c261 int l=0, ntree=0, i=0, j=0, mask=0; local
275 if ((st=krb5_ldap_read_realm_params(context, lrealm, &rparam, &mask)) != 0)
391 int mask)
414 if (mask == 0)
428 ((mask & LDAP_REALM_SUBTREE) && rparams->subtree == NULL) ||
429 ((mask & LDAP_REALM_CONTREF) && rparams->containerref == NULL) ||
431 ((mask & LDAP_REALM_KDCSERVERS) && rparams->kdcservers == NULL) ||
432 ((mask & LDAP_REALM_ADMINSERVERS) && rparams->adminservers == NULL) ||
433 ((mask & LDAP_REALM_PASSWDSERVERS) && rparams->passwdservers == NULL) ||
462 if (mask
390 krb5_ldap_modify_realm(krb5_context context, krb5_ldap_realm_params *rparams, int mask) argument
954 krb5_ldap_create_realm(krb5_context context, krb5_ldap_realm_params *rparams, int mask) argument
1191 krb5_ldap_read_realm_params(krb5_context context, char *lrealm, krb5_ldap_realm_params **rlparamp, int *mask) argument
[all...]
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c63 static au_mask_t mask; variable
115 * setmask - the default mask for sysplugin is to reject all record types.
128 mask.am_success = AU_MASK_NONE;
129 mask.am_failure = AU_MASK_NONE;
146 mask.am_success |= tmask.am_success;
147 mask.am_failure |= tmask.am_failure;
151 if ((mask.am_success | mask.am_failure) == AU_MASK_NONE) {
155 "plugin is configured with empty class mask");
161 * tossit - based on the current value of mask, eithe
[all...]
/osnet-11/usr/src/common/mpi/
H A Dmp_gf2m.c572 mp_digit top_bit, mask; local
581 mask = top_bit;
583 if (MP_DIGITS(a)[i] & mask) {
587 mask >>= 1;
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c867 int mask; local
948 mask = umask(0);
952 umask(mask);
957 umask(mask);

Completed in 112 milliseconds

12345678