Searched defs:cluster (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/format/ |
| H A D | ix_altsctr.c | 519 uint_t cluster; local 526 cluster = (ap->ap_entp)[i].bad_end-(ap->ap_entp)[i].bad_start +1; 529 ap->ap_map_sectot - 1, cluster, ALTS_MAP_DOWN); 536 alts_ind = alts_ind - cluster + 1; 538 for (j = 0; j < cluster; j++) {
|
| /illumos-gate/usr/src/lib/libdiskmgt/common/ |
| H A D | disks_private.h | 55 int cluster; member in struct:alias_info
|
| /illumos-gate/usr/src/cmd/lvm/util/ |
| H A D | metaset.c | 38 cluster, enumerator in enum:metaset_cmd 50 clusterversion, /* Return the version of the cluster I/F */ 149 * cluster went down but the node being added was unable 153 * When that node reboots and returns to the cluster, 316 * Print the current versionn of the cluster contract private interface. 522 * When running on a cluster system that 528 * When running on a cluster system that 536 * cluster framework has allocated a 542 * When running on a non-cluster system, 1642 * If we're running in a cluster environmen [all...] |
| /illumos-gate/usr/src/cmd/addbadsec/ |
| H A D | ix_altsctr.c | 504 uint_t cluster; local 511 cluster = (ap->ap_entp)[i].bad_end-(ap->ap_entp)[i].bad_start +1; 514 ap->ap_map_sectot - 1, cluster, ALTS_MAP_DOWN); 521 alts_ind = alts_ind - cluster + 1; 523 for (j = 0; j < cluster; j++) {
|
| /illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
| H A D | clusters.c | 244 perror(gettext("No memory for cached cluster info")); 251 perror(gettext("No memory for cached copy of cluster")); 309 * Get cluster bytes off the disk. We always read those bytes into 312 * read, even if it's short of a full cluster. This is for future use 330 perror(gettext("No memory for a cluster data buffer")); 411 gettext("Out of memory for cluster information")); 472 * Allocate entries in our sparse array of cluster information. 487 * at least one other cluster as we never return a value if we didn't 703 * systems, the root directory is in a file area cluster just 828 * scenario, the secondToLast argument is not a valid cluster 895 truncAtCluster(int fd, struct pcdir *entry, int32_t cluster) argument [all...] |
| /illumos-gate/usr/src/uts/common/avs/ns/dsw/ |
| H A D | dsw.h | 79 #define DSWIOC_CHANGETAG _D_(33) /* change the cluster tag of a set */ 320 char cluster[DSW_NAMELEN]; member in struct:pit_props_s 467 #define CV_IS_CLUSTER 0x00000020 /* struct refers to cluster */
|
| H A D | dsw_dev.c | 74 #define II_LINK_CLUSTER(ip, cluster) \ 75 _ii_ll_add(ip, &_ii_cluster_mutex, &_ii_cluster_top, cluster, \ 1266 * Set cluster tag for this element so it can 1307 /* Restore cluster & group names, if header version is 4 */ 1309 /* cluster */ 2425 char *group, *cluster; local 2470 /* copy over group and cluster associations */ 2472 cluster = ilp32? ustat32.cluster_tag : ustat.cluster_tag; 2474 bzero(cluster, DSW_NAMELEN); 2478 (void) strncpy(cluster, i [all...] |
| /illumos-gate/usr/src/cmd/avs/dsw/ |
| H A D | iiadm.c | 80 * Support for the special cluster tag "local" to be used with -C in a 81 * cluster for local volumes. 513 * If we are in a cluster, set or derive a valid disk group 527 * If a cluster tag was specified or derived, set it 1159 * If we are in a cluster, attempt to derive a new resource group 1177 * Check dgname and cluster tag from -C are 1226 * Carry out cluster based checks for a specified volume, or just 1883 * cluster, then "-C <tag>", must be set 1918 "in the same cluster resource"), NULL); 1923 * Check cluster ta 3243 dsw_list_clusters(char *cluster) argument [all...] |
Completed in 72 milliseconds