Home
last modified time | relevance | path

Searched refs:set (Results 126 – 150 of 1680) sorted by relevance

12345678910>>...68

/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S45 .set MEM_PAGE_SIZE,0x1000 # memory page size, 4k
46 .set MEM_ARG,0x900 # Arguments at start
47 .set MEM_ARG_BTX,0xa100 # Where we move them to so the
49 .set MEM_ARG_SIZE,0x18 # Size of the arguments
50 .set MEM_BTX_ADDRESS,0x9000 # where BTX lives
51 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
52 .set MEM_BTX_OFFSET,MEM_PAGE_SIZE # offset of BTX in the loader
53 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
57 .set AOUT_TEXT,0x04 # text segment size
58 .set AOUT_DATA,0x08 # data segment size
[all …]
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.S84 ! Create a stack frame, perform PIC set up. If we're a "normal" start, we have
102 set EB_ARGV, %l0 ! code for this entry
111 set EB_ENVP, %l1 ! code for environment base
113 set EB_AUXV, %l1 ! get code for auxiliary vector
121 set EB_NULL, %l0 ! set up for the last pointer
127 set (s.##n - 1b), %l0; \
131 set (f.##n - 1b), %l0; \
154 mov %l0, %i0 ! set up parameter
160 mov %i0, %o1 ! set up pointer
161 clr %o2 ! set up character counter
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A Dmsgget.c58 int set; in main() local
82 set = num = 0; in main()
84 mcindex(s, NiL, &set, &num); in main()
103 if (set) in main()
104 s = mcget(mc, set, num, msg); in main()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtable.test17 set testdir [file dirname $argv0]
142 set big_table \
194 set r {}
195 for {set i 1} {$i<=100} {incr i} {
199 for {set i 1} {$i<=100} {incr i} {
201 for {set k 1} {$k<$i} {incr k} {
217 set r {}
218 for {set i 1} {$i<=100} {incr i 2} {
222 for {set i 2} {$i<=100} {incr i 2} {
234 for {set i 1} {$i<=100} {incr i 2} {
[all …]
H A Dselect5.test18 set testdir [file dirname $argv0]
23 set fd [open data1.txt w]
24 for {set i 1} {$i<32} {incr i} {
25 for {set j 0} {pow(2,$j)<$i} {incr j} {}
54 set v [catch {execsql {
60 set v [catch {execsql {
66 set v [catch {execsql {
72 set v [catch {execsql {
78 set v [catch {execsql {
H A Dbtree4rb.test22 set testdir [file dirname $argv0]
29 set b1 [btree_open :memory:]
32 set data {abcdefghijklmnopqrstuvwxyz0123456789}
40 set ::c1 [btree_cursor $::b1 2 1]
42 for {set i 1} {$i<=$N} {incr i} {
51 for {set i 2} {$i<=$N} {incr i} {
74 for {set i [expr {$N-1}]} {$i>=1} {incr i -1} {
H A Dbigrow.test18 set testdir [file dirname $argv0]
24 set ::bigstr {}
25 for {set i 1} {$i<=9999} {incr i} {
44 set ::big1 [string range $::bigstr 0 65519]
45 set sql "INSERT INTO t1 VALUES('abc',"
54 set ::big2 [string range $::bigstr 0 65520]
55 set sql "INSERT INTO t1 VALUES('abc2',"
57 set r [catch {execsql $sql} msg]
142 for {set i 1} {$i<10} {incr i} {
181 for {set i 1} {$i<10} {incr i} {
[all …]
H A Dbtree4.test22 set testdir [file dirname $argv0]
31 set b1 [btree_open test1.bt]
34 set data {abcdefghijklmnopqrstuvwxyz0123456789}
42 set ::c1 [btree_cursor $::b1 2 1]
44 for {set i 1} {$i<=$N} {incr i} {
53 for {set i 2} {$i<=$N} {incr i} {
76 for {set i [expr {$N-1}]} {$i>=1} {incr i -1} {
H A Drowid.test18 set testdir [file dirname $argv0]
34 set x2rowid(1) [lindex $r 0]
35 set x2rowid(3) [lindex $r 1]
36 set rowid2x($x2rowid(1)) 1
37 set rowid2x($x2rowid(3)) 3
67 set norow [expr {int(rand()*1000000)}]
75 set v2 [list 1 $x2rowid(1) 3 $x2rowid(3)]
81 set v2 [list 1 $x2rowid(1) 3 $x2rowid(3)]
203 for {set i 1} {$i<=50} {incr i} {
254 set sqlite_search_count 0
[all …]
H A Djoin3_28.test19 set testdir [file dirname $argv0]
23 set result {}
24 for {set N 1} {$N<=40} {incr N} {
29 set sql "SELECT * FROM t1"
30 for {set i 2} {$i<=$N} {incr i} {append sql ", t$i"}
H A Dquick.test16 set testdir [file dirname $argv0]
20 set ISQUICK 1
22 set EXCLUDE {
41 set tail [file tail $testfile]
53 set sqlite_open_file_count 0
H A Dprogress.test17 set testdir [file dirname $argv0]
41 set counter 0
51 set counter 0
56 set counter
65 set five_rows 0
74 # Now set up the progress callback to abandon the query after the number of
109 set counter 0
114 set counter
H A Dvacuum.test17 set testdir [file dirname $argv0]
21 set txt [$db eval {SELECT name, type, sql FROM sqlite_master}]\n
28 set cksum [string length $txt]-[md5 $txt]
50 set ::size1 [file size test.db]
51 set ::cksum [cksum]
75 set ::size1 [file size test.db]
76 set ::cksum [cksum]
107 set ::cksum [cksum db2]
138 set DB [sqlite db test.db]
139 set VM [sqlite_compile $DB {VACUUM} TAIL]
/illumos-gate/usr/src/pkg/
H A Dosnet-incorporation.p5m29 set name=pkg.fmri value=pkg:/consolidation/osnet/osnet-incorporation@$(PKGVERS)
30 set name=pkg.summary value="OS/Net consolidation incorporation"
31 set name=pkg.description \
33 set name=pkg.depend.install-hold value=core-os.osnet
34 set name=pkg.linted.opensolaris.manifest001.1 value=True
35 set name=variant.arch value=$(ARCH)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgetgroups.c48 ast_getgroups(int len, gid_t* set)
62 if (len < 0 || !set)
70 set[i] = big[i];
73 *set = getgid();
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h229 #define DS_PORT_IN_SET(set, port) BT_TEST((set), (port)) argument
230 #define DS_PORTSET_ADD(set, port) BT_SET((set), (port)) argument
231 #define DS_PORTSET_DEL(set, port) BT_CLEAR((set), (port)) argument
232 #define DS_PORTSET_ISNULL(set) (memcmp((set), ds_nullport, \ argument
233 sizeof (set)) == 0)
234 #define DS_PORTSET_SETNULL(set) ((void)memset((set), 0, sizeof (set))) argument
/illumos-gate/usr/src/pkg/manifests/
H A Ddiagnostic-pci.p5m16 set name=pkg.fmri value=pkg:/diagnostic/pci@$(PKGVERS)
17 set name=pkg.summary value="PCI Utilities"
18 set name=pkg.description value="PCI Utilities"
19 set name=info.classification \
21 set name=variant.arch value=$(ARCH)
H A Ddeveloper-opensolaris-osnet.p5m25 set name=pkg.fmri value=pkg:/developer/opensolaris/osnet@$(PKGVERS)
26 set name=pkg.summary value="Dependencies required to build the illumos-gate."
27 set name=pkg.description \
29 set name=info.classification \
31 set name=org.opensolaris.noincorp value=true
32 set name=variant.arch value=$(ARCH)
H A Ddriver-usb-usbgem.p5m17 set name=pkg.fmri value=pkg:/driver/usb/usbgem@$(PKGVERS)
18 set name=pkg.summary value="USB General Ethernet Module"
19 set name=pkg.description value="USB General Ethernet Module"
20 set name=info.classification value=org.opensolaris.category.2008:Drivers/Ports
21 set name=variant.arch value=i386
H A Ddeveloper-acpi.p5m15 set name=pkg.fmri value=pkg:/developer/acpi@$(PKGVERS)
16 set name=pkg.summary value="ACPI utilities"
17 set name=pkg.description value="ACPI utilities"
18 set name=info.classification \
20 set name=variant.arch value=i386
H A Dnetwork-snoop.p5m16 set name=pkg.fmri value=pkg:/network/snoop@$(PKGVERS)
17 set name=pkg.summary value=snoop
18 set name=pkg.description value="snoop - capture and inspect network packets"
19 set name=info.classification value=org.opensolaris.category.2008:System/Core
20 set name=variant.arch value=$(ARCH)
/illumos-gate/usr/src/cmd/nsadmin/
H A Dksh.kshrc31 # Enable "gmacs"+"multiline" editor mode if the user did not set an
33 # "set -o" flag)
34 if [[ "$(set +o)" != ~(Er)--(gmacs|emacs|vi)( .*|) ]] ; then
35 set -o gmacs
37 set -o multiline
39 set -o globstar
51 # LANG when LC_ALL is not set)
70 if [[ "$(set)" != ~(E)PS1= && -z "${PS1-}" ]] ; then
71 PS1='$(set +o xtrace +o errexit
/illumos-gate/usr/src/lib/hal/libhal/common/
H A Dlibhal.h415 void libhal_free_property_set (LibHalPropertySet *set);
418 unsigned int libhal_property_set_get_num_elems (LibHalPropertySet *set);
421 LibHalPropertyType libhal_ps_get_type (const LibHalPropertySet *set, const char *key);
424 const char *libhal_ps_get_string (const LibHalPropertySet *set, const char *key);
427 dbus_int32_t libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key);
430 dbus_uint64_t libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key);
433 double libhal_ps_get_double (const LibHalPropertySet *set, const char *key);
436 dbus_bool_t libhal_ps_get_bool (const LibHalPropertySet *set, const char *key);
439 const char * const *libhal_ps_get_strlist (const LibHalPropertySet *set, const char *key);
449 LibHalPropertySet *set; /**< Property set we are iterating over */ member
[all …]
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_interrupt.S415 set process_resumable_error, %g1
429 stxa %g3, [%g4]ASI_QUEUE ! set head equal to tail
439 set rq_overflow, %g1
478 2: set CPU_NRQ_BASE_OFF, %g4
481 set CPU_NRQ_SIZE, %g7
490 set 0, %g5
515 set CPU_NRQ_SIZE, %g5 ! %g5 = queue size
569 set trap_table, %g5
573 set etrap_table, %g5
599 set process_nonresumable_error, %g1
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c130 in_string_set(char *p, char *set) in in_string_set() argument
135 errlog(BEGIN, "in_string_set( p = \"%s\", set = \"%s\") {", p, set); in in_string_set()
138 set = skipb(set); in in_string_set()
139 q = nextsep(set); in in_string_set()
140 if (q == set) { in in_string_set()
146 if (strcmp(p, set) == 0) { in in_string_set()
153 set = q; in in_string_set()

12345678910>>...68