Searched refs:oa_excmask (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c770 item->oai_excmask = oa->oa_excmask;
1603 * bit set (a power of 2).oa_excmask must be 0
1607 if (optarg->oa_excmask != 0) {
1642 /* oa_idmask and oa_excmask must both be 0 */
1644 (optarg->oa_excmask != 0)) {
1659 * - oa_help, oa_flags, oa_idmask, and oa_excmask
1680 (oa1->oa_idmask != 0) || (oa1->oa_excmask != 0)) {
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Delfedit.h416 * - oa_idmask and oa_excmask are used in the normal way.
418 * The oa_idmask and oa_excmask fields are used to identify options,
429 * - If oa_idmask is 0, oa_excmask must be 0 also.
430 * - oa_excmask is set to 0 if an item is not mutually exclusive
438 * oa_excmask to check for conflicts.
460 elfedit_cmd_oa_mask_t oa_excmask; /* Mutual exclusion mask */ member in struct:__anon1769

Completed in 100 milliseconds