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

/illumos-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,
421 * oa_idmask is used to uniquely identify each item. When elfedit_getopt()
422 * matches an option, it returns the value of oa_idmask to the caller to
424 * for oa_idmask, and will refuse to load a module that does not follow them:
425 * - The value of oa_idmask must be 0, or have a value that
427 * - Each item that sets a non-0 value for oa_idmask must have
429 * - If oa_idmask is 0, oa_excmask must be 0 also.
433 * - An oa_idmask value of 0 can be used for any item that
437 * oa_idmask field
457 elfedit_cmd_oa_mask_t oa_idmask; /* Unique id, returned by */ member in struct:__anon1612
[all...]

Completed in 60 milliseconds