Searched refs:to (Results 226 - 250 of 808) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfflush.c7 * This code is derived from software contributed to Berkeley by
10 * By using this file, you agree to the terms and conditions set
32 ** SM_IO_FLUSH -- flush the buffer for a 'fp' to the "file"
34 ** Flush a single file. We don't allow this function to flush
38 ** fp -- the file pointer buffer to flush
39 ** timeout -- time to complete the flush
52 struct timeval to; local
67 SM_CONVERT_TIME(fp, fd, timeout, &to);
79 ** fp -- file pointer to be flushed
124 ** Set these immediately to avoi
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s3 ! The contents of this file are subject to the terms of the
21 ! Use is subject to license terms.
54 mov %l0, %o1 ! ptr to interface structure
56 ld [%l7], %l1 ! ptr to ld.so first entry in globtable
58 add %fp, 0xd8, %o3 ! point to arg count (is it safe?)
59 ld [%l7 + _rtld], %g1 ! manually fix pic reference to rtld
60 add %g1, %l2, %g1 ! by adding offset to GOT entry
83 ! Special system call stubs to save system call overhead
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml5 # The contents of this file are subject to the terms of the
25 # Use is subject to license terms.
32 Use is subject to license terms.
74 that may need to use the console. This requirement can be met
121 <!-- these are passed to ttymon in the method script.
122 note that value_authorization is not passed to ttymon
148 # will fork off and pipe all the text after the EOF above to the shell
152 # (/dev/vt/#, # is from 2 to 6).
175 <!-- these are passed to ttymon in the method script -->
217 The terminal device to b
[all...]
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
90 ! Set pstate to a known state:
105 ! switch to new stack
132 * Any change to this register assignment requires
133 * changes to uts/sun4u/ml/cpr_resume_setup.s
163 ! jump to kernel with %o0 and %o1 unchanged
236 ! copy len bytes from src to dst phys addrs;
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_domain.c4 * The contents of this file are subject to the terms of the
78 * API to initialize DC locator thread, trigger DC discovery, and
110 * domain - domain to be discovered (can either be NetBIOS or DNS domain)
123 timestruc_t to; local
148 to.tv_sec = SMB_DCLOCATOR_TIMEOUT;
149 to.tv_nsec = 0;
151 &smb_dclocator.sdl_mtx, &to);
177 * Tell the domain discovery service to run again now,
182 * and the door handler to tell the ddiscover thread to
261 timestruc_t to; local
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dlinker_set.h38 * The following macros are used to declare global sets of objects, which
45 * Move the symbol pointer from ".text" to ".data" segment, to make
54 * Private macros, not to be used outside this header file.
65 #error this file needs to be ported to your compiler
80 * Initialize before referring to a given linker set.
94 * Sets always contain addresses of things, and "pvar" points to words
/illumos-gate/usr/src/boot/sys/boot/userboot/test/
H A Dtest.c202 * than PATH_MAX so we don't need to test before copying.
287 test_copyin(void *arg, const void *from, uint64_t to, size_t size) argument
290 to &= 0x7fffffff;
291 if (to > image_size)
293 if (to + size > image_size)
294 size = image_size - to;
295 memcpy(&image[to], from, size);
300 test_copyout(void *arg, uint64_t from, void *to, size_t size) argument
308 memcpy(to, &image[from], size);
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h61 * Write the character ch to the console
100 * copied to the buffer name which must be at least PATH_MAX
107 * Seek to a location within an open file
133 * Copy to the guest address space
136 uint64_t to, size_t size);
142 void *to, size_t size);
165 * Transfer control to the guest at the given address
190 * ioctl interface to the disk device
198 * If there are no more variables that need to be set in the
201 * 'num' is used as a handle for the callback to identif
[all...]
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
45 * Pseudo-code to aid in understanding the control flow of the
50 * ! Determine whether to use the FP register version
54 * ! dst addresses can be aligned to long word, word,
65 * go to small_copy; ! to speed short copies
69 * go to small_copy;
71 * go to small_copy;
72 * go to FPBLK_cop
[all...]
H A Dopl_olympus_copy.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
41 * Pseudo-code to aid in understanding the control flow of the
46 * ! Determine whether to use the FP register version
50 * ! dst addresses can be aligned to long word, word,
61 * go to small_copy; ! to speed short copies
65 * go to small_copy;
67 * go to small_copy;
68 * go to FPBLK_cop
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_log.cc4 * The contents of this file are subject to the terms of the
26 * Use is subject to license terms.
64 * function takes as arguments: pointer to log entry, character pointer to
65 * another argument, and pointer to an integer, which is used as a counter.
68 * is exhausted. The second argument to 'execute_on_log' is passed as the
69 * second argument to 'func'. The third argument, 'clean' determines whether
107 /* Print contents of log file to stdout */
114 /* Make copy of current log to log pointed to b
214 int from, to, ret = 0; local
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dcerror.s4 ! The contents of this file are subject to the terms of the
25 ! Note this routine used to be called cerror, the
27 ! back to the old name.
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrcat.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
51 / to check if a 32-bit word data contains a null byte or not:
71 movq (%rdi), %rdx / move 1 quadword from (%rdi) to %rdx
90 / %rdi points to a null byte in destination string
95 movq (%rsi), %rdx / move 1 quadword from (%rsi) to %rdx
104 movq %rdx, (%rdi) / copy this quadword to (%rdi)
113 movb %dl, (%rdi) / copy %dl to (%rdi)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
51 / to check if a 32-bit word data contains a null byte or not:
67 movl (%edi), %edx / move 1 word from (%edi) to %edx
86 / %edi points to a null byte in destination string
92 movl (%eax), %edx / move 1 word from (%eax) to %edx
101 movl %edx, (%edi) / copy this word to (%edi)
110 movb %dl, (%edi) / copy %dl to (%edi)
/illumos-gate/usr/src/cmd/refer/
H A Drefer5.c3 * Use is subject to license terms.
19 #define NFLAB 3000 /* number of bytes to record all labels */
289 fprintf(stderr, "lbp up to %d of %d\n", lbp-bflab, NFLAB);
316 initadd(char *to, char *from, char *stop) argument
320 while (*to)
321 to++;
326 *to++ = '.';
331 *to++ = c;
333 *to = 0;
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_subr.c4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
91 dup_rdc_netbuf(const struct netbuf *from, struct netbuf *to) argument
93 init_rdc_netbuf(to);
94 to->len = from->len;
96 if (from->len > to->maxlen) {
97 cmn_err(CE_WARN, "!dup_rdc_netbuf: from->len %d, to->maxlen %d",
98 from->len, to->maxlen);
101 bcopy(from->buf, to->buf, (size_t)from->len);
138 * Contains all the protocol we need to d
[all...]
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
60 ! REGOFF must add up to allow double word access to r_tstate.
71 * to act as a redzone during copyin/copyout type operations. One of
72 * the reasons the panic buffer is allocated in low memory to
74 * the fact that it is small enough to share pages with others).
156 * When an assertion in TRACE_PTR was failed, %pc is saved in trap_freeze_pc to
207 * directly from physical memory, so we need to get up into our proper
244 ! call krtld to lin
[all...]
H A Dwbuf.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
54 ! This happens when a user tries to spill to an unmapped or
98 ! This happens when sys_trap's save spills to an unmapped stack.
99 ! We handle it by spilling the window to the wbuf and trying
137 ! use previous wbcnt to spill new spbuf & wbuf
154 ! We handle it by spilling the window to the wbuf and retrying
168 ! use previous wbcnt to spill new spbuf & wbuf
188 ! This happens when a user tries to spil
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh5 # The contents of this file are subject to the terms of the
23 # Use is subject to license terms.
27 # This command provides an simple interface to configure, destroy, and to obtain
39 printf "\t$(gettext "-e: Encryption type used to encrypt the master key")\n"
173 printf "\n$(gettext "Cannot write to %s, exiting").\n" $KRB5_KDC_CONF
210 printf "\n$(gettext "Cannot write to %s, exiting").\n" $KRB5_KRB_CONF
303 # Attach fqdn to host, to get the Fully Qualified Domain
310 # Ping to se
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c3 * Use is subject to license terms.
46 char *to, *from; local
48 to = from = str;
50 for (to = from = str; *from && *from != '"'; to++, from++) {
55 *to = '\n';
58 *to = '\t';
61 *to = '\b';
64 *to = *from;
68 *to
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s4 * The contents of this file are subject to the terms of the
27 * Use is subject to license terms.
47 * We got here because the initial call to a function resolved to a procedure
48 * linkage table entry. That entry did a branch to the first PLT entry, which
49 * in turn did a call to elf_rtbndr (refer elf_plt_init()).
59 * to the offset to the plt entry in %g1 to calculate the plt entry address
60 * we must also subtract 4 because the address of PLT0 points to th
[all...]
/illumos-gate/usr/src/uts/sparc/ml/
H A Dsparc_ddi.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
31 * Assembler routines to make some DDI routines go faster.
67 * of these routines can go back to C again.
132 * DDI spine wrapper routines - here so as to not have to
159 jmpl %g1, %g0 ! bop off to new routine
186 jmpl %g1, %g0 ! bop off to new routine
210 jmpl %g1, %g0 ! bop off to new routine
236 jmpl %g1, %g0 ! bop off to ne
[all...]
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dwbuf.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
55 ! This happens when a user tries to spill to an unmapped or
99 ! This happens when sys_trap's save spills to an unmapped stack.
100 ! We handle it by spilling the window to the wbuf and trying
139 ! use previous wbcnt to spill new spbuf & wbuf
156 ! We handle it by spilling the window to the wbuf and retrying
171 ! use previous wbcnt to spill new spbuf & wbuf
191 ! This happens when a user tries to spil
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c13 This software may be used and distributed according to the terms
30 Changed symbol tulip/TULIP to davicom/DAVICOM
32 Used chain-strcture to replace ring structure
35 According current media mode to set operating
69 /* Used to be 128, but we only need to read enough to get the MAC
96 turn-around to insure that this remains true. */
198 unsigned int to = currticks() + nticks;
199 while (currticks() < to)
196 unsigned int to = currticks() + nticks; local
352 unsigned long to, csr6; local
477 unsigned long to; local
542 unsigned long to; local
[all...]

Completed in 149 milliseconds

1234567891011>>