Searched defs:mask (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/openssh/sources/
H A Daudit-solaris.c80 au_mask_t mask; local
102 adt_get_mask(ah, &mask);
103 if (getauditflagschar(flags, &mask, NULL) < 0) {
107 __auditd_debug("preselection mask = %s(0x%lx,0x%lx)\n", flags,
108 mask.am_success, mask.am_failure);
110 __auditd_debug("preselection mask = %s(0x%llx,0x%llx)\n", flags,
111 mask.am_success, mask.am_failure);
/solaris-userland/components/krb5/Solaris/
H A Dutil_ordering.c53 uint64_t mask; member in struct:_queue
66 * mask(max) is 2 ** 64 - 1, and half is 2 ** 63.
68 * 0 half mask
76 * have passed the 'mask' point while the other one didn't. In this
80 * If we shift the smaller value by adding 'mask' to it,
89 after(uint64_t n1, uint64_t n2, uint64_t mask) argument
103 half = 1 + (mask >> 1);
176 q->mask = wide_nums ? ~(uint64_t)0 : 0xffffffffUL;
181 q->elem[q->start] = ((uint64_t)0 - 1) & q->mask;
206 seqnum &= q->mask;
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c85 * Bit mask of cached properties. These can be cached because
2127 struct sockaddr_in mask; local
2150 memset(&dest, 0, sizeof (mask));
2151 mask.sin_family = AF_INET;
2152 mask.sin_addr.s_addr = htonl(INADDR_ANY);
2165 (void) memcpy(cp, &mask, l);
H A Ddpif-solaris.c81 struct classifier cls; /* rule, flow & mask */
156 struct flow mask; /* The flow that created this entry. */ member in struct:dpif_solaris_flow
1216 * number mask->in_port.ofp_port, which only covers half of the 32-bit
1217 * datapath port number mask->in_port.odp_port.
1223 * No mask key, unwildcard everything except fields whose
1246 * disagree on the acceptable form of a mask.
1258 VLOG_ERR("internal error parsing flow mask %s (%s)",
1323 struct flow *flow, struct flow *mask, const struct flow_wildcards *wc)
1335 solaris_flow->mask = *mask;
1860 dpif_solaris_flow_dump_next(const struct dpif *dpif_ OVS_UNUSED, void *iter_, void *state_, const struct nlattr **key, size_t *key_len, const struct nlattr **mask, size_t *mask_len, const struct nlattr **actions, size_t *actions_len, const struct dpif_flow_stats **stats) argument
[all...]

Completed in 2520 milliseconds