Home
last modified time | relevance | path

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

12345678910>>...110

/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
58 #define DECODE_LONG(from, to) \ argument
64 #define DECODE_FLOAT(from, to) DECODE_LONG((to), (from)) argument
80 #define ENCODE_SHORT(from, to) DECODE_SHORT((from), (to)) argument
81 #define ENCODE_LONG(from, to) DECODE_LONG((from), (to)) argument
82 #define ENCODE_FLOAT(from, to) DECODE_FLOAT((from), (to)) argument
[all …]
H A Dwav.h121 #define AUDIO_WAV_FILE2HOST_INT(from, to) \ argument
124 #define AUDIO_WAV_FILE2HOST_SHORT(from, to) \ argument
126 #define AUDIO_WAV_HOST2FILE_INT(from, to) \ argument
127 AUDIO_WAV_FILE2HOST_INT((from), (to))
129 AUDIO_WAV_FILE2HOST_SHORT((from), (to))
132 #define AUDIO_WAV_FILE2HOST_INT(from, to) \ argument
133 *((int *)(to)) = *((int *)(from))
135 *((short *)(to)) = *((short *)(from))
136 #define AUDIO_WAV_HOST2FILE_INT(from, to) \ argument
137 *((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))
150 *((short *)(to)) = *((short *)(from))
152 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument
157 #define AUDIO_AIFF_HOST2FILE_INT(from, to) \ argument
158 AUDIO_AIFF_FILE2HOST_INT((from), (to))
[all …]
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c190 to = s_new(); in s_append()
192 return (to); in s_append()
196 return (to); in s_append()
246 to = s_new(); in s_seq_read()
263 return (to); in s_seq_read()
294 return (to); in s_tok()
301 return (to); in s_tok()
360 have = to->end - to->ptr; in s_read_to_eof()
365 have = to->end - to->ptr; in s_read_to_eof()
375 return (to->ptr - to->base); in s_read_to_eof()
[all …]
/illumos-gate/usr/src/cmd/initpkg/
H A Dnscd.conf46 negative-time-to-live auth_attr 5
56 negative-time-to-live ethers 5
66 negative-time-to-live group 5
71 negative-time-to-live hosts 5
76 negative-time-to-live ipnodes 5
81 negative-time-to-live netmasks 5
91 negative-time-to-live passwd 5
115 positive-time-to-live rpc 3600
116 negative-time-to-live rpc 5
126 negative-time-to-live tnrhdb 5
[all …]
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.34 block in from any to any
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
19 pass in from 10.1.1.1/32 to any
20 pass in from 10.1.2.1/32 to any
25 block out from any to any
[all …]
H A Dexample.sr4 log in on le0 from any to any with ipopts
16 # to be logged twice).
18 log in on le0 proto tcp from any to any flags S/SA
31 pass in quick from any to 10.1.3.2/32
32 pass in quick from any to 10.1.0.13/32
33 pass in quick from 10.1.3.2/32 to any
34 pass in quick from 10.1.0.13/32 to any
38 block in quick on le0 from any to any with ipopts
42 pass in from any to any
46 block in on le0 proto udp from any to 10.1.3.0/24
[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_defs51 Allows a process to open contract event endpoints belonging to
78 Allows a process to change a file's group ID to one other than
125 Allows a process to create hardlinks to files owned by a uid
145 Allows a process to change the ownership of a file or write to
213 Allow a process to bind to a port that is configured as a
253 Allows a process to bind to a privileged port
261 Allows a process to have direct access to the network layer.
309 Allows a process to bind arbitrary processes to CPUs.
342 Allows a process to trace or send signals to processes in
450 Allows a process to bind processes to processor sets.
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwinsdelln.c101 to = win->_cury; in winsdelln()
102 fr = to - id; in winsdelln()
110 to = endy - 1; in winsdelln()
111 fr = to - id; in winsdelln()
133 sw = win->_y[to]; in winsdelln()
137 mk = _MARKS[to]; in winsdelln()
162 begch[to] = begch[fr]; in winsdelln()
163 endch[to] = endch[fr]; in winsdelln()
167 begch[to] = 0; in winsdelln()
168 endch[to] = endx - 1; in winsdelln()
[all …]
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_path.c40 *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()
96 *to = (char)0; in prom_pathname()
113 to = pathname = opathname; in prom_pathname()
151 (void) prom_strcat(to, p); in prom_pathname()
166 *to++ = *from++; in prom_strip_options()
[all …]
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c221 dd[i].old.to = b; in readin()
338 if (d1->new.from == d2->new.from && d1->new.to == d2->new.to) { in merge()
369 if (d1->new.to > d2->new.to) { in merge()
370 d2->old.to += d1->new.to - d2->new.to; in merge()
371 d2->new.to = d1->new.to; in merge()
372 } else if (d2->new.to > d1->new.to) { in merge()
373 d1->old.to += d2->new.to - d1->new.to; in merge()
374 d1->new.to = d2->new.to; in merge()
440 trange.to = rnew->to - delta; in keep()
474 if (r1->to-r1->from != r2->to-r2->from) in duplicate()
[all …]
/illumos-gate/usr/src/cmd/fm/dicts/
H A DGMCA.po3 # Use is subject to license terms.
37 msgstr "The system will attempt to offline this cpu to remove it from service."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
69 msgstr "The system will attempt to offline this cpu to remove it from service."
85 msgstr "The system will attempt to offline this cpu to remove it from service."
101 msgstr "The system will attempt to offline this cpu to remove it from service."
117 msgstr "The system will attempt to offline this cpu to remove it from service."
133 msgstr "The system will attempt to offline this cpu to remove it from service."
149 msgstr "The system will attempt to offline this cpu to remove it from service."
165 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.
37 msgstr "The system will attempt to offline this cpu to remove it from service."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
69 msgstr "The system will attempt to offline this cpu to remove it from service."
85 msgstr "The system will attempt to offline this cpu to remove it from service."
101 msgstr "The system will attempt to offline this cpu to remove it from service."
117 msgstr "The system will attempt to offline this cpu to remove it from service."
133 msgstr "The system will attempt to offline this cpu to remove it from service."
149 msgstr "The system will attempt to offline this cpu to remove it from service."
165 msgstr "The system will attempt to offline this cpu to remove it from service."
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_key.c51 if (from == NULL || to == 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()
67 to->kef_mt = from->kef_mt; in krb5_copy_keyblock_data()
68 to->kef_key.ck_data = NULL; in krb5_copy_keyblock_data()
69 to->key_tmpl = NULL; in krb5_copy_keyblock_data()
79 to->hKey = CK_INVALID_HANDLE; in krb5_copy_keyblock_data()
93 krb5_keyblock **to;
[all …]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dgetargs.c111 *to++ = '\\'; in bsfix()
112 *to++ = 'N'; 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()
139 *to++ = '\\'; in bsfix()
140 *to++ = *str; in bsfix()
145 *to++ = *str; in bsfix()
[all …]
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_stats.c888 to->tcpInSegs += from->tcpInSegs; in tcp_add_mib()
896 to->tcpOutAck += from->tcpOutAck; in tcp_add_mib()
898 to->tcpOutUrg += from->tcpOutUrg; in tcp_add_mib()
1031 to->tcp_listendrop.value.ui64 += in tcp_add_stats()
1037 to->tcp_flwctl_on.value.ui64 += in tcp_add_stats()
1043 to->tcp_zcopy_on.value.ui64 += in tcp_add_stats()
1045 to->tcp_zcopy_off.value.ui64 += in tcp_add_stats()
1053 to->tcp_fusion_urg.value.ui64 += in tcp_add_stats()
1077 to->tcp_lso_times.value.ui64 += in tcp_add_stats()
1089 to->tcp_rst_unsent.value.ui64 += in tcp_add_stats()
[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. */
48 /* Define to 1 if you have the <stdint.h> header file. */
51 /* Define to 1 if you have the <stdlib.h> header file. */
87 /* Define to the full name of this package. */
96 /* Define to the version of this package. */
[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.
31 # so copy this file to /etc/inet/slp.conf to enable SLP. See
53 # Forces UAs and SAs to use a set of DAs.
96 # to 3 hours (10800 seconds):
119 # limits SLP multicast to the local subnet only:
131 # Set this property to change the maximum amount of time to wait until
168 # This example changes it to 2 seconds:
173 # Change this property to change the maximum size of any datagram to
180 # Set this property to restrict SLP to specific interfaces. Default is
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dgetargs.c121 *to++ = '\\';
122 *to++ = 'N';
129 *to++ = '\t';
133 *to++ = ' ';
137 *to++ = '\n';
141 *to++ = '\r';
145 *to++ = '\b';
149 *to++ = '\\';
150 *to++ = *str;
155 *to++ = *str;
[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
124 line from V1 to V2
125 line from V2 to V3
126 line from V3 to V4
127 line from V4 to V5
[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 DRELEASE8810 to the parameter expansion syntax to expand to the list of
28 to specify substrings and sub-arrays:
123 variable to be treated as a reference to another variable so that
133 new name reference to occur.
270 2. Numerical arguments to kill -l cause the given signal names to
272 3. String arguments to kill -l cause the given signal numbers to
308 1. A -A option to read has been added to allow the fields to be
329 q. test has been modified to conform to the IEEE-POSIX 1003.2
347 to run.
375 the prompt will move to the next command relative to the
[all …]

12345678910>>...110