| /titanic_53/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | vjcompress.c | 169 register uint_t changes = 0; in vj_compress_tcp() local 305 changes |= NEW_U; in vj_compress_tcp() 321 changes |= NEW_W; in vj_compress_tcp() 331 changes |= NEW_A; in vj_compress_tcp() 341 changes |= NEW_S; in vj_compress_tcp() 344 switch (changes) { in vj_compress_tcp() 380 changes = SPECIAL_I; in vj_compress_tcp() 393 changes = SPECIAL_D; in vj_compress_tcp() 404 changes |= NEW_I; in vj_compress_tcp() 408 changes |= TCP_PUSH_BIT; in vj_compress_tcp() [all …]
|
| /titanic_53/usr/src/cmd/rcap/rcapd/ |
| H A D | rcapd_collection.c | 78 int *changes) in lcollection_insert_update() argument 82 *changes = 0; in lcollection_insert_update() 85 *changes |= LCST_CAP_ZERO; in lcollection_insert_update() 100 *changes |= LCST_CAP_CHANGED; in lcollection_insert_update() 129 *changes |= LCST_CAP_CHANGED; in lcollection_insert_update() 132 *changes |= LCST_CAP_REMOVED; in lcollection_insert_update() 142 lcollection_update_notification_cb(char *col_type, char *name, int changes, in lcollection_update_notification_cb() argument 152 if (changes & LCST_CAP_ZERO) in lcollection_update_notification_cb() 154 (changes & LCST_CAP_REMOVED) ? "cap removed" : "uncapped"); in lcollection_update_notification_cb()
|
| H A D | rcapd_collection_zone.c | 47 int changes; in update_zone() local 71 &changes); in update_zone() 73 update_notification_cb("zone", zent->zname, changes, max_rss, in update_zone()
|
| H A D | rcapd_collection_project.c | 47 int changes; in lcollection_update_project_cb() local 74 &changes); in lcollection_update_project_cb() 76 update_notification_cb("project", proj->pj_name, changes, in lcollection_update_project_cb()
|
| /titanic_53/usr/src/uts/common/os/ |
| H A D | lgrp_topo.c | 328 klgrpset_t changes; in lgrp_consolidate() local 366 count += lgrp_ancestor_delete(lgrp1, &changes); in lgrp_consolidate() 368 klgrpset_or(*changed, changes); in lgrp_consolidate() 435 klgrpset_t changes; in lgrp_collapse_dups() local 525 &changes); in lgrp_collapse_dups() 527 klgrpset_or(*changed, changes); in lgrp_collapse_dups() 676 klgrpset_t changes; in lgrp_split() local 766 parent->lgrp_set, &changes); in lgrp_split() 768 klgrpset_or(*changed, changes); in lgrp_split() 836 klgrpset_t changes; in lgrp_lineage_add() local [all …]
|
| /titanic_53/usr/src/cmd/print/lpset/ |
| H A D | lpset.c | 114 char **changes = NULL; in main() local 142 changes = (char **)list_append((void**)changes, in main() 173 if ((changes == NULL) && (delete_printer == 0)) { in main() 270 while (changes != NULL && *changes != NULL) { in main() 271 int has_equals = (strchr(*changes, '=') != NULL); in main() 274 key = *(changes++); in main() 347 changes; in main()
|
| /titanic_53/usr/src/uts/intel/io/acpica/ |
| H A D | cmp_ca.sh | 121 if (! $DIFF $WSDIR/$WSSRC/changes.txt $ACDIR/changes.txt > /dev/null ) 123 targ=$WSSRC/changes.txt 124 cp $ACDIR/changes.txt $targ
|
| H A D | README.txt | 5 drops. No changes are made to Intel-provided source
|
| H A D | changes.txt | 2 27 May 2016. Summary of changes for version 20160527: 35 22 April 2016. Summary of changes for version 20160422: 91 opcode -- thus requiring no changes to existing AML interpreters. 130 18 March 2016. Summary of changes for version 20160318: 143 Implemented several changes related to ACPI table support 208 12 February 2016. Summary of changes for version 20160212: 216 Only a relatively small number of changes were required in ACPICA to 221 - A few other header changes for new values 236 Current Release: (Note: build changes increased sizes) 268 8 January 2016. Summary of changes for version 20160108: [all …]
|
| /titanic_53/usr/src/cmd/sgs/packages/common/ |
| H A D | SUNWonld-README | 104 All the above changes are incorporated in the following patches: 113 All the above changes are incorporated in the following patches: 121 All the above changes plus: 132 All the above changes are incorporated in the following patches: 141 All the above changes except for: 152 All the above changes are incorporated in the following patches: 160 All the above changes plus: 168 All the above changes plus: 174 All the above changes are incorporated in the following patches: 222 All the above changes are incorporated in the following patches: [all …]
|
| /titanic_53/usr/src/boot/lib/libz/ |
| H A D | FREEBSD-upgrade | 27 had non-trivial local changes: 39 merging in vendor changes since the last import. 42 6) Update this file with any changes to the file list or update procedure.
|
| /titanic_53/usr/src/cmd/filesync/ |
| H A D | anal.c | 84 static struct file *changes; /* list of files to be reconciled */ variable 197 for (fp = changes; fp; fp = fp->f_rnext) in analyze() 317 for (fp = changes; fp; fp = fp->f_rnext) { in summary() 683 for (lp = changes; lp; lp = lp->f_rnext) { in find_link() 746 for (lp = changes; lp; lp = lp->f_rnext) { in find_link() 843 for (lp = changes; lp; lp = lp->f_rnext) { in has_other_links() 911 for (lp = changes; lp; lp = lp->f_rnext) { in link_update() 1014 for (pp = &changes; (np = *pp) != 0; pp = &np->f_rnext) { in queue_file()
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
| H A D | input.c | 134 boolean_t changes = _B_FALSE; in rip_input() local 437 changes = _B_TRUE; in rip_input() 469 changes = _B_TRUE; in rip_input() 477 changes = _B_TRUE; in rip_input() 480 if (changes && supplier) in rip_input()
|
| H A D | startup.c | 66 boolean_t changes = _B_FALSE; in initifs() local 139 changes = _B_TRUE; in initifs() 342 changes = _B_TRUE; in initifs() 354 changes = _B_TRUE; in initifs() 359 if (supplier & changes) in initifs()
|
| /titanic_53/usr/src/lib/libsasl/ |
| H A D | README | 20 For changes that are particular to the Solaris code base, the 31 Any changes in this code base are additive. This will ease merging changes
|
| /titanic_53/usr/src/boot/sys/boot/ |
| H A D | README | 19 also on recording any changes you make in your kernel 43 see if the file name changes. 47 You don't actually want to make any changes to 103 (kget changes numbers from hexadecimal to decimal). Note 106 config changes is going on. Take a look at your 200 changes (like pnp changes). 203 configuration changes.
|
| /titanic_53/usr/src/lib/libsqlite/test/ |
| H A D | capi2.test | 162 do_test capi2-3.9b {db changes} {0} 169 do_test capi2-3.10b {db changes} {1} 173 do_test capi2-3.11b {db changes} {1} 181 do_test capi2-3.13b {db changes} {0} 421 do_test capi2-7.4b {db changes} {1} 427 do_test capi2-7.5b {db changes} {2} 439 db changes 453 db changes
|
| H A D | conflict.test | 413 db changes 432 db changes 445 db changes 461 db changes 469 db changes 477 db changes 485 db changes 493 db changes 501 db changes
|
| H A D | insert2.test | 44 db changes 144 db changes 193 db changes
|
| /titanic_53/usr/src/lib/libslp/etc/ |
| H A D | slp.conf.example | 126 # Default is 900 seconds (15 minutes). This example changes it to 2 minutes 134 # example changes it to 20000 ms (20 seconds), which may be desirable on 169 # This example changes it to 2 seconds: 175 # send (MTU), in bytes. Default is 1400. This example changes it to 189 # Default is "en". This example changes it to "de":
|
| /titanic_53/ |
| H A D | README | 15 All changes must have been reviewed, and approved by an advocate 24 All changes must adhere to typical ON style and quality rules.
|
| /titanic_53/usr/src/cmd/sgs/test/ld/x64/tls/ie/ |
| H A D | README | 4 any changes to the compiler influencing our tests.
|
| /titanic_53/usr/src/lib/librstp/common/ |
| H A D | TODO | 10 2. To send traps about topology changes (as call to stp_to.c)
|
| /titanic_53/usr/src/cmd/acpi/ |
| H A D | Readme | 1 The ACPI utilities are based on the Intel ACPI source code drops. No changes
|
| /titanic_53/usr/src/lib/libsqlite/ |
| H A D | main.mk | 354 changes.html: $(TOP)/www/changes.tcl 355 tclsh $(TOP)/www/changes.tcl >changes.html 414 changes.html \
|