Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 2893) sorted by relevance

12345678910>>...116

/illumos-gate/usr/src/cmd/audio/include/
H A Darchdep.h48 #define DECODE_SHORT(from, to) *((short *)(to)) = *((short *)(from)) argument
49 #define DECODE_LONG(from, to) *((long *)(to)) = *((long *)(from)) argument
50 #define DECODE_FLOAT(from, to) *((float *)(to)) = *((float *)(from)) argument
51 #define DECODE_DOUBLE(from, to) *((double *)(to)) = *((double *)(from)) argument
55 #define DECODE_SHORT(from, to) \ argument
56 ((char *)(to))[0] = ((char *)(from))[1]; \
57 ((char *)(to))[1] = ((char *)(from))[0];
58 #define DECODE_LONG(from, to) \ argument
59 ((char *)(to))[0] = ((char *)(from))[3]; \
60 ((char *)(to))[1] = ((char *)(from))[2]; \
[all …]
H A Dwav.h121 #define AUDIO_WAV_FILE2HOST_INT(from, to) \ argument
122 (*to) = ((((*from) >> 24) & 0xff) | (((*from) & 0xff) << 24) | \
124 #define AUDIO_WAV_FILE2HOST_SHORT(from, to) \ argument
125 (*to) = ((((*from) >> 8) & 0xff) | (((*from) & 0xff) << 8))
126 #define AUDIO_WAV_HOST2FILE_INT(from, to) \ argument
127 AUDIO_WAV_FILE2HOST_INT((from), (to))
128 #define AUDIO_WAV_HOST2FILE_SHORT(from, to) \ argument
129 AUDIO_WAV_FILE2HOST_SHORT((from), (to))
132 #define AUDIO_WAV_FILE2HOST_INT(from, to) \ argument
133 *((int *)(to)) = *((int *)(from))
[all …]
H A Daiff.h143 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument
144 *((int *)(to)) = *((int *)(from))
145 #define AUDIO_AIFF_FILE2HOST_SHORT(from, to) \ argument
146 *((short *)(to)) = *((short *)(from))
147 #define AUDIO_AIFF_HOST2FILE_INT(from, to) \ argument
148 *((int *)(to)) = *((int *)(from))
149 #define AUDIO_AIFF_HOST2FILE_SHORT(from, to) \ argument
150 *((short *)(to)) = *((short *)(from))
152 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument
153 (*to) = ((((*from) >> 24) & 0xff) | (((*from) & 0xff) << 24) | \
[all …]
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c187 s_append(string *to, char *from) in s_append() argument
189 if (to == NULL) in s_append()
190 to = s_new(); in s_append()
192 return (to); in s_append()
194 s_putc(to, (int)(unsigned int)*from); in s_append()
195 s_terminate(to); in s_append()
196 return (to); in s_append()
212 s_seq_read(FILE *fp, string *to, int lineortoken) in s_seq_read() argument
225 if (to != NULL) in s_seq_read()
226 s_terminate(to); in s_seq_read()
[all …]
/illumos-gate/usr/src/cmd/initpkg/
H A Dnscd.conf40 positive-time-to-live audit_user 3600
41 negative-time-to-live audit_user 5
45 positive-time-to-live auth_attr 3600
46 negative-time-to-live auth_attr 5
50 positive-time-to-live bootparams 3600
51 negative-time-to-live bootparams 5
55 positive-time-to-live ethers 3600
56 negative-time-to-live ethers 5
60 positive-time-to-live exec_attr 3600
61 negative-time-to-live exec_attr 300
[all …]
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.34 block in from any to any
6 # pass through packets to and from localhost.
8 pass in from 127.0.0.1/32 to 127.0.0.1/32
10 # allow a variety of individual hosts to send any type of IP packet to any
13 pass in from 10.1.3.1/32 to any
14 pass in from 10.1.3.2/32 to any
15 pass in from 10.1.3.3/32 to any
16 pass in from 10.1.3.4/32 to any
17 pass in from 10.1.3.5/32 to any
18 pass in from 10.1.0.13/32 to any
[all …]
H A Dexample.sr4 log in on le0 from any to any with ipopts
6 # block any inbound packets on le0 which are fragmented and "too short" to
7 # do any meaningful comparison on. This actually only applies to TCP
11 block in log quick on le0 from any to any with short frag
16 # to be logged twice).
18 log in on le0 proto tcp from any to any flags S/SA
22 block in log on le0 proto icmp from any to any icmp-type unreach
24 # block and log any inbound UDP packets on le0 which are going to port 2049
27 block in log on le0 proto udp from any to any port = 2049
29 # quickly allow any packets to/from a particular pair of hosts
[all …]
H A DBASIC_1.FW27 block in log on ed0 from w.x.y.z/24 to any head 200
36 block in log quick from 127.0.0.0/8 to any group 100
37 block in log quick from any to 127.0.0.0/8 group 100
38 block in log quick from 127.0.0.0/8 to any group 200
39 block in log quick from any to 127.0.0.0/8 group 200
49 block in log quick from 10.0.0.0/8 to any group 100
50 block in log quick from 192.168.0.0/16 to any group 100
51 block in log quick from 172.16.0.0/12 to any group 100
55 block in log quick from a.b.c.d/24 to any group 100
60 pass in quick proto udp from any to any port = 53 keep state group 202
[all …]
H A Dexample.112 # allow any TCP packets from the same subnet as foo is on through to host
5 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
10 pass in proto udp from 10.2.2.2 port != 53 to localhost
12 # block anything trying to get to X terminal ports, X:0 to X:9
14 block in proto tcp from any to any port 5999 >< 6010
16 # allow any connections to be made, except to BSD print/r-services
20 pass in proto tcp/udp from any to any port 512 <> 515
22 # allow any connections to be made, except to BSD print/r-services
26 block in proto tcp/udp from any to any port 511 >< 516
/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 access per-CPU hardware performance counters.
66 Allows process-level tracing probes to be placed and enabled in
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwinsdelln.c55 int endy, endx, to, fr, num_lines, dir; in winsdelln() local
101 to = win->_cury; in winsdelln()
102 fr = to - id; in winsdelln()
110 to = endy - 1; in winsdelln()
111 fr = to - id; in winsdelln()
130 for (; num_lines > 0; num_lines--, to += dir, fr += dir) { in winsdelln()
133 sw = win->_y[to]; in winsdelln()
134 win->_y[to] = win->_y[fr]; in winsdelln()
137 mk = _MARKS[to]; in winsdelln()
138 _MARKS[to] = _MARKS[fr]; in winsdelln()
[all …]
/illumos-gate/usr/src/cmd/fm/dicts/
H A DGMCA.po3 # Use is subject to license terms.
7 # The contents of this file are subject to the terms of the
35 msgstr "An internal error has been encountered on this cpu. Refer to %s for more information."
37 msgstr "The system will attempt to offline this cpu to remove it from service."
41 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
51 msgstr "A level 0 cache on this cpu is faulty. Refer to %s for more information."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
57 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
67 msgstr "A level 1 cache on this cpu is faulty. Refer to %s for more information."
69 msgstr "The system will attempt to offline this cpu to remove it from service."
[all …]
H A DINTEL.po3 # Use is subject to license terms.
7 # The contents of this file are subject to the terms of the
35 msgstr "An internal error has been encountered on this cpu. Refer to %s for more information."
37 msgstr "The system will attempt to offline this cpu to remove it from service."
41 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
51 msgstr "A level 0 cache on this cpu is faulty. Refer to %s for more information."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
57 msgstr "Schedule a repair procedure to replace the affected CPU. Use 'fmadm faulty' to identify th…
67 msgstr "A level 1 cache on this cpu is faulty. Refer to %s for more information."
69 msgstr "The system will attempt to offline this cpu to remove it from service."
[all …]
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c52 struct range {int from, to; }; member
221 dd[i].old.to = b; in readin()
223 dd[i].new.to = d; in readin()
225 dd[i].old.from = dd[i-1].old.to; in readin()
226 dd[i].new.from = dd[i-1].new.to; in readin()
288 d1->old.from, d1->old.to, in merge()
289 d1->new.from, d1->new.to, in merge()
290 d2->old.from, d2->old.to, in merge()
291 d2->new.from, d2->new.to); in merge()
295 if (!t2 || t1 && d1->new.to < d2->new.from) { in merge()
[all …]
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_path.c32 prom_path_gettoken(register char *from, register char *to) in prom_path_gettoken() argument
40 *to = '\0'; in prom_path_gettoken()
43 *to++ = *from++; in prom_path_gettoken()
46 *to = '\0'; in prom_path_gettoken()
63 char *to = pathname; in prom_pathname() local
70 if ((to == (char *)0) || (*to == (char)0)) in prom_pathname()
81 to = pathname; in prom_pathname()
95 (void) prom_strcpy(from, to); in prom_pathname()
96 *to = (char)0; in prom_pathname()
102 ci[4] = p1275_ptr2cell(to); /* Arg2: buffer address */ in prom_pathname()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_key.c46 const krb5_keyblock *from, krb5_keyblock *to) in krb5_copy_keyblock_data() argument
51 if (from == NULL || to == NULL) in krb5_copy_keyblock_data()
54 if ((to->contents == NULL || from->contents == NULL) && in krb5_copy_keyblock_data()
58 to->magic = from->magic; in krb5_copy_keyblock_data()
59 to->enctype = from->enctype; in krb5_copy_keyblock_data()
60 to->length = from->length; in krb5_copy_keyblock_data()
61 to->dk_list = NULL; in krb5_copy_keyblock_data()
64 (void) memcpy(to->contents, from->contents, from->length); in krb5_copy_keyblock_data()
67 to->kef_mt = from->kef_mt; in krb5_copy_keyblock_data()
68 to->kef_key.ck_data = NULL; in krb5_copy_keyblock_data()
[all …]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dgetargs.c84 char *str, *to, *cp; in bsfix() local
89 for (to = str; *str; str++) { in bsfix()
111 *to++ = '\\'; in bsfix()
112 *to++ = 'N'; in bsfix()
114 *to++ = (char)num; in bsfix()
119 *to++ = '\t'; in bsfix()
123 *to++ = ' '; in bsfix()
127 *to++ = '\n'; in bsfix()
131 *to++ = '\r'; in bsfix()
135 *to++ = '\b'; in bsfix()
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c887 tcp_add_mib(mib2_tcp_t *from, mib2_tcp_t *to) in tcp_add_mib() argument
889 to->tcpActiveOpens += from->tcpActiveOpens; in tcp_add_mib()
890 to->tcpPassiveOpens += from->tcpPassiveOpens; in tcp_add_mib()
891 to->tcpAttemptFails += from->tcpAttemptFails; in tcp_add_mib()
892 to->tcpEstabResets += from->tcpEstabResets; in tcp_add_mib()
893 to->tcpInSegs += from->tcpInSegs; in tcp_add_mib()
894 to->tcpOutSegs += from->tcpOutSegs; in tcp_add_mib()
895 to->tcpRetransSegs += from->tcpRetransSegs; in tcp_add_mib()
896 to->tcpOutRsts += from->tcpOutRsts; in tcp_add_mib()
898 to->tcpOutDataSegs += from->tcpOutDataSegs; in tcp_add_mib()
[all …]
/illumos-gate/usr/src/cmd/mail/
H A Dsendlist.c58 recip *to; in sendlist() local
72 for (to = &(list->recip_list); to; to = to->next) { in sendlist()
73 if (to->name) in sendlist()
74 if (!send_mbox(to->name, letnum)) in sendlist()
88 for (to = &(list->recip_list); to; to = to->next) in sendlist()
89 if (to->name) in sendlist()
110 for (to = &(list->recip_list); to; to = to->next) in sendlist()
111 if (to->name) in sendlist()
112 *p++ = to->name; in sendlist()
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.h.in6 /* Define it to \"addr32\" or \"addr32;\" to make GAS happy */
9 /* Define if you don't want to pass the mem= option to Linux */
12 /* Define it to \"data32\" or \"data32;\" to make GAS happy */
18 /* Define to 1 if you have the <curses.h> header file. */
27 /* Define to 1 if you have the <inttypes.h> header file. */
33 /* Define to 1 if you have the <memory.h> header file. */
36 /* Define to 1 if you have the <ncurses/curses.h> header file. */
39 /* Define to 1 if you have the <ncurses.h> header file. */
48 /* Define to 1 if you have the <stdint.h> header file. */
51 /* Define to 1 if you have the <stdlib.h> header file. */
[all …]
/illumos-gate/usr/src/lib/libslp/etc/
H A Dslp.conf.example4 # The contents of this file are subject to the terms of the
23 # Use is subject to license terms.
29 # so uncomment and edit any properties you wish to change. The
30 # file /etc/inet/slp.conf must exist in order for slpd(8) to start,
31 # so copy this file to /etc/inet/slp.conf to enable SLP. See
44 # This example simply sets the property to the default:
47 # This example sets the property to a site-specific list:
53 # Forces UAs and SAs to use a set of DAs.
61 # Specifies a file containing a set of registrations to be processed
85 # Set this property to change the default DA Heartbeat (10800 seconds).
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dgetargs.c89 register char *str, *to, *cp; local
96 for (to = str; *str; str++) {
121 *to++ = '\\';
122 *to++ = 'N';
124 *to++ = (char) num;
129 *to++ = '\t';
133 *to++ = ' ';
137 *to++ = '\n';
141 *to++ = '\r';
145 *to++ = '\b';
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A Dres.ok25 line from V1 to V2
26 line from V2 to V3
27 line from V3 to V4
28 line from V4 to V5
29 line from V5 to V6
30 line from V6 to V1
49 line from V1 to V2 chop 0.08 chop 0
50 line from V2 to V3 chop 0 chop 0
51 line from V3 to V4 chop 0 chop 0
52 line from V4 to V5 chop 0 chop 0
[all …]
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dputgrent.c38 putgrent(struct group *grpstr, FILE *to) in putgrent() argument
52 (void) fprintf(to, "%s:%s:", grpstr->gr_name, in putgrent()
56 (void) fprintf(to, ":"); in putgrent()
58 (void) fprintf(to, "%ld:", grpstr->gr_gid); in putgrent()
64 (void) fprintf(to, "%s", *memptr); in putgrent()
67 (void) fprintf(to, ","); in putgrent()
70 (void) fprintf(to, "\n"); in putgrent()
76 (void) fprintf(to, "%s:%s:%ld:", grpstr->gr_name, in putgrent()
82 (void) fprintf(to, "%s", *memptr); in putgrent()
85 (void) fprintf(to, ","); in putgrent()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE887 array syntax. A new -A option of typeset is used to declare
8 an array to be associative. As with indexed arrays, $name is
9 equivalent to ${name[0]}. The prefix operator ! was added
10 to the parameter expansion syntax to expand to the list of
11 indices. For example, ${!name[@]} expands to the list of array
14 b. Several additions have been made to shell arithmetic:
25 6. Integer arithmetic extended up to base 64.
27 c. Some additions to the macro expansion syntax have been made
28 to specify substrings and sub-arrays:
29 1. ${name:expr} expands to the substring of ${name} starting at
[all …]

12345678910>>...116