/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | unique.c | 30 #include <sys/unique.h> 35 typedef struct unique { struct
|
H A D | dsl_dataset.c | 43 #include <sys/unique.h> 213 /* if (bp->blk_birth > prev prev snap txg) prev unique += bs */ 988 * The unique space in the head dataset can be calculated by subtracting 1420 * since our unique space is going to zero. 2280 * unique space, so the entire amount of the refreservation will need 2363 uint64_t used, comp, uncomp, unique, cloneusedsnap, originusedsnap; member in struct:dsl_dataset_promote_arg 2410 /* compute origin's new unique space */ 2416 &ddpa->unique, &unused, &unused); 2716 dsl_dataset_phys(origin_ds)->ds_unique_bytes = ddpa->unique; 3034 * Reset origin's unique byte 3312 uint64_t newval, unique; local 3370 uint64_t unique; local [all...] |
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | ns_bsd_addr.c | 427 ns_bsd_addr_get_list(int unique) argument 447 if (unique == UNIQUE) 452 if (unique == LOCAL_UNIQUE) 477 if (unique == UNIQUE) 484 if (unique == LOCAL_UNIQUE) 517 ns_bsd_addr_get_all(int unique) argument 533 return (ns_bsd_addr_get_list(unique)); 542 if (unique == UNIQUE)
|
/illumos-gate/usr/src/lib/scsi/libses/common/ |
H A D | ses_plugin.c | 37 size_t len, ses_node_t *np, boolean_t unique) 43 if ((pp = ses_snap_ctl_page(snap, pagenum, len, unique)) == NULL) 36 ses_plugin_ctlpage_lookup(ses_plugin_t *sp, ses_snap_t *snap, int pagenum, size_t len, ses_node_t *np, boolean_t unique) argument
|
H A D | ses_snap.c | 109 * caller is responsible for filling in the rest of the page data. If 'unique' 115 boolean_t unique) 129 if (pp->ssp_initialized && !unique) 132 if (unique) { 134 * The user has requested a unique instance of the page. Create 114 ses_snap_ctl_page(ses_snap_t *sp, ses2_diag_page_t page, size_t dlen, boolean_t unique) argument
|
/illumos-gate/usr/src/lib/libsecdb/common/ |
H A D | getexecattr.c | 72 char unique[NSS_BUFLEN_EXECATTR]; local 79 (void) memset(unique, 0, NSS_BUFLEN_EXECATTR);
|
/illumos-gate/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_hsp.c | 70 dlist_t **unique); 73 dlist_t *unique, 386 * the unique component sizes which need to be spared. 416 dlist_t *unique = NULL; /* volume slices that need spares */ local 455 ((error = get_uniquely_sized_slices(devices, &unique)) != 0) || 458 (error = remove_undersized_slices(unique, &avail)); 462 dlist_free_items(unique, NULL); 484 dlist_free_items(unique, NULL); 538 dlist_free_items(unique, NULL); 612 * dlist_t **unique) 626 get_uniquely_sized_slices( dlist_t *devices, dlist_t **unique) argument 681 remove_undersized_slices( dlist_t *unique, dlist_t **avail) argument [all...] |
H A D | layout_slice.c | 177 * - one on a unique HBA and disk that is of the exact size 178 * - one on a unique HBA and disk that is of sufficient size 179 * - one on unique HBA that is of the exact size 180 * - one on unique HBA that is of sufficient size 181 * - one on unique disk that is of the exact size 182 * - one on unique disk that is of sufficient size 185 * - one on a unique HBA that is the largest size 186 * - one on a unique disk that is the largest size 225 * i -> unique controller 0 = yes, 1 = no 227 * k -> unique dis 1440 slice_on_unique_hba( dm_descriptor_t slice, dlist_t *used, dlist_t *used_hbas, boolean_t *unique) argument 1533 slice_on_unique_disk( dm_descriptor_t slice, dlist_t *used, dlist_t *used_disks, boolean_t *unique) argument [all...] |
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 462 boolean_t unique) 468 if (unique == B_TRUE) { 461 internal_pgroup_create_common(entity_t *e, const char *name, const char *type, boolean_t unique) argument
|
H A D | svccfg_xml.c | 2685 * - The unique part of the property group name of the enclosing 2687 * is passed to us in pgpat_name. The unique part, is the part 2707 const char *unique; local 2710 /* Find the unique part of the pg_pattern property group name. */ 2713 unique = pgpat_name + prefix_len; 2736 SCF_PG_TM_PROP_PATTERN_PREFIX, unique, 3038 "type is not unique in %s\n"), 3042 "type \"%s\" is not unique in %s\n"), 3048 "and empty type is not unique in %s\n"), 3052 "and type \"%s\" is not unique i [all...] |
H A D | svccfg_tmpl.c | 1252 const char *unique; local 1257 /* Get the unique part of the pg_pattern's property group name. */ 1261 unique = pg_pattern->sc_pgroup_name + prefix_size; 1269 unique, prop_name) >= limit) {
|
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drm_io32.h | 45 uint32_t unique_len; /* Length of unique */ 46 caddr32_t unique; /* Unique name for driver instantiation */ member in struct:drm_unique_32
|
H A D | drm.h | 306 DRM_SIZE_T unique_len; /**< Length of unique */ 307 char __user *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
|
H A D | drmP.h | 731 char *unique; /* Unique identifier: e.g., busid */ member in struct:drm_device 732 int unique_len; /* Length of unique field */
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 42 static int unique; variable 1434 /* If DO_COMPLETION is true, just print NAME. Otherwise save the unique 1447 if (! unique) 1464 unique++; 1480 unique = 0; 1503 if (unique == 1) 1522 return unique - 1; 1589 if (unique == 1) 1615 unique = 1; 1656 if (unique [all...] |
/illumos-gate/usr/src/cmd/sa/ |
H A D | sadp.c | 1219 int unique = 0; local 1232 * Compose a list of unique device controller types, or 1254 * Have we already logged this one as unique? 1257 for (j = 0; j < unique; j++) 1260 if (j == unique) 1261 buf[unique++] = strdup(s); 1269 strlen(device) + unique*(NAMESIZE+1) + 1); 1271 for (p = msg + strlen(msg), i = 0; i < unique; i++) {
|
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_names.c | 103 /* increment the next_key, keeps them unique */ 4072 * track of unique devids associated with components of metadevices. Entries 4148 int unique = 1; /* Default to true */ local 4159 unique = 0; 4164 return (unique);
|
/illumos-gate/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_clientstub.c | 149 // unique within the scope of the same shared parent DNSServiceRef 171 uint32_t record_index; // index is unique to the ServiceDiscoveryRef 2267 unsigned int i, unique; local 2294 unique = 0; 2311 // Sum of all bytes in the local address and port should result in a unique 2314 unique += ptr[i]; 2315 unique += sl->sin_port; 2335 unique += ptr[i]; 2336 unique += sl6->sin6_port; 2350 len = snprintf(name, sizeof(name), "%u", unique); [all...] |
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 370 int unique : 1; /* does 'poolname' already exist? */ member in struct:importargs
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.h | 355 uint32_t unique; member in struct:aac_fib_context
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1369 char used[32], compressed[32], uncompressed[32], unique[32]; local 1380 zdb_nicenum(ds->ds_unique_bytes, unique); 1405 (void) printf("\t\tunique = %s\n", unique);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 260 * the in-kernel avl assumes unique keys for all objects. 1811 * so there are neither identities nor "unique" values 2979 boolean_t unique; local 3017 unique = B_FALSE; 3031 unique = B_TRUE; 3041 unique = B_TRUE; 3043 ap->ipa_act.ipa_apply.ipp_use_unique = unique; 3044 ap->ipa_want_unique = unique;
|