Searched refs:optmask (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/openbsm/bin/auditreduce/ |
H A D | auditreduce.h | 70 #define SETOPT(optmask, bit) (optmask |= bit) argument 71 #define ISOPTSET(optmask, bit) (optmask & bit) argument
|
/freebsd/usr.sbin/ppp/ |
H A D | bundle.h | 59 #define Enabled(b, o) ((b)->cfg.optmask & (1ull << (o))) 60 #define opt_enable(b, o) ((b)->cfg.optmask |= (1ull << (o))) 61 #define opt_disable(b, o) ((b)->cfg.optmask &= ~(1ull << (o))) 113 unsigned long long optmask; /* Uses OPT_ bits from above */ member
|
H A D | command.c | 2835 unsigned long long save = arg->bundle->cfg.optmask; in IfaceAliasOptSet() 2840 arg->bundle->cfg.optmask = save; in IfaceAliasOptSet()
|
H A D | bundle.c | 829 bundle.cfg.optmask = (1ull << OPT_IDCHECK) | (1ull << OPT_LOOPBACK) | in bundle_Create()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_cmd.h | 310 struct mthca_mailbox *mailbox, u32 optmask);
|
H A D | mthca_cmd.c | 1732 struct mthca_mailbox *mailbox, u32 optmask) in mthca_MODIFY_QP() argument 1826 err = mthca_cmd(dev, mailbox->dma, optmask | (!!is_ee << 24) | num, in mthca_MODIFY_QP()
|