/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_grc3.c | 99 _conv31d_##T(int32_t *history, uint32_t filter, uint32_t incv) \ in DEFINE_FILTER() 106 accum += _filt31_##T(*history, filter); \ in DEFINE_FILTER() 108 history--; \ in DEFINE_FILTER() 122 _conv31_L(int32_t *history, uint32_t filter) 127 accum += _filt31_##p(*history, filter); \ 129 history-- 137 _conv31_M(int32_t *history, uint32_t filter) in _conv31_M() argument 147 _conv31_H(int32_t *history, uint32_t filter) in _conv31_H() argument 159 _conv31_HX(int32_t *history, uint32_t filter) in _conv31_HX() argument 171 _conv31_P(int32_t *history, uint32_t filter) in _conv31_P() argument [all …]
|
H A D | audio_grc3.h | 56 int32_t history[GRC3_MAXHISTORY * 2]; member
|
/titanic_50/usr/src/cmd/pgstat/ |
H A D | pgstat.pl | 416 my $history; 527 $history->{$pg}->{hwload} += $hwload if $hwload && $hwload >= 0; 528 $history->{$pg}->{swload} += $swload if $swload; 529 $history->{$pg}->{user} += $user if $user; 530 $history->{$pg}->{sys} += $sys if $sys; 531 $history->{$pg}->{idle} += $idle if $idle; 532 $history->{$pg}->{maxhwload} = $hwload if 533 !defined($history->{$pg}->{maxhwload}) || 534 $hwload > $history->{$pg}->{maxhwload}; 535 $history->{$pg}->{minhwload} = $hwload if [all …]
|
/titanic_50/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 748 show_history_date(dladm_usage_t *history, void *arg) in show_history_date() argument 761 history->du_name, &attr)) != DLADM_STATUS_OK)) { in show_history_date() 765 stime = history->du_stime; in show_history_date() 774 show_history_time(dladm_usage_t *history, void *arg) in show_history_time() argument 789 history->du_name, &attr)) != DLADM_STATUS_OK)) { in show_history_time() 799 (void) printf(" %s", history->du_name); in show_history_time() 800 if (history->du_last) { in show_history_time() 807 time = history->du_etime; in show_history_time() 813 bw = (double)history->du_bandwidth/1000; in show_history_time() 815 if (history->du_last) { in show_history_time() [all …]
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | pmHelpDetailPanel.java | 70 pmHelpLoc history[]; field in pmHelpDetailPanel 114 history = new pmHelpLoc[MAX_HISTORY_ITEMS]; in pmHelpDetailPanel() 159 history); in showHistoryBackItem() 162 history[historyIndex].pos = viewPanel.getPos(); in showHistoryBackItem() 164 Debug.info("back: pos is " + history[historyIndex].pos); in showHistoryBackItem() 167 pmHelpLoc l = history [--historyIndex]; in showHistoryBackItem() 179 "\n\thistory = " + history); in showHistoryForwardItem() 182 history[historyIndex].pos = viewPanel.getPos(); in showHistoryForwardItem() 184 Debug.info("HELP: fwd: pos is " + history[historyIndex].pos); in showHistoryForwardItem() 187 pmHelpLoc l = history [++historyIndex]; in showHistoryForwardItem() [all …]
|
H A D | pmHelpController.java | 69 Vector history; field in pmHelpController 95 history = new Vector(); in pmHelpController()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 315 int history = -1; in real_get_cmdline() local 674 if (history < 0) in real_get_cmdline() 677 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline() 679 add_history (buf, history); in real_get_cmdline() 681 history++; in real_get_cmdline() 682 p = get_history (history); in real_get_cmdline() 685 history--; in real_get_cmdline() 699 if (history < 0) in real_get_cmdline() 703 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline() 705 add_history (buf, history); in real_get_cmdline() [all …]
|
/titanic_50/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 533 show_history_date(dladm_usage_t *history, void *arg) in show_history_date() argument 546 if ((status = dladm_name2info(handle, history->du_name, in show_history_date() 554 stime = history->du_stime; in show_history_date() 563 show_history_time(dladm_usage_t *history, void *arg) in show_history_time() argument 578 if ((status = dladm_name2info(handle, history->du_name, in show_history_time() 592 (void) printf(" %s", history->du_name); in show_history_time() 593 if (history->du_last) { in show_history_time() 600 time = history->du_etime; in show_history_time() 606 bw = (double)history->du_bandwidth/1000; in show_history_time() 608 if (history->du_last) { in show_history_time() [all …]
|
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | global.h | 56 typedef struct history { /* command history */ struct 59 struct history *previous; argument 60 struct history *next; argument
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 1726 uint8_t history; in opt_format_gandalf() local 1728 GETINT8(history, optdata); in opt_format_gandalf() 1730 history); in opt_format_gandalf() 1773 uint16_t history; in opt_format_lzsdcp() local 1777 GETINT16(history, optdata); in opt_format_lzsdcp() 1778 (void) sprintf(get_line(0, 0), "History Count = %d", history); in opt_format_lzsdcp() 1833 uint8_t history; in opt_format_magnalink() local 1836 GETINT8(history, optdata); in opt_format_magnalink() 1839 features = history >> 6; in opt_format_magnalink() 1840 pflag = (history >> 5) & 0x01; in opt_format_magnalink() [all …]
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_io.c | 330 ppvars->history = 0; in _sd_dealloc_dm() 394 ppvars->history = in _sd_dealloc_dm() 641 "!hist=%x, gross a/d=%x %x", ppvars->history, in _sd_dealloc_dm() 653 if (ppvars->history) in _sd_dealloc_dm() 654 ppvars->history >>= 1; in _sd_dealloc_dm() 658 if (ppvars->history & (HISTORY_LVL1-1)) in _sd_dealloc_dm() 659 ppvars->history >>= 1; in _sd_dealloc_dm() 661 ppvars->history = HISTORY_LVL1; in _sd_dealloc_dm() 668 if (ppvars->history & HISTORY_LVL2) in _sd_dealloc_dm() 669 ppvars->history >>= 1; in _sd_dealloc_dm() [all …]
|
/titanic_50/usr/src/cmd/passwd/ |
H A D | passwd.dfl | 39 # cause all users' prior password history to be discarded at the 40 # next password change by any user. No password history will
|
/titanic_50/usr/src/cmd/nsadmin/ |
H A D | local.cshrc | 28 set history=32
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | PROMO.mm | 28 Enhanced Command Re-entry Capability: The KSH-93 history 33 The history file allows for eight bit characters in 43 command lines from your history file.
|
H A D | DESIGN | 18 editing and history. 72 8. history.h contains macros and functions definitions 73 related to history file processing.
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 729 uint_t history = FALSE; in stackinfo() local 737 'h', MDB_OPT_SETBITS, TRUE, &history, NULL) != argc) { in stackinfo() 742 if ((history == FALSE) && !(flags & DCMD_ADDRSPEC)) { in stackinfo() 764 if (history == TRUE) { in stackinfo()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | dmu_tx.c | 173 int level, uint64_t blkid, boolean_t freeable, uint64_t *history) in dmu_tx_count_twig() argument 182 if (level >= dn->dn_nlevels || history[level] == blkid) in dmu_tx_count_twig() 185 history[level] = blkid; in dmu_tx_count_twig() 212 blkid >> epbs, freeable, history); in dmu_tx_count_twig() 233 uint64_t history[DN_MAX_LEVELS]; in dmu_tx_count_write() local 313 history[l] = -1ULL; in dmu_tx_count_write() 329 history); in dmu_tx_count_write()
|
/titanic_50/usr/src/cmd/tnf/prex/ |
H A D | prexlex.l | 85 history { yylval.intval = HISTORY; return (HISTORY); }
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | mapfile-vers | 39 # Due to mistakes made early in the history of this library, there are
|
/titanic_50/usr/src/lib/krb5/plugins/preauth/pkinit/ |
H A D | mapfile-vers | 40 # Due to mistakes made early in the history of this library, there are
|
/titanic_50/usr/src/lib/passwdutil/ |
H A D | files_attr.c | 527 FILE *history; in files_getattr() local 535 if ((history = fopen(HISTORY, "rF")) == NULL) { in files_getattr() 541 while ((s = fgets(buf, sizeof (buf), history)) != in files_getattr() 563 (void) fclose(history); in files_getattr()
|
/titanic_50/usr/src/lib/krb5/dyn/ |
H A D | mapfile-vers | 39 # Due to mistakes made early in the history of this library, there are
|
/titanic_50/usr/src/lib/libkstat/common/ |
H A D | mapfile-vers | 41 # Due to mistakes made early in the history of this library, there are
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/ |
H A D | mapfile-vers | 39 # Due to mistakes made early in the history of this library, there are
|
/titanic_50/usr/src/lib/libvolmgt/common/ |
H A D | mapfile-vers | 39 # Due to mistakes made early in the history of this library, there are
|