| /netvirt/usr/src/pkgdefs/SUNWsckmr/ |
| preremove | 96 remove_ipsecinit_entry sport sun-dr apply md5 unique 98 remove_ipsecinit_entry sport cvc_hostd apply md5 unique
|
| postinstall | 128 remove_ipsecinit_entry sport sun-dr apply md5 unique 130 remove_ipsecinit_entry sport cvc_hostd apply md5 unique
|
| /netvirt/usr/src/uts/common/fs/zfs/ |
| unique.c | 26 #pragma ident "@(#)unique.c 1.3 07/08/02 SMI" 30 #include <sys/unique.h> 35 typedef struct unique { struct
|
| dsl_dataset.c | 38 #include <sys/unique.h> 185 /* if (bp->blk_birth > prev prev snap txg) prev unique += bs */ 1000 * The unique space in the head dataset can be calculated by subtracting 2073 uint64_t used, comp, uncomp, unique; member in struct:promotearg 2399 uint64_t unique = 0; local 2658 uint64_t unique; local 2700 uint64_t unique; local [all...] |
| /netvirt/usr/src/uts/common/io/drm/ |
| drm_ioctl.c | 46 * a unique in the form pci:oooo:bb:dd.f (o=domain, b=bus, d=device, f=function) 48 * 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)) 83 u32.unique = (caddr32_t)(uintptr_t)u1.unique; 109 if (dev->unique != NULL) { 115 dev->unique = drm_alloc(dev->unique_len + 1, DRM_MEM_DRIVER) [all...] |
| drm_drv.c | 229 if (dev->unique) { 230 drm_free(dev->unique, dev->unique_len + 1, DRM_MEM_DRIVER); 231 dev->unique = NULL;
|
| drm.h | 328 DRM_SIZE_T unique_len; /**< Length of unique */ 329 char __user *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique 334 uint32_t unique_len; /* Length of unique */ 335 caddr32_t unique; /* Unique name for driver instantiation */ member in struct:drm_unique32
|
| /netvirt/usr/src/cmd/lvm/metassist/layout/ |
| 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) [all...] |
| 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 disk 0 = yes, 1 = n [all...] |
| /netvirt/usr/src/lib/print/libprint/common/ |
| ns_bsd_addr.c | 414 ns_bsd_addr_get_list(int unique) 434 if (unique == UNIQUE) 439 if (unique == LOCAL_UNIQUE) 464 if (unique == UNIQUE) 471 if (unique == LOCAL_UNIQUE) 504 ns_bsd_addr_get_all(int unique) 520 return (ns_bsd_addr_get_list(unique)); 529 if (unique == UNIQUE [all...] |
| /netvirt/usr/src/tools/scripts/ |
| acr.sh | 171 while read filename script pkg pkginst isa mach unique pkgdef 180 print $filename $script $pkg $pkginst $isa $mach $unique \ 227 unique pkgdef ; do 241 if [ "$unique" = "c" ] ; then
|
| /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/ |
| README.ON | 38 uploaded archives have unique names.
|
| /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
| README.ON | 38 uploaded archives have unique names.
|
| /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
| README.ON | 38 uploaded archives have unique names.
|
| /netvirt/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
| README.ON | 38 uploaded archives have unique names.
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/ |
| dataconn.pm | 72 $ftp->message =~ /unique file name:\s*(\S*)\s*\)/ &&
|
| /netvirt/usr/src/grub/grub-0.95/stage2/ |
| disk_io.c | 41 static int unique; variable 1350 /* If DO_COMPLETION is true, just print NAME. Otherwise save the unique 1363 if (! unique) [all...] |
| /netvirt/usr/src/uts/common/io/aac/ |
| aac_ioctl.c | 92 _NOTE(SCHEME_PROTECTS_DATA("unique to each handling function", aac_features 322 /* Evaluate unique value */ 323 fibctx->unique = (unsigned long)fibctx & 0xfffffffful; 326 if (ctx->unique == fibctx->unique) { 327 fibctx->unique++; 341 if (ddi_copyout(&fibctx->unique, (void *)arg, 382 if (af->context == ctx->unique) 426 if (ctx->unique != (uint32_t)arg)
|
| /netvirt/usr/src/lib/libsecdb/common/ |
| getexecattr.c | 75 char unique[NSS_BUFLEN_EXECATTR]; local 82 (void) memset(unique, 0, NSS_BUFLEN_EXECATTR);
|
| /netvirt/usr/src/cmd/sa/ |
| 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++) {
|
| /netvirt/usr/src/ucbcmd/ucblinks/ |
| ucblinks.c | 993 * the unique argument (all others pass 0) so we keep track 998 addlink(char *compat_link, char *prefix, struct devices_ent *dep, int unique) 1015 if (unique) { 1054 addlink_nolookup(char *compat_link, char *target, int unique) 1069 if (unique) { [all...] |
| /netvirt/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| proto.h | 186 void store(char *name, char *mode, int unique);
|
| /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/ |
| Normalize.pm | 178 Note: FCD is not always unique, then plural forms may be equivalent 185 Note: FCC is unique, as well as four normalization forms (NF*).
|
| /netvirt/usr/src/lib/libc/port/gen/ |
| errlist | 117 80 Name not unique on network
|
| /netvirt/usr/src/uts/common/io/audio/sada/drv/audio810/ |
| README | 35 audio support module and audio personality modules. The unique audio support
|