/titanic_41/usr/src/cmd/audio/include/ |
H A D | archdep.h | 50 #define DECODE_SHORT(from, to) *((short *)(to)) = *((short *)(from)) argument 51 #define DECODE_LONG(from, to) *((long *)(to)) = *((long *)(from)) argument 52 #define DECODE_FLOAT(from, to) *((float *)(to)) = *((float *)(from)) argument 53 #define DECODE_DOUBLE(from, to) *((double *)(to)) = *((double *)(from)) argument 57 #define DECODE_SHORT(from, to) \ argument 58 ((char *)(to))[0] = ((char *)(from))[1]; \ 59 ((char *)(to))[1] = ((char *)(from))[0]; 60 #define DECODE_LONG(from, to) \ argument 61 ((char *)(to))[0] = ((char *)(from))[3]; \ 62 ((char *)(to))[1] = ((char *)(from))[2]; \ [all …]
|
H A D | wav.h | 121 #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 D | aiff.h | 145 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument 146 *((int *)(to)) = *((int *)(from)) 147 #define AUDIO_AIFF_FILE2HOST_SHORT(from, to) \ argument 148 *((short *)(to)) = *((short *)(from)) 149 #define AUDIO_AIFF_HOST2FILE_INT(from, to) \ argument 150 *((int *)(to)) = *((int *)(from)) 151 #define AUDIO_AIFF_HOST2FILE_SHORT(from, to) \ argument 152 *((short *)(to)) = *((short *)(from)) 154 #define AUDIO_AIFF_FILE2HOST_INT(from, to) \ argument 155 (*to) = ((((*from) >> 24) & 0xff) | (((*from) & 0xff) << 24) | \ [all …]
|
/titanic_41/usr/src/cmd/initpkg/ |
H A D | nscd.conf | 40 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 …]
|
/titanic_41/usr/src/lib/libmail/common/ |
H A D | s_string.c | 189 s_append(string *to, char *from) in s_append() argument 191 if (to == NULL) in s_append() 192 to = s_new(); in s_append() 194 return (to); in s_append() 196 s_putc(to, (int)(unsigned int)*from); in s_append() 197 s_terminate(to); in s_append() 198 return (to); in s_append() 214 s_seq_read(FILE *fp, string *to, int lineortoken) in s_seq_read() argument 227 if (to != NULL) in s_seq_read() 228 s_terminate(to); in s_seq_read() [all …]
|
/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | example.3 | 4 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 D | example.sr | 4 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 D | BASIC_1.FW | 27 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 D | example.11 | 2 # 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
|
/titanic_41/usr/src/uts/common/os/ |
H A D | priv_defs | 4 * 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 …]
|
/titanic_41/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_path.c | 32 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 …]
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | winsdelln.c | 57 int endy, endx, to, fr, num_lines, dir; in winsdelln() local 103 to = win->_cury; in winsdelln() 104 fr = to - id; in winsdelln() 112 to = endy - 1; in winsdelln() 113 fr = to - id; in winsdelln() 132 for (; num_lines > 0; num_lines--, to += dir, fr += dir) { in winsdelln() 135 sw = win->_y[to]; in winsdelln() 136 win->_y[to] = win->_y[fr]; in winsdelln() 139 mk = _MARKS[to]; in winsdelln() 140 _MARKS[to] = _MARKS[fr]; in winsdelln() [all …]
|
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | copy_key.c | 46 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 …]
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | getargs.c | 86 char *str, *to, *cp; in bsfix() local 91 for (to = str; *str; str++) { in bsfix() 113 *to++ = '\\'; in bsfix() 114 *to++ = 'N'; in bsfix() 116 *to++ = (char)num; in bsfix() 121 *to++ = '\t'; in bsfix() 125 *to++ = ' '; in bsfix() 129 *to++ = '\n'; in bsfix() 133 *to++ = '\r'; in bsfix() 137 *to++ = '\b'; in bsfix() [all …]
|
/titanic_41/usr/src/cmd/diff3/ |
H A D | diff3prog.c | 52 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 …]
|
/titanic_41/usr/src/cmd/fm/dicts/ |
H A D | GMCA.po | 3 # 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 D | INTEL.po | 3 # 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 …]
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_stats.c | 821 tcp_add_mib(mib2_tcp_t *from, mib2_tcp_t *to) in tcp_add_mib() argument 823 to->tcpActiveOpens += from->tcpActiveOpens; in tcp_add_mib() 824 to->tcpPassiveOpens += from->tcpPassiveOpens; in tcp_add_mib() 825 to->tcpAttemptFails += from->tcpAttemptFails; in tcp_add_mib() 826 to->tcpEstabResets += from->tcpEstabResets; in tcp_add_mib() 827 to->tcpInSegs += from->tcpInSegs; in tcp_add_mib() 828 to->tcpOutSegs += from->tcpOutSegs; in tcp_add_mib() 829 to->tcpRetransSegs += from->tcpRetransSegs; in tcp_add_mib() 830 to->tcpOutRsts += from->tcpOutRsts; in tcp_add_mib() 832 to->tcpOutDataSegs += from->tcpOutDataSegs; in tcp_add_mib() [all …]
|
/titanic_41/usr/src/cmd/mail/ |
H A D | sendlist.c | 60 recip *to; in sendlist() local 74 for (to = &(list->recip_list); to; to = to->next) { in sendlist() 75 if (to->name) in sendlist() 76 if (!send_mbox(to->name, letnum)) in sendlist() 90 for (to = &(list->recip_list); to; to = to->next) in sendlist() 91 if (to->name) in sendlist() 112 for (to = &(list->recip_list); to; to = to->next) in sendlist() 113 if (to->name) in sendlist() 114 *p++ = to->name; in sendlist()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | getargs.c | 92 register char *str, *to, *cp; local 99 for (to = str; *str; str++) { 124 *to++ = '\\'; 125 *to++ = 'N'; 127 *to++ = (char) num; 132 *to++ = '\t'; 136 *to++ = ' '; 140 *to++ = '\n'; 144 *to++ = '\r'; 148 *to++ = '\b'; [all …]
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | config.h.in | 6 /* 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 …]
|
/titanic_41/usr/src/lib/libslp/etc/ |
H A D | slp.conf.example | 4 # The contents of this file are subject to the terms of the 23 # Use is subject to license terms. 30 # so uncomment and edit any properties you wish to change. The 31 # file /etc/inet/slp.conf must exist in order for slpd(1m) to start, 32 # so copy this file to /etc/inet/slp.conf to enable SLP. See 45 # This example simply sets the property to the default: 48 # This example sets the property to a site-specific list: 54 # Forces UAs and SAs to use a set of DAs. 62 # Specifies a file containing a set of registrations to be processed 86 # Set this property to change the default DA Heartbeat (10800 seconds). [all …]
|
/titanic_41/usr/src/cmd/oamuser/lib/ |
H A D | putgrent.c | 41 putgrent(struct group *grpstr, FILE *to) in putgrent() argument 55 (void) fprintf(to, "%s:%s:", grpstr->gr_name, in putgrent() 59 (void) fprintf(to, ":"); in putgrent() 61 (void) fprintf(to, "%ld:", grpstr->gr_gid); in putgrent() 67 (void) fprintf(to, "%s", *memptr); in putgrent() 70 (void) fprintf(to, ","); in putgrent() 73 (void) fprintf(to, "\n"); in putgrent() 79 (void) fprintf(to, "%s:%s:%ld:", grpstr->gr_name, in putgrent() 85 (void) fprintf(to, "%s", *memptr); in putgrent() 88 (void) fprintf(to, ","); in putgrent() [all …]
|
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_history.txt | 14 * 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 use 32-bit version fields for [all …]
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | RELEASE88 | 7 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 …]
|