Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 98) sorted by relevance

1234

/titanic_41/usr/src/lib/libsqlite/test/
H A Dunique.test18 # $Id: unique.test,v 1.7 2003/08/05 13:13:39 drh Exp $
26 do_test unique-1.1 {
35 do_test unique-1.1b {
44 do_test unique-1.2 {
49 do_test unique-1.3 {
53 } {1 {column a is not unique}}
54 do_test unique-1.4 {
59 do_test unique-1.5 {
63 } {1 {column b is not unique}}
64 do_test unique-1.6 {
[all …]
H A Dconflict.test369 if {$t0} {set t1 {column a is not unique}}
397 CREATE TABLE t1(a unique, b);
545 } {1 {column b is not unique}}
551 } {1 {column b is not unique}}
559 } {1 {column b is not unique}}
571 } {1 {column b is not unique}}
581 } {1 {column d is not unique}}
587 } {1 {column d is not unique}}
595 } {1 {column d is not unique}}
607 } {1 {column d is not unique}}
[all …]
H A Dcrashme2.off21 CREATE TABLE t3(a unique on conflict rollback);
41 } {1 {column a is not unique}}
H A Dtrigger2.test477 } {1 {column a is not unique}}
487 } {1 {column a is not unique}}
503 } {1 {column a is not unique}}
531 } {1 {column a is not unique}}
541 } {1 {column a is not unique}}
563 } {1 {column a is not unique}}
/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_hsp.c70 dlist_t **unique);
73 dlist_t *unique,
416 dlist_t *unique = NULL; /* volume slices that need spares */ in populate_hsp() local
455 ((error = get_uniquely_sized_slices(devices, &unique)) != 0) || in populate_hsp()
458 (error = remove_undersized_slices(unique, &avail)); in populate_hsp()
462 dlist_free_items(unique, NULL); in populate_hsp()
484 dlist_free_items(unique, NULL); in populate_hsp()
538 dlist_free_items(unique, NULL); in populate_hsp()
628 dlist_t **unique) in get_uniquely_sized_slices() argument
643 if (dlist_contains(*unique, comp, in get_uniquely_sized_slices()
[all …]
H A Dlayout_slice.c1444 boolean_t *unique) in slice_on_unique_hba() argument
1453 *unique = B_TRUE; in slice_on_unique_hba()
1464 (iter != NULL) && (*unique == B_TRUE) && (error == 0); in slice_on_unique_hba()
1482 (iter1 != NULL) && (*unique == B_TRUE) && (error == 0); in slice_on_unique_hba()
1487 *unique = B_FALSE; in slice_on_unique_hba()
1499 (iter != NULL) && (*unique == B_TRUE) && (error == 0); in slice_on_unique_hba()
1503 *unique = B_FALSE; in slice_on_unique_hba()
1537 boolean_t *unique) in slice_on_unique_disk() argument
1543 *unique = B_TRUE; in slice_on_unique_disk()
1554 (iter != NULL) && (*unique == B_TRUE) && (error == 0); in slice_on_unique_disk()
[all …]
/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_ioctl.c64 u1.unique = (char __user *)(uintptr_t)u32.unique; in drm_getunique()
74 if (DRM_COPY_TO_USER(u1.unique, dev->unique, dev->unique_len)) in drm_getunique()
84 u32.unique = (caddr32_t)(uintptr_t)u1.unique; in drm_getunique()
110 if (dev->unique != NULL) { in drm_set_busid()
116 dev->unique = drm_alloc(dev->unique_len + 1, DRM_MEM_DRIVER); in drm_set_busid()
117 if (dev->unique == NULL) { in drm_set_busid()
122 (void) snprintf(dev->unique, dev->unique_len, "pci:%04x:%02x:%02x.%1x", in drm_set_busid()
H A Ddrm_io32.h46 caddr32_t unique; /* Unique name for driver instantiation */ member
/titanic_41/usr/src/lib/print/libprint/common/
H A Dns_bsd_addr.c427 ns_bsd_addr_get_list(int unique) in ns_bsd_addr_get_list() argument
447 if (unique == UNIQUE) in ns_bsd_addr_get_list()
452 if (unique == LOCAL_UNIQUE) in ns_bsd_addr_get_list()
477 if (unique == UNIQUE) in ns_bsd_addr_get_list()
484 if (unique == LOCAL_UNIQUE) in ns_bsd_addr_get_list()
517 ns_bsd_addr_get_all(int unique) in ns_bsd_addr_get_all() argument
533 return (ns_bsd_addr_get_list(unique)); in ns_bsd_addr_get_all()
542 if (unique == UNIQUE) in ns_bsd_addr_get_all()
/titanic_41/usr/src/grub/grub-0.97/stage1/
H A DMakefile.in265 unique=`for i in $$list; do \
270 mkid -fID $$unique
278 unique=`for i in $$list; do \
283 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
284 test -n "$$unique" || unique=$$empty_fix; \
286 $$tags $$unique; \
294 unique=`for i in $$list; do \
299 test -z "$(CTAGS_ARGS)$$tags$$unique" \
301 $$tags $$unique
/titanic_41/usr/src/grub/grub-0.97/lib/
H A DMakefile.in253 unique=`for i in $$list; do \
258 mkid -fID $$unique
266 unique=`for i in $$list; do \
271 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
272 test -n "$$unique" || unique=$$empty_fix; \
274 $$tags $$unique; \
282 unique=`for i in $$list; do \
287 test -z "$(CTAGS_ARGS)$$tags$$unique" \
289 $$tags $$unique
/titanic_41/usr/src/grub/grub-0.97/grub/
H A DMakefile.in279 unique=`for i in $$list; do \
284 mkid -fID $$unique
292 unique=`for i in $$list; do \
297 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
298 test -n "$$unique" || unique=$$empty_fix; \
300 $$tags $$unique; \
308 unique=`for i in $$list; do \
313 test -z "$(CTAGS_ARGS)$$tags$$unique" \
315 $$tags $$unique
/titanic_41/usr/src/grub/grub-0.97/util/
H A DMakefile.in310 unique=`for i in $$list; do \
315 mkid -fID $$unique
323 unique=`for i in $$list; do \
328 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
329 test -n "$$unique" || unique=$$empty_fix; \
331 $$tags $$unique; \
339 unique=`for i in $$list; do \
344 test -z "$(CTAGS_ARGS)$$tags$$unique" \
346 $$tags $$unique
/titanic_41/usr/src/grub/grub-0.97/
H A DMakefile.in307 unique=`for i in $$list; do \
312 mkid -fID $$unique
333 unique=`for i in $$list; do \
338 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
339 test -n "$$unique" || unique=$$empty_fix; \
341 $$tags $$unique; \
349 unique=`for i in $$list; do \
354 test -z "$(CTAGS_ARGS)$$tags$$unique" \
356 $$tags $$unique
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c42 static int unique; variable
1447 if (! unique) in print_a_completion()
1464 unique++; in print_a_completion()
1480 unique = 0; in print_completions()
1503 if (unique == 1) in print_completions()
1522 return unique - 1; in print_completions()
1589 if (unique == 1) in print_completions()
1615 unique = 1; in print_completions()
1656 if (unique == 1) in print_completions()
1667 unique = 1; in print_completions()
[all …]
/titanic_41/usr/src/tools/scripts/
H A Dits.reg33 # Systems are listed alphabetically by unique PREFIX. No priority of
47 # A unique, three-character abbreviation. Please avoid generic
58 # A URL to resolve reference to a unique key. See NOTES below.
68 # A regexp(5) to tokenize a valid, unique key. See NOTES below.
83 # A REGEX for a particular system is required to match any unique keys
/titanic_41/usr/src/uts/common/io/aac/
H A Daac_ioctl.c331 fibctx_p->unique = (unsigned long)fibctx_p & 0xfffffffful; in aac_open_getadapter_fib()
334 if (ctx_p->unique == fibctx_p->unique) { in aac_open_getadapter_fib()
335 fibctx_p->unique++; in aac_open_getadapter_fib()
349 if (ddi_copyout(&fibctx_p->unique, (void *)arg, in aac_open_getadapter_fib()
372 if (af->context == ctx_p->unique) in aac_next_getadapter_fib()
409 if (ctx_p->unique != (uint32_t)arg) in aac_close_getadapter_fib()
/titanic_41/usr/src/grub/grub-0.97/docs/
H A DMakefile.in519 unique=`for i in $$list; do \
524 mkid -fID $$unique
532 unique=`for i in $$list; do \
537 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
538 test -n "$$unique" || unique=$$empty_fix; \
540 $$tags $$unique; \
548 unique=`for i in $$list; do \
553 test -z "$(CTAGS_ARGS)$$tags$$unique" \
555 $$tags $$unique
/titanic_41/usr/src/cmd/sa/
H A Dsadp.c1219 int unique = 0; local
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++) {
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dunique.c35 typedef struct unique { struct
/titanic_41/usr/src/cmd/svr4pkg/pkgscripts/
H A Ddefault27 instance=unique
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DREADME.ON13 as CPAN requires that uploaded archives have unique names.
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME.ON13 as CPAN requires that uploaded archives have unique names.
/titanic_41/usr/src/lib/scsi/libses/common/
H A Dses_plugin.c37 size_t len, ses_node_t *np, boolean_t unique) in ses_plugin_ctlpage_lookup() argument
43 if ((pp = ses_snap_ctl_page(snap, pagenum, len, unique)) == NULL) in ses_plugin_ctlpage_lookup()
/titanic_41/usr/src/lib/libsecdb/common/
H A Dgetexecattr.c72 char unique[NSS_BUFLEN_EXECATTR]; in getexecprof() local
79 (void) memset(unique, 0, NSS_BUFLEN_EXECATTR); in getexecprof()

1234