/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | AUTHORS | 2 ZFS support added by Sun Microsystems. 10 Solaris VTOC and UFS support added by Sun Microsystems. 20 bugs, added symbolic link support to shared_src/fsys_ext2fs.c, and 33 Peter Astrand added support for a color menu. 40 Per Lundberg added graphics support to the Multiboot Specification. 45 Christoph Plattner added support for Net Boot Image Proposal. 47 Frank Mehnert added support for hercules console. 49 Kristoffer Branemyr added VSTa filesystem support. 51 Serguei Tzukanov added JFS and XFS support. 53 Jason Thomas added Linux DAC960 support and support for hiding/unhiding [all …]
|
H A D | NEWS | 83 * A built-in, `more'-like pager is added. When a command prints too many 98 command "dump" is added. 101 * Support for Linux DAC960 is added. 102 * JFS and XFS support is added. 126 * Linux devfs support is added. 142 * EZ-BIOS support is added. 147 * Linux software RAID support is added (only for RAID-1). 148 * Hercules support is added. 158 * VSTa filesystem support is added. 159 * ELF symbol loading support is added. [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | fill_db_type_size.pl | 56 my $added = 0; 63 if ($added) { 71 $added = 1; 76 $added = 1; 81 $added = 1; 90 if (!$added) {
|
H A D | fill_db_type_value.pl | 55 my $added = 0; 62 if ($added) { 70 $added = 1; 75 $added = 1; 80 $added = 1; 89 if (!$added) {
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_tx.c | 370 unsigned int added = *addedp; in ef10_tx_qpio_post() local 374 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpio_post() 384 id = added++ & etp->et_mask; in ef10_tx_qpio_post() 402 *addedp = added; in ef10_tx_qpio_post() 421 unsigned int added = *addedp; in ef10_tx_qpost() local 425 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpost() 442 id = added++ & etp->et_mask; in ef10_tx_qpost() 461 *addedp = added; in ef10_tx_qpost() 478 __in unsigned int added, in ef10_tx_qpush() argument 488 wptr = added & etp->et_mask; in ef10_tx_qpush() [all …]
|
H A D | efx_tx.c | 82 __in unsigned int added, 390 __in unsigned int added, in efx_tx_qpush() argument 398 etxop->etxo_qpush(etp, added, pushed); in efx_tx_qpush() 735 unsigned int added = *addedp; in siena_tx_qpost() local 739 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) in siena_tx_qpost() 751 EFX_TX_DESC(etp, start, size, ebp->eb_eop, added); in siena_tx_qpost() 756 *addedp = added; in siena_tx_qpost() 768 __in unsigned int added, in siena_tx_qpush() argument 777 wptr = added & etp->et_mask; in siena_tx_qpush() 967 unsigned int added = *addedp; in siena_tx_qdesc_post() local [all …]
|
H A D | efx_rx.c | 93 __in unsigned int added); 98 __in unsigned int added, 418 __in unsigned int added) in efx_rx_qpost() argument 425 erxop->erxo_qpost(erp, addrp, size, n, completed, added); in efx_rx_qpost() 431 __in unsigned int added, in efx_rx_qpush() argument 439 erxop->erxo_qpush(erp, added, pushedp); in efx_rx_qpush() 1006 __in unsigned int added) in siena_rx_qpost() argument 1014 EFSYS_ASSERT3U(added - completed + n, <=, in siena_rx_qpost() 1017 id = added & (erp->er_mask); in siena_rx_qpost() 1040 __in unsigned int added, in siena_rx_qpush() argument [all …]
|
H A D | ef10_rx.c | 644 __in unsigned int added) in ef10_rx_qpost() argument 652 EFSYS_ASSERT3U(added - completed + n, <=, in ef10_rx_qpost() 655 id = added & (erp->er_mask); in ef10_rx_qpost() 678 __in unsigned int added, in ef10_rx_qpush() argument 687 wptr = P2ALIGN(added, EF10_RX_WPTR_ALIGN); in ef10_rx_qpush()
|
/illumos-gate/usr/src/ucblib/libtermcap/ |
H A D | tgoto.c | 77 static char added[10]; in tgoto() local 91 added[0] = 0; in tgoto() 170 (void) strcat(added, oncol ? in tgoto() 208 (void) strcpy(dp, added); in tgoto()
|
/illumos-gate/usr/src/common/mdesc/ |
H A D | mdesc_diff.c | 54 md_diff_t added; member 164 diff_res->added.mdep = md2nodesp; in md_diff_init() 165 diff_res->added.nelem = md2count; in md_diff_init() 234 diff_res->added.mdep = (mde_cookie_t *)diff_res->allocp(addsz); in md_diff_init() 236 bcopy(mde_add_scr, diff_res->added.mdep, addsz); in md_diff_init() 238 diff_res->added.nelem = nadd; in md_diff_init() 293 *mde_addedp = mddp->added.mdep; in md_diff_added() 295 return (mddp->added.nelem); in md_diff_added() 353 MDD_FREE_CHECK(mddp, mddp->added.mdep, mddp->added.nelem * in md_diff_fini()
|
/illumos-gate/usr/src/cmd/stat/common/ |
H A D | walkers.c | 257 iodev_changed(struct iodev_snapshot *iodev, int added) in iodev_changed() argument 271 added ? "added" : "removed", name); in iodev_changed() 275 added ? "added" : "removed", name); in iodev_changed() 279 added ? "mounted" : "unmounted", name); in iodev_changed() 283 added ? "added" : "removed", name); in iodev_changed() 290 added ? "added" : "removed", name); in iodev_changed()
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dup_avl.c | 133 int added = 0; in find_dup_ref() local 158 added = increment_claimant(dup, ino, lfn); in find_dup_ref() 171 return (added || removed || (dup != NULL)); in find_dup_ref() 404 int added = 0; in increment_claimant() local 427 added = 1; in increment_claimant() 430 return (added); in increment_claimant()
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | README | 53 UART trace support is added in this release: 59 ration line as below should be added to /etc/remote: 65 SPARC platform support is added in this release: 72 MSI interrupts supporting is added in this release: 73 Instead of supporting fixed interrupt only, the driver added the MSI
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_reservoir.c | 770 size_t added = 0; in vmmr_add() local 772 while (added < sz) { in vmmr_add() 809 if (added != 0) { in vmmr_add() 810 vmmr_remove_raw(added); in vmmr_add() 828 added += span->vs_size; in vmmr_add() 835 vmmr_free_sz += added; in vmmr_add() 837 vmmr_free_transient_sz += added; in vmmr_add() 839 ASSERT3U(added, ==, sz); in vmmr_add() 840 vmmr_adding_sz -= added; in vmmr_add()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | mdeg.c | 385 mdeg_res->added.mdp = mdp; in mdeg_notify_client_reg() 386 mdeg_res->added.mdep = listp; in mdeg_notify_client_reg() 387 mdeg_res->added.nelem = nnodes; in mdeg_notify_client_reg() 735 res->added.mdp = mdeg.md_curr; in mdeg_get_diff_results() 736 res->added.nelem = md_diff_added(mdd, &(res->added.mdep)); in mdeg_get_diff_results() 738 if (res->added.nelem == -1) { in mdeg_get_diff_results() 739 bzero(&(res->added), sizeof (mdeg_diff_t)); in mdeg_get_diff_results()
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_platform_device_put.c | 26 STATE(added); 35 set_state_expr(my_id, arg_expr, &added); in match_added()
|
H A D | pre-process.c | 659 struct token *added, *arg; in substitute() local 682 added = dup_token(t, base_pos); in substitute() 683 token_type(added) = TOKEN_SPECIAL; in substitute() 684 tail = &added->next; in substitute() 712 tail = copy(&added, arg, count); in substitute() 713 added->pos.newline = body->pos.newline; in substitute() 714 added->pos.whitespace = body->pos.whitespace; in substitute() 725 added = dup_token(body, base_pos); in substitute() 726 if (added->ident->tainted) in substitute() 727 added->pos.noexpand = 1; in substitute() [all …]
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device_store.c | 151 gboolean added, in emit_device_property_changed() argument 158 device, key, added, removed); in emit_device_property_changed() 397 const char *key, gboolean removed, gboolean added, in match_device_async() argument 422 gboolean added, gpointer user_data) in store_changed() argument 426 if (!added) in store_changed()
|
H A D | device_store.h | 49 gboolean added); 55 gboolean added);
|
H A D | hald.c | 146 const char *key, gboolean added, gboolean removed, in gdl_property_changed() argument 150 device_send_signal_property_modified (device, key, removed, added); in gdl_property_changed() 154 if (added == FALSE && removed == FALSE) in gdl_property_changed()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | RELEASE88 | 9 equivalent to ${name[0]}. The prefix operator ! was added 16 typeset options -F and -E have been added for floating 102 following pipeline, has been added. 108 i. The following builtins have been added: 122 k. A typeset -n option has been added which causes the value of a 127 alias, nameref='typeset -n' has been added to aid mnemonics. 135 l. The KEYBD trap has been added which is triggered when a key 140 m. New variables have been added: 168 n. New invocation and set -o options have been added: 179 p. More work on internationalization has been added: [all …]
|
/illumos-gate/usr/src/cmd/praudit/ |
H A D | README | 27 files. If new strings are added which do not belong in the message catalog, 28 these strings must be added to the exclude file "praudit.xcl". See xgettext(1).
|
/illumos-gate/usr/src/cmd/saf/ |
H A D | pmadm.c | 424 int added; /* count number added */ local 455 added = 0; 523 added++; 532 if (added == 0) { 783 int added; /* count of config scripts added */ local 818 added = 0; 851 added++; 854 if (added == 0) {
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tparm.c | 252 static char added[100]; in tparm() local 301 added[0] = 0; in tparm() 456 (void) strcat(added, xp); in tparm() 724 (void) strcpy(outp, added); in tparm()
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | ChangeLog | 260 - Correct in zlib.map when deflateResetKeep was added 1125 - added a FAQ file 1148 . zutil.c, zutil.h: added "const" for zmem* 1160 - added contrib/minzip, mini zip and unzip based on zlib (Gilles Vollant) 1168 - added os2/Makefile.def and os2/zlib.def (Andrew Zabolotny) 1172 - added amiga/Makefile.pup for Amiga powerUP SAS/C PPC (Andreas Kleinert) 1184 - added msdos/Makefile.w32 for WIN32 Microsoft Visual C++ (Bob Frazier) 1198 - added gzputs and gzgets functions 1203 - added compress2 in zconf.h, zlib.def, zlib.dnt 1224 - added compress2() to allow setting the compression level [all …]
|