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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityGroup.java30 package com.sun.solaris.service.locality;
43 * The locality domain which contains this group.
93 StringBuffer sb = new StringBuffer().append("locality group ")
109 * Return the set of child locality groups for this instance.
117 * Return the array of CPU IDs which belong to this locality
126 * Return the locality group ID.
137 * @param other is another locality group belonging to the
195 * Return an array containing the child locality group IDs.
200 * Return an array of CPU IDs within this locality group.
H A DLocalityDomain.java30 package com.sun.solaris.service.locality;
65 * The cookie which represents the snapshot of locality
99 * every time a locality objective is examined. Since
182 * Return the locality group which contains the majority of
248 * Return the maximum possible latency between all locality
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm_ddi.h94 char locality; /* keep track of the locality */ member in struct:tpm_state
H A Dtpm.c325 (void) hcall_tpm_get(tpm->locality, offset, sizeof (uint8_t), &value);
335 (void) hcall_tpm_get(tpm->locality, offset, sizeof (uint32_t), &value);
343 (void) hcall_tpm_put(tpm->locality, offset, sizeof (uint8_t), value);
354 (uint8_t *)(TPM_LOCALITY_OFFSET(tpm->locality) |
363 (uint32_t *)(TPM_LOCALITY_OFFSET(tpm->locality) |
372 (uint8_t *)(TPM_LOCALITY_OFFSET(tpm->locality) |
943 tis_release_locality(tpm, tpm->locality, 0);
947 tis_release_locality(tpm, tpm->locality, 0);
1081 tis_release_locality(tpm, tpm->locality, 0);
1086 * Clear XrequestUse and Xactivelocality, where X is the current locality
1089 tis_release_locality(tpm_state_t *tpm, char locality, int force) argument
1109 tis_check_active_locality(tpm_state_t *tpm, char locality) argument
1134 tis_request_locality(tpm_state_t *tpm, char locality) argument
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Danon.h310 void *locality; /* lgroup locality info */ member in struct:anon_map
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c932 char *locality = NULL; local
948 locality = get_input_string(LOCALITY_PROMPT, NULL, RDN_MIN, RDN_MAX);
966 if (locality != NULL) {
968 (void) strlcat(subname, locality, SUBNAMESIZ);
996 if (locality)
997 free(locality);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c4418 zfs_deleg_who_type_t who_type, const char *name, char locality)
4436 switch (locality) {
4446 assert(B_FALSE); /* invalid locality */
4451 parse_who_perm(who_perm_t *who_perm, nvlist_t *nvl, char locality) argument
4468 set_deleg_perm_node(avl, node, who_type, name, locality);
4955 char locality = ld[i]; local
4956 if (locality == 0)
4963 base_type, locality, who);
4967 base_type, locality);
4978 set_type, locality, wh
4417 set_deleg_perm_node(uu_avl_t *avl, deleg_perm_node_t *node, zfs_deleg_who_type_t who_type, const char *name, char locality) argument
4990 char locality = ld[i]; local
[all...]

Completed in 101 milliseconds