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

/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/cli/
H A DCommandLineProcessor.java42 private Map<Option, Integer> used; field in class:CommandLineProcessor
52 used = new HashMap<Option, Integer>();
61 return used.get(option);
70 used.put(option, count);
76 used.put(option, count);
/solaris-userland-s11u3/components/open-fabrics/libsif/include/psifapi/
H A Dpsif_hw_data_be.h17 * may be used to endorse or promote products derived from this software without
36 * Context used by tsu_mmu when performing address translation. The structure
80 * number of descriptors with this bit set. XXX: Should this be used as a
113 * queue. This is used for calculating when to wrap the head and tail
128 * XRC domain used to check if this descriptor can be used for the incoming
151 * used for privileged requests, and the vlan_pri is only used for EoIB
156 * This is only used for privileged requests. Completion queue descriptor
158 * to the completion queue to be used wit
3442 u32 used:1; member in struct:psif_atomic_retry_element
[all...]

Completed in 53 milliseconds