Searched refs:to (Results 51 - 75 of 808) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dlib.h60 char *strcpy(char *to, const char *from);
61 void memcpy(void *to, const void *from, unsigned size);
62 int p_memcmp(const char *to, const char *from, unsigned size);
63 int strcmp(const char *to, const char *from);
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs4 * The contents of this file are subject to the terms of the
29 # Privileges can be added to this file at any location, not
30 # necessarily at the end. For patches, it is probably best to
37 Allows a process to request critical events without limitation.
38 Allows a process to request reliable delivery of all events on
43 Allows a process to set the service FMRI value of a process
48 Allows a process to observe contract events generated by
51 Allows a process to open contract event endpoints belonging to
57 Allow a process to acces
[all...]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncpy.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
31 / Copies s2 to s1, truncating or null-padding to always copy n bytes
52 / to check if a 32-bit word data contains a null byte or not:
77 movl (%eax), %edx / move 1 word from (%eax) to %edx
86 movl %edx, (%edi) / copy this word to (%edi)
101 movb %dl, (%edi) / copy %dl to (%edi)
114 movb %dl, (%edi) / copy %dl to (%edi)
124 movl %esi, %ecx / %ecx = length to cop
[all...]
H A Dmemccpy.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
38 movb 16(%esp),%dh / %dh = character to search for
39 movl 20(%esp),%ecx / %ecx = length to go still
41 decl %ecx / decrement bytes to go
48 decl %ecx / decrement bytes to go
55 decl %ecx / decrement bytes to go
62 decl %ecx / decrement bytes to go
74 incl %eax / return pointer to next byte in dest
82 addl $2,%eax / return pointer to nex
[all...]
/illumos-gate/usr/src/lib/libc/i386/unwind/
H A Dunwind_frame.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
44 movl (%ebp), %edx / pop first frame [ back to f1() ]
45 movl (%edx), %ebp / pop second frame [ back to f2() ]
58 * restored frame, then jump to _t_cancel(fp) again from the restored frame.
68 lea 4(%eax), %esp / stk points to old frame
76 * Ignore the argument; jump to _t_cancel(fp) with caller's fp
/illumos-gate/usr/src/uts/common/sys/
H A Dvarargs.h4 * The contents of this file are subject to the terms of the
29 * Use is subject to license terms.
65 #define va_copy(to, from) __va_copy(to, from)
/illumos-gate/usr/src/uts/common/syscall/
H A Dlink.c4 * The contents of this file are subject to the terms of the
51 linkat(int ffd, char *from, int tfd, char *to, int flag) argument
62 if (from == NULL || to == NULL)
66 if ((error = fgetstartvp(tfd, to, &tstartvp)) != 0)
69 error = vn_linkat(fstartvp, from, follow, tstartvp, to, UIO_USERSPACE);
82 link(char *from, char *to) argument
84 return (linkat(AT_FDCWD, from, AT_FDCWD, to, 0));
H A Drename.c4 * The contents of this file are subject to the terms of the
48 * Rename a file relative to a given directory
51 renameat(int ffd, char *from, int tfd, char *to) argument
57 if (from == NULL || to == NULL)
61 if ((error = fgetstartvp(tfd, to, &tstartvp)) != 0)
64 error = vn_renameat(fstartvp, from, tstartvp, to, UIO_USERSPACE);
77 rename(char *from, char *to) argument
79 return (renameat(AT_FDCWD, from, AT_FDCWD, to));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Dalloca.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
38 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
42 ! we want to bump %sp by the requested size
43 ! then copy the tmp area to its new home
49 sub %sp, %o0, %sp ! bump to new value
52 subcc %o2, %o1, %o5 ! number of bytes to move
55 st %o4, [%sp + %o1] ! store to new temp area
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dalloca.s4 * The contents of this file are subject to the terms of the
33 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
37 ! we want to bump %sp by the requested size
38 ! then copy the tmp area to its new home
44 sub %sp, %o0, %sp ! bump to new value
47 subcc %o2, %o1, %o5 ! number of bytes to move
50 st %o4, [%sp + %o1] ! store to new temp area
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dalloca.s4 * The contents of this file are subject to the terms of the
32 ! o0: # bytes of space to allocate, already rounded to 0 mod 8
36 ! we want to bump %sp by the requested size
37 ! then copy the tmp area to its new home
43 sub %sp, %o0, %sp ! bump to new value
47 subcc %o2, %o1, %o5 ! number of bytes to move
50 stx %o4, [%g5 + %o1] ! store to new temp area
/illumos-gate/usr/src/common/crypto/ecc/
H A Dsecitem.c4 * The contents of this file are subject to the Mozilla Public License Version
27 * of those above. If you wish to allow use of your version of this file only
28 * under the terms of either the GPL or the LGPL, and not to allow others to
38 * Use is subject to license terms.
40 * Sun elects to use this software under the MPL license.
126 * item->len to 0.
133 SECITEM_CopyItem(PRArenaPool *arena, SECItem *to, const SECItem *from, argument
136 to->type = from->type;
139 to
[all...]
/illumos-gate/usr/src/cmd/ipf/examples/
H A DBASIC_2.FW7 # ppp0 - (external) PPP connection to ISP, address a.b.c.d/32
11 # This file contains the basic rules needed to construct a firewall for the
15 # *Nasty* packets we don't want to allow near us at all!
16 # short packets which are packets fragmented too short to be real.
22 # (especially for ed0) and needs to be further refined.
26 block in log on ed0 from w.x.y.z/24 to any head 200
34 block in log quick from 10.0.0.0/8 to any group 100
35 block in log quick from 192.168.0.0/16 to any group 100
36 block in log quick from 172.16.0.0/12 to any group 100
40 block in log quick from a.b.c.d/24 to an
[all...]
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/
H A Dcrt.s4 * The contents of this file are subject to the terms of the
41 * This platform specific assembly entry point exists just to invoke
42 * the common brand library startup routine. That routine expects to
46 * There are no arguments explicitly passed to this entry point,
52 * So this routine will troll through the stack to setup the argument
70 add %o0, 1, %l0 ! add 1 to argc for last element of 0
72 add %o1, %l0, %o2 ! and add to argv to get first env ptr
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
44 #define MD_PRV_DELETE 0x0002 /* Record pending to be deleted */
45 #define MD_PRV_COMMIT 0x0004 /* Record pending to be commited */
46 #define MD_PRV_CLEANUP 0x0008 /* Record pending to be cleaned up */
67 #define MDDB_E_NOSPACE (-6) /* no space to create record */
69 /* to perform requested operation */
71 #define MDDB_E_NOTOWNER (-9) /* have not been told to grab this set */
95 #define MDDB_C_SET_MN_STALE 0x0008 /* Set MN set to stale */
99 * Defines used to se
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmisc.h6 * The contents of this file are subject to the terms of the
25 * Use is subject to license terms.
30 extern void append_char(wchar_t from, register String to);
32 extern void append_string(register wchar_t *from, register String to, register int length);
51 extern void append_string(register char *from, register String to, register int length);
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dlib.h46 char *strcpy(char *to, const char *from);
47 int strcmp(const char *to, const char *from);
51 void memcpy(void *to, const void *from, unsigned size);
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.s4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
35 decq %rcx / decrement bytes to go
42 decq %rcx / decrement bytes to go
49 decq %rcx / decrement bytes to go
56 decq %rcx / decrement bytes to go
67 incq %rdi / return pointer to next byte in dest
75 addq $2,%rdi / return pointer to next byte in dest
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c4 * The contents of this file are subject to the terms of the
52 /* Translate TCP state to MIB2 TCP state. */
234 /* Create a message to report on IPv6 entries */
258 * Netstat, unfortunately, uses this to
259 * get send/receive queue sizes. How to fix?
291 * for IPv6 entries which are bound to in6addr_any
293 * (i.e. anything an IPv4 peer could connect to)
322 * Netstat, unfortunately, uses this to
324 * to fix?
525 * should still be able to rea
821 tcp_add_mib(mib2_tcp_t *from, mib2_tcp_t *to) argument
958 tcp_add_stats(tcp_stat_counter_t *from, tcp_stat_t *to) argument
[all...]
/illumos-gate/usr/src/lib/libc/i386/sys/
H A D__clock_gettime.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
39 je 2f / equal to __CLOCK_REALTIME0
41 jne 1f / equal to CLOCK_REALTIME
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A D__clock_gettime.s4 * The contents of this file are subject to the terms of the
23 * Use is subject to license terms.
38 beq 2f ! equal to __CLOCK_REALTIME0
40 bne 1f ! equal to CLOCK_REALTIME
/illumos-gate/usr/src/head/
H A Dvarargs.h4 * The contents of this file are subject to the terms of the
28 * Use is subject to license terms.
38 * Programs using this header should migrate to using <stdarg.h>.
66 * va_copy is a Solaris extension to provide a portable way to perform
72 #define va_copy(to, from) __va_copy(to, from)
/illumos-gate/usr/src/boot/lib/libc/string/
H A Dswab.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
42 swab(const void * __restrict from, void * __restrict to, ssize_t len) argument
52 tp = (char *)to;
54 /* round to multiple of 8 */
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt14 * may be used to endorse or promote products derived from this software
61 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
65 * Moved ReplyPostHostIndex register to offset 0x6C of the
76 * product specific codes up to 0xEFFF.
78 * and changed the flush value to 0x0.
106 * function codes, 0xF0 to 0xFF.
134 * 04-30-07 02.00.00 Corresponds to Fusion-MPT MPI Specification Rev A.
142 * Fixed MPI2_BIOSPAGE2_BOOT_DEVICE to be a union of the
152 * 10-31-07 02.00.04 Added missing SEPDevHandle field to
154 * 12-18-07 02.00.05 Modified IO Unit Page 0 to us
[all...]
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
55 in_buf and copies in ASCII to out_buf, terminating with a null
60 of the DTD which is used to parse the XML, and also identifies the
61 stylesheet which is used to view the XML conveniently (for example
68 flags - specifies the types of formatting to be done:
72 (UIDs and GIDs, respectively) are converted to their ASCII
74 to their ASCII representation. If any other flags are
85 are converted to ASCII and displayed. The short ASCII
92 output to identif
[all...]

Completed in 115 milliseconds

1234567891011>>