| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_drv.c | 56 char unique[20]; local 74 * and the unique returned will be the virtio_device "virtio0", 97 snprintf(unique, sizeof(unique), "pci:%s", pname); 98 return drm_dev_set_unique(dev, unique);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| unique.c | 30 #include <sys/unique.h> 35 typedef struct unique { struct
|
| dsl_dataset.c | 45 #include <sys/unique.h> 220 /* if (bp->blk_birth > prev prev snap txg) prev unique += bs */ 1043 * The unique space in the head dataset can be calculated by subtracting 1477 * since our unique space is going to zero. 1805 * We already know that all clone names must be unique and we 2371 * unique space, so the entire amount of the refreservation will need 2454 uint64_t used, comp, uncomp, unique, cloneusedsnap, originusedsnap; member in struct:dsl_dataset_promote_arg 2501 /* compute origin's new unique space */ 2507 &ddpa->unique, &unused, &unused); 2830 dsl_dataset_phys(origin_ds)->ds_unique_bytes = ddpa->unique; 3426 uint64_t newval, unique; local 3484 uint64_t unique; local [all...] |
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_auth.h | 96 * @unique: Unique identifier: e.g. busid. Protected by 99 char *unique; member in struct:drm_master 101 * @unique_len: Length of unique field. Protected by
|
| drm_device.h | 128 /** @unique: Unique name of the device */ 129 char *unique; member in struct:drm_device
|
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| multilib-generator | 96 def unique(x): function 129 ext = unique(ext) 176 alts = unique(alts)
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-perfpow.c | 110 int i, j, k, unique, destroy, res; local 127 nrprimes = mpz_get_ui (np) % NRP + 1; /* 1-NRP unique primes */ 138 unique = 1; 143 unique = 0; 147 if (unique)
|
| /src/usr.sbin/services_mkdb/ |
| services_mkdb.c | 75 int unique = 0; local 96 unique++; 117 if (argc > 1 || (unique && otherflag)) 122 if (unique)
|
| /src/external/bsd/unbound/dist/services/ |
| mesh.h | 184 * Unique per qname, qtype, qclass (from the qstate). 226 struct mesh_state* unique; member in struct:mesh_state 352 * @param unique_info: if nonnull, unique info is passed back to be used 520 * Make a mesh state unique. 521 * A unique mesh state uses it's unique member to point to itself. 557 * Find a unique mesh state in the mesh area. Pass relevant flags. 566 * @param unique_info: the unique info for the state. NULL can be passed. 769 * @param unique_info: if not NULL, used to find a unique state for removal.
|
| mesh.c | 167 if(a->unique < b->unique) 169 if(a->unique > b->unique) 471 int unique = unique_mesh_state(edns->opt_list_in, mesh->env); local 500 if(!unique) 550 if(unique) 677 int unique = unique_mesh_state(edns->opt_list_in, mesh->env); local 685 if(!unique) 702 if(unique) [all...] |
| /src/lib/libperfuse/ |
| perfuse_if.h | 193 uint64_t unique; member in struct:fuse_in_header 204 uint64_t unique; member in struct:fuse_out_header
|
| fuse.h | 402 uint64_t unique; member in struct:fuse_interrupt_in 460 uint64_t unique; 485 uint64_t unique;
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| unique.c | 1 /* $NetBSD: unique.c,v 1.4 2025/09/05 21:16:32 christos Exp $ */ 3 /* unique.c - attribute uniqueness module */ 27 __RCSID("$NetBSD: unique.c,v 1.4 2025/09/05 21:16:32 christos Exp $"); 43 static slap_overinst unique; variable 65 char strict; /* null considered unique too */ 220 Debug ( LDAP_DEBUG_CONFIG, "unique config: %s\n", 237 "slapo-unique needs a rootdn; " 257 "unique: attribute: %s: %s", 268 "unique: uri with base scope will always be unique"); [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| shared_ptr.h | 697 unique() const // never throws function in class:tr1::__shared_ptr
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| shared_ptr.h | 697 unique() const // never throws function in class:tr1::__shared_ptr
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-coff.c | 754 unique, nor do we merge tags with non-tags. */ 1080 /* Make a weak symbol name unique by 1086 const char * unique = ""; 1090 unique = an_external_name; 1094 return notes_concat (name, ".", unique, (char *) NULL); 1082 const char * unique = ""; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-coff.c | 754 unique, nor do we merge tags with non-tags. */ 1082 /* Make a weak symbol name unique by 1088 const char * unique = ""; 1092 unique = an_external_name; 1096 return notes_concat (name, ".", unique, (char *) NULL); 1084 const char * unique = ""; local
|
| /src/sys/compat/netbsd32/ |
| netbsd32_drm.c | 126 netbsd32_pointer_t unique; member in struct:drm_unique32 140 uq64.unique = NETBSD32PTR64(uq32.unique); 146 //unique should already be copied 166 uq64.unique = NETBSD32PTR64(uq32.unique); 174 NETBSD32PTR32(uq32.unique, uq64.unique);
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_ioc32.c | 132 u32 unique_len; /* Length of unique */ 133 u32 unique; /* Unique name for driver instantiation */ member in struct:drm_unique32 147 .unique = compat_ptr(uq32.unique),
|
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| dnssd_clientstub.c | 195 // unique within the scope of the same shared parent DNSServiceRef. On the 239 uint32_t record_index; // index is unique within the set of DNSRecordRefs owned by its parent (sdr). 2947 unsigned int i, unique; local 2952 unique = 0; 2969 // Sum of all bytes in the local address and port should result in a unique 2972 unique += ptr[i]; 2973 unique += sl->sin_port; 2993 unique += ptr[i]; 2994 unique += sl6->sin6_port; 3012 len = snprintf(name, sizeof(name), "%u", unique); [all...] |
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs.h | 373 int unique : 1; /* does 'poolname' already exist? */ member in struct:importargs
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| stl_algo.h | 860 // Skip the beginning, if already unique. 883 * unique() is stable, so the relative order of elements that are 891 unique(_ForwardIterator __first, _ForwardIterator __last) function 914 * unique() is stable, so the relative order of elements that are 922 unique(_ForwardIterator __first, _ForwardIterator __last, function
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| stl_algo.h | 905 // Skip the beginning, if already unique. 928 * unique() is stable, so the relative order of elements that are 936 unique(_ForwardIterator __first, _ForwardIterator __last) function 959 * unique() is stable, so the relative order of elements that are 967 unique(_ForwardIterator __first, _ForwardIterator __last, function
|
| /src/sys/coda/ |
| coda.h | 212 u_long Unique; 218 return (fid->Unique + (fid->Vnode<<10) + (fid->Volume<<20)); 225 fid->Vnode, fid->Unique); 233 fid1->Unique == fid2->Unique); 371 unsigned long unique; /* Keep multiple outstanding msgs distinct */ member in struct:coda_in_hdr 380 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ member in struct:coda_in_hdr 387 /* Really important that opcode and unique are 1st two fields! */ 390 u_int32_t unique; member in struct:coda_out_hdr 829 (fidp)->Unique == -1 [all...] |
| /src/sys/external/bsd/drm/dist/bsd-core/ |
| drmP.h | 494 struct drm_file *file_priv; /* Unique identifier of holding process */ 557 struct drm_file *file_priv; /* Unique identifier of holding process (NULL is kernel)*/ 777 char *unique; /* Unique identifier: e.g., busid */ member in struct:drm_device 778 int unique_len; /* Length of unique field */
|