Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/titanic_44/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c79 } In, Out; variable
323 In.f_bsize = Out.f_bsize = BLKSIZ; in main()
402 In.f_dev_p = argv[DEV_IN]; in main()
409 In.f_vol_p = &From_vol[0]; in main()
412 if ((In.f_des = open(In.f_dev_p, O_RDONLY)) < 1) in main()
413 perr(10, "%s: cannot open\n", In.f_dev_p); in main()
417 if (fstat(In.f_des, &stbuf) < 0 || (stbuf.st_mode & S_IFMT) != S_IFCHR) in main()
422 if ((Itape = tapeck(&In, INPUT)) == 1) in main()
435 (void) getinfs(In.f_dev, In.f_des, Sptr); in main()
489 strncpy(Ifpack, In.f_vol_p, 6); in main()
[all …]
/titanic_44/usr/src/uts/intel/io/acpica/resources/
H A Drsxface.c56 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
57 #define ACPI_COPY_ADDRESS(Out, In) \ argument
58 ACPI_COPY_FIELD(Out, In, ResourceType); \
59 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
60 ACPI_COPY_FIELD(Out, In, Decode); \
61 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
62 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \
63 ACPI_COPY_FIELD(Out, In, Info); \
64 ACPI_COPY_FIELD(Out, In, Address.Granularity); \
65 ACPI_COPY_FIELD(Out, In, Address.Minimum); \
[all …]
/titanic_44/usr/src/uts/intel/io/acpica/utilities/
H A Dutmisc.c147 } In; in AcpiUtDwordByteSwap() local
153 In.Value = Value; in AcpiUtDwordByteSwap()
155 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap()
156 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap()
157 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap()
158 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap()
/titanic_44/usr/src/lib/libshell/common/
H A DCOMPATIBILITY28 5. The output format for some built-ins has changed. In particular
96 ksh93. In ksh88 they were dynamically scoped although this
112 25. In ksh93, cd - will output the directory that it changes
124 28. In emacs/gmacs mode, control-v will not display the version when
128 29. In ksh88, DEBUG traps were executed. after each command. In ksh93
131 30. In ksh88, a redirection to a file name given by an empty string was
132 ignored. In ksh93, this is an error.
H A DPROMO.mm14 In addition, "sh" scripts can be run on KSH-93 without modification.
36 In-line Editing: In "sh", the only way to fix mistyped
80 In addition there is an arithmetic for command that works
107 be passed by reference. In addition, each variable
134 In addition, KSH-93 can be used as a library that can
139 README file. In addition, the "New KornShell Command and Programming
H A DRELEASE8873 1. A list of words. In this case each word is expanded as
77 [subscript]=value. In this, these elements become
79 3. A list of assignments; simple or compound. In this
83 statements. In this case each assignment is made as
86 In case 3 and 4 above, the value of "$varname" after
212 to conform with the IEEE-POSIX 1003.2 standard. In particular,
243 conventions with some additions. In particular,
367 invocations. In addition, the -x attributes for
374 2. In emacs mode ^N as the first related command after
377 3. In emacs mode, successive kill and delete commands will
[all …]
H A DTYPES135 objects such as Pt_t. In this case, the variable named . inside
154 In this case it is used to specify a date format.
156 In this case
181 to create a new type Pt_t based on the original Pt_t. In this case
/titanic_44/usr/src/pkg/manifests/
H A Dstorage-avs-point-in-time-copy.mf33 set name=pkg.description value="Point-In-Time Copy and snapshot facility"
35 value="Sun StorageTek Availability Suite Point-In-Time Copy"
88 legacy pkg=SUNWiir desc="Point-In-Time Copy and snapshot facility" \
89 name="Sun StorageTek Availability Suite Point-In-Time Copy (root)"
90 legacy pkg=SUNWiiu desc="Point-In-Time Copy and snapshot facility" \
91 name="Sun StorageTek Availability Suite Point-In-Time Copy (usr)"
/titanic_44/usr/src/cmd/power/
H A Dsysidpm.po31 # In the following message, each escape sequence requires
34 # In the sysidpm.sh script, the corresponding original message has
45 # In the following message, each escape sequence requires
48 # In the sysidpm.sh script, the corresponding original message has
/titanic_44/usr/src/lib/librstp/common/
H A DChangeLog33 - - In the librstp.a : drastic change in Port Role Selection
36 - - In libcli.c : readline completion works; for it
46 - - In libcli.a instead of stupid fgets() function we use
H A DREADME17 1. In one shell run 'mngr'
22 2. In another shell run bridge instance.
H A DREADME.news5 - In libcli.a instead of stupid fgets() function we use
/titanic_44/usr/src/cmd/svc/milestone/
H A DREADME.share36 In failure scenarios, smf(5) may or may not be running, depending on
42 start automatically can be started manually. In the case that the
79 In cases where the system was unable to bring a combination of the
87 to mount the various filesystems. In the case that these methods fail,
133 In some scenarios, one may be able to use routeadm(1M) to activate more
/titanic_44/usr/src/lib/libsqlite/test/
H A Dmain.test6 # The author disclaims copyright to this source code. In place of
193 CREATE TABLE /* In comment ; */
198 CREATE TABLE /* In comment ; */ hi;
203 CREATE TABLE /* In comment ; */;
H A Dbtree3.test6 # The author disclaims copyright to this source code. In place of
17 # In particular, this file tests a small part of the Delete logic
H A Dbtree3rb.test6 # The author disclaims copyright to this source code. In place of
17 # In particular, this file tests a small part of the Delete logic
H A Dthread1.test6 # The author disclaims copyright to this source code. In place of
44 # thread can write the database. In other words:
/titanic_44/usr/src/cmd/fs.d/smbclnt/
H A DCREDITS3 In the development process next sources were used:
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A DCREDITS3 In the development process next sources were used:
/titanic_44/usr/src/lib/libdhcputil/
H A DREADME.inittab41 situation has spiraled out of control. In addition to the obvious
97 up a whole value for this option. In the case of `NUMBER',
137 o In general, changing provided information in a released inittab
144 options). In general, this functionality is only used where
158 In general, it is expected that inittab entries are acquired via
253 In addition, the following routines return extended error information
283 In order to aid in debugging inittab-related problems, two environment
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s58 ! In this case, we have multiple routines depending upon the
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Ddynmem_readme.txt39 memory is required in a piecemeal manner. In addition the requisitioned
87 In general the routine sleeps a specified amount of time then wakes and
109 In addition there is a placeholder for centries identified as 'sticky
136 In addition there exist an accelerated aging flag which mimics hysterisis
151 be found in ./src/cmd/ns/sdbc/sdbc_dynmem.c. In addition the behavior variable
247 the kstat library reporting mechanism. In general the statistics fall into
334 cached - just the maximum possible. In order to determine the number present
/titanic_44/usr/src/uts/common/io/e1000api/
H A DTHIRDPARTYLICENSE4 # In redistributing this file this license must be included
/titanic_44/usr/src/uts/common/io/e1000g/
H A DTHIRDPARTYLICENSE4 # In redistributing this file this license must be included
/titanic_44/usr/src/uts/common/io/usb/hcd/
H A DREADME216 In this case, we need to add required bandwidth to 0,4,8,12,16,20,24,
268 transfers will get 80% of the bus time. In one micro-frame or 125us, we
373 lists. By default all host controllers will support 1024 frame lists. In
452 is 3. In this case, we need to add required bandwidth to 0,4,8,12,16,
468 and overhead calculations mentioned in previous section. In this case,
488 that particular frame bandwidth list. In this case, the Start split
496 Ex: Assume give polling interval is 4ms and static node value is 3. In
500 ehci_complete_split_mask matrices. In this case, we need to use any

12345678910>>...12