Searched refs:opmask (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/usr.sbin/ppp/
H A Dlcp.c299 lcp->his_callback.opmask = 0;
340 lcp->want_callback.opmask = 0;
349 lcp->want_callback.opmask = 0;
451 if (lcp->want_callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) {
454 } else if (lcp->want_callback.opmask & CALLBACK_BIT(CALLBACK_CBCP)) {
457 } else if (lcp->want_callback.opmask & CALLBACK_BIT(CALLBACK_E164)) {
1110 if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(op)) &&
1114 lcp->his_callback.opmask = CALLBACK_BIT(op);
1122 } else if ((p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_AUTH)) &&
1126 } else if (p->dl->cfg.callback.opmask
[all...]
H A Dlcp.h31 /* callback::opmask values */
43 int opmask; /* want these types of callback */ member in struct:callback
H A Ddatalink.c130 dl->cfg.callback.opmask = 0;
675 if ((dl->physical->link.lcp.his_callback.opmask &
677 dl->physical->link.lcp.want_callback.opmask &
679 !(dl->physical->link.lcp.want_callback.opmask &
684 } else if (dl->physical->link.lcp.want_callback.opmask) {
691 switch (dl->physical->link.lcp.his_callback.opmask) {
838 dl->cfg.callback.opmask = 0;
1109 if (!arg->cx->cfg.callback.opmask)
1114 if (arg->cx->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_NONE)) {
1118 if (arg->cx->cfg.callback.opmask
[all...]
H A Dcbcp.c327 if (lcp->want_callback.opmask) {
363 if (cbcp->p->dl->cfg.callback.opmask & CALLBACK_BIT(CALLBACK_NONE))
H A Dcommand.c2150 cx->cfg.callback.opmask = 0;
2153 cx->cfg.callback.opmask |= CALLBACK_BIT(CALLBACK_AUTH);
2155 cx->cfg.callback.opmask |= CALLBACK_BIT(CALLBACK_CBCP);
2160 cx->cfg.callback.opmask |= CALLBACK_BIT(CALLBACK_E164);
2166 cx->cfg.callback.opmask |= CALLBACK_BIT(CALLBACK_NONE);
2172 if (cx->cfg.callback.opmask == CALLBACK_BIT(CALLBACK_NONE))
2173 cx->cfg.callback.opmask = 0;
/freebsd-10.0-release/lib/libc/sparc64/fpu/
H A Dfpu.c188 static const int opmask[] = {0, 0, 1, 3, 1}; variable
192 ((tp) >= FTYPE_DBL ? INSFPdq_RN(rn) & ~opmask[tp] : (rn))
290 if ((rs1 | rs2 | rd) & opmask[type])
/freebsd-10.0-release/contrib/binutils/gas/
H A Dcgen.c788 unsigned long opmask = (((1L << (len - 1)) - 1) << 1) | 1; local
812 /* Want to know if mask covers more bits than opmask.
813 this is the same as asking if mask has any bits not in opmask,
814 or whether (mask & ~opmask) is nonzero. */
815 if (mask && (mask & ~opmask))
818 printf ("overflow: (mask = %8.8x, ~opmask = %8.8x, AND = %8.8x)\n",
819 mask, ~opmask, (mask & ~opmask));
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_all.c620 u_int32_t opmask; local
672 opmask = 1 << pd_type;
677 && ((table[j][i].opmask & opmask) != 0))
H A Dscsi_all.h2176 u_int32_t opmask; member in struct:op_table_entry

Completed in 120 milliseconds