/illumos-gate/usr/src/boot/sys/sys/ |
H A D | module.h | 172 #define MODULE_PNP_INFO(d, b, unique, t, l, n) \ 173 static const struct mod_pnp_match_info _module_pnp_##b##_##unique = { \ 180 MODULE_METADATA(_md_##b##_pnpinfo_##unique, MDT_PNP_INFO, \ 181 &_module_pnp_##b##_##unique, #b);
|
/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/uts/common/io/drm/ |
H A D | drm_ioctl.c | 47 * a unique in the form pci:oooo:bb:dd.f (o=domain, b=bus, d=device, f=function) 49 * the unique is not defined for any other bus. 64 u1.unique = (char __user *)(uintptr_t)u32.unique; 74 if (DRM_COPY_TO_USER(u1.unique, dev->unique, dev->unique_len)) 84 u32.unique = (caddr32_t)(uintptr_t)u1.unique; 110 if (dev->unique != NULL) { 116 dev->unique [all...] |
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_drv.c | 248 if (dev->unique) { 249 drm_free(dev->unique, dev->unique_len + 1, DRM_MEM_DRIVER); 250 dev->unique = NULL;
|
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
|
/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/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/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/uts/common/smbsrv/ndl/ |
H A D | ndrtypes.ndl | 53 #define UNIQUE [unique]
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac_ioctl.c | 93 _NOTE(SCHEME_PROTECTS_DATA("unique to each handling function", aac_features 330 /* Evaluate unique value */ 331 fibctx_p->unique = (unsigned long)fibctx_p & 0xfffffffful; 334 if (ctx_p->unique == fibctx_p->unique) { 335 fibctx_p->unique++; 349 if (ddi_copyout(&fibctx_p->unique, (void *)arg, 372 if (af->context == ctx_p->unique) 409 if (ctx_p->unique != (uint32_t)arg)
|
H A D | aac.h | 355 uint32_t unique; member in struct:aac_fib_context
|
/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/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/lib/libc/port/gen/ |
H A D | errlist | 117 80 Name not unique on network
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_history.txt | 160 * 02-29-08 02.00.06 Modified various names to make them 32-character unique. 313 * 05-12-10 02.00.10 Added optional vendor-unique region to SCSI IO Request. 482 * 02-29-08 02.00.02 Modified various names to make them 32-character unique. 499 * 02-29-08 02.00.02 Modified various names to make them 32-character unique.
|
/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/ |
H A D | os_SunOS_amd64.s | 81 / Return a unique identifier for the currently active thread.
|
/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/cmd/zhack/ |
H A D | zhack.c | 153 g_importargs.unique = B_TRUE;
|
/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
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 370 int unique : 1; /* does 'poolname' already exist? */ member in struct:importargs
|