Searched refs:to (Results 126 - 150 of 808) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s3 / Use is subject to license terms.
12 / The contents of this file are subject to the Mozilla Public
34 / instead of those above. If you wish to allow use of your
35 / version of this file only under the terms of the GPL and not to
36 / allow others to use your version of this file under the MPL,
90 / Atomically increment the integer pointed to by 'val' and return
106 / Atomically decrement the integer pointed to by 'val' and return
122 / Atomically set the integer pointed to by 'val' to the new
151 / Atomically add 'val' to th
[all...]
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
34 * captoinfo - convert a termcap description to a terminfo description
51 #define trace stderr /* send trace messages to stderr */
59 "pt", /* Has hardware tabs (may need to be set with "is") */
132 static char *buflongname; /* place to copy the long names */
461 * Someday I'll redo this to use bsearch().
529 (void) fprintf(trace, "changing value for %s to %d.\n",
556 (void) fprintf(trace, "changing value for %s to %d.\n",
584 (void) fprintf(trace, "changing value for %s to ", infonam
974 caddstr(char *to, char *str) argument
1052 char *from, *to = nextstring; local
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
44 shrl $2,%ecx / %ecx = number of words to move
47 movl 16(%esp),%ecx / %ecx = number of bytes to move
48 andl $0x3,%ecx / %ecx = number of bytes left to move
59 movl 4+12(%esp),%ecx / get number of bytes to move
86 movl %edx,%ecx / compute bytes left to move
105 cld / reset direction flag to LtoR
116 addl $1, %ecx / we need to insure that future
130 / adding 3 will restore pointers to byt
[all...]
H A Dalloca.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
34 andl $0xfffffffc,%eax / round up to multiple of 4
H A Dlock.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
44 / - clear lock and force it to appear unlocked in memory.
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudio.cc4 * The contents of this file are subject to the terms of the
122 PrintMsg(_MGET_("Reference to destroyed Audio object"), Fatal);
156 Double& pos, // field to update
169 // If seek before start of file, set to start of file
204 // Default write routine writes to the current position
221 // The default action is just to write the data.
223 // to extend the object, if necessary.
227 // Copy out to the specified audio object.
228 // Input and output positions default to the 'current' positions.
231 Audio* to) // audi
230 Copy( Audio* to) argument
246 Copy( Audio* to, Double& frompos, Double& topos, Double& limit) argument
325 AsyncCopy( Audio* to, Double& frompos, Double& topos, Double& limit) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_asm.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
53 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
54 ! %o1 is address to read
55 ! %o2 is address to save value into
59 ! Interrupts will be disabled for the duration of the read, to prevent
60 ! an interrupt from raising the trap level to 1 and then a possible
106 tst %g2 ! No need to reenable interrupts
119 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
120 ! %o1 is address to writ
[all...]
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
55 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
56 ! %o1 is address to read
57 ! %o2 is address to save value into
61 ! Interrupts will be disabled for the duration of the read, to prevent
62 ! an interrupt from raising the trap level to 1 and then a possible
110 tst %g2 ! No need to reenable interrupts
123 ! %o0 is size in bytes - Must be 8, 4, 2 or 1. Invalid sizes default to 1.
124 ! %o1 is address to writ
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dgptldr.S15 * may be used to endorse or promote products derived from this software
49 # to copy for boot2
57 * Copy BTX and boot2 to the right locations and start it all up.
61 * Setup the segment registers to flat addressing (segment 0) and setup the
62 * stack to end just below the start of our code.
72 * its header to find boot2. We need to copy boot2 to MEM_USR and BTX
73 * to MEM_BTX. Since those might overlap, we have to cop
[all...]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
47 * On the other hand, we expect most of the source buffers to be
48 * recently used enough to be cached.
52 * The stores appear to be the slow point on US-II.
59 * US-IV (Panther) appears similar to US-IIICu, except that a strong
61 * use this. The h/w prefetch stride can be set to 64, 128 or 192,
62 * and they only reach to the L2$ (we don't use these either).
63 * L2$ load-to-use latency is 15 cycles (best).
102 * Tx hdrs are likely to b
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstats.c8 * By using this file, you agree to the terms and conditions set
24 static bool GotStats = false; /* set when we have stats to merge */
34 ** to -- to address.
45 markstats(e, to, type)
47 register ADDRESS *to;
69 if (to == NULL)
76 if (to == NULL)
87 Stat.stat_nt[to->q_mailer->m_mno]++;
88 Stat.stat_bt[to
[all...]
H A Ddeliver.c8 * By using this file, you agree to the terms and conditions set
51 ** e -- the envelope to send.
52 ** mode -- the delivery mode to use. If SM_DEFAULT, use
81 ** If this message is to be discarded, don't bother sending
102 ** addresses to be sent.
134 ** Check to make sure the hop count is reasonable.
135 ** Delete sends to the sender in mailing lists.
156 syserr("554 5.4.6 Too many hops %d (%d max): from %s via %s, to %s",
176 ** are trying to send mail. The result is that the sender
303 ** set, send directly to th
1302 register ADDRESS *SM_NONVOLATILE to = firstto; local
1551 printaddr(sm_debug_file(), to, false); local
1636 printaddr(sm_debug_file(), to, false); local
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dpipe.s4 ! Use is subject to license terms.
8 ! The contents of this file are subject to the terms of the
32 mov %o0, %o2 ! save ptr to array
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D__xgetRD.s4 / Use is subject to license terms.
8 / The contents of this file are subject to the terms of the
26 / 00 - Round to nearest or even
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dsyscall.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
35 * See sparc/sys/syscall.s to understand why _syscall6() exists.
63 * See sparc/sys/syscall.s to understand why __systemcall6() exists.
71 * to enter the kernel; optimized syscalls could be disabled by private LDT use.
72 * We must leave at least one int $T_SYSCALLINT in the text for /proc to find
87 / no error; copy syscall return values to the structure
90 xorl %eax, %eax / no error, set %eax to zero
92 movl 0(%esp), %edx / Restore the stack frame to original size
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
195 _sip_header_t *to; local
226 to = sip_search_for_header(_sip_msg, SIP_TO, NULL);
231 if (to == NULL || from == NULL || callid == NULL || cseq == -1)
245 hdrlen = to->sip_hdr_end - to->sip_hdr_start;
246 _sasl_MD5Update(&ctx, (uchar_t *)to->sip_hdr_start, hdrlen);
261 hdrlen = to->sip_hdr_end - to
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dsend.c4 * The contents of this file are subject to the terms of the
60 /* Added to convert socket "/dev/log" to stream "/dev/conslog" */
67 sendto(s, msg, len, flags, to, tolen)
71 struct sockaddr *to;
78 if ((a = _sendto(s, msg, len, flags, to, tolen)) == -1) {
80 strcmp(to->sa_data, "/dev/log") == 0) {
139 /* output the message to the local logger */
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
32 * Copy string s2 to s1, truncating or null-padding to always copy n bytes
55 ! strncpy works similarly to strcpy, except that n bytes of s2
56 ! are copied to s1. If a null character is reached in s2 yet more
57 ! bytes remain to be copied, strncpy will copy null bytes into
87 bz,a .bytepad ! yes, at least one byte to pad here
110 stw %i1, [%i2 + %i4] ! store word to dst (address pre-incremented)
112 ! n has not expired, but src is at the end. we need to pus
[all...]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dcompile20 # along with this program; if not, write to the Free Software
23 # As a special exception to the GNU General Public License, if you
29 # bugs to <bug-automake@gnu.org> or send patches to
45 If you are trying to build a whole package this is not the
46 right script to run: please start by reading the file `INSTALL'.
48 Report bugs to <bug-automake@gnu.org>.
69 # configure might choose to run compile as `compile cc -o foo foo.c'.
105 # Name of file we expect compiler to create.
109 # Note: use `[/.-]' here to ensur
[all...]
/illumos-gate/usr/src/lib/brand/shared/brand/amd64/
H A Drunexe.s4 * The contents of this file are subject to the terms of the
39 * Prepare to jump to the target program we actually want to run.
40 * If this program is dynamically linked then we'll be jumping to
42 * we'll be jumping directy to it's main entry point. In any case,
43 * we need to reset our current state stack and register state to
44 * something similar to the initial process state setup by the kernel
51 * frame pointers to thei
[all...]
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Drunexe.s4 * The contents of this file are subject to the terms of the
39 * Prepare to jump to the target program we actually want to run.
40 * If this program is dynamically linked then we'll be jumping to
42 * we'll be jumping directy to it's main entry point. In any case,
43 * we need to reset our current state stack and register state to
44 * something similar to the initial process state setup by the kernel
51 * frame pointers to thei
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh4 # The contents of this file are subject to the terms of the
30 echo failed to enable io provider with full privs
46 # Keeping our reduced privs, we want to assure that we can see every provider
47 # that we think we should be able to see -- and that we can see curpsinfo
101 * enough to kick proc, sched, vminfo and sysinfo probes.
123 printf("exit probe did not seem to fire\n");
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_crt.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
29 * exit routine from linker/loader to kernel
37 * It then jumps directly to the just-loaded standalone.
56 /holds address of array of pointers to functions
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.h62 void charmap_init(char *to, char *fr);
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt4 * The contents of this file are subject to the terms of the
24 # Use is subject to license terms.
33 I had to come up with some sort of synthetic device geometry in the
38 how one is supposed to calculate capacity:
41 X-Authentication-Warning: mage.dt.wdc.com: majordom set sender to owner-t13@dt.wdc.com using -f
47 So, I'm sure I'm being naive in expecting there to be a way to
58 Even assertions in the specs seem to be ignored; I have a drive for
67 the best pragmatic answer came from Hale Landis. I've tried to
70 hasn't done that in recent incarnations, and I'm loath to mes
[all...]

Completed in 157 milliseconds

1234567891011>>