/illumos-gate/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 + 1]; member
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/flowstat/ |
H A D | flowstat.c | 759 show_history_date(dladm_usage_t *history, void *arg) in show_history_date() argument 772 history->du_name, &attr)) != DLADM_STATUS_OK)) { in show_history_date() 776 stime = history->du_stime; in show_history_date() 785 show_history_time(dladm_usage_t *history, void *arg) in show_history_time() argument 800 history->du_name, &attr)) != DLADM_STATUS_OK)) { in show_history_time() 810 (void) printf(" %s", history->du_name); in show_history_time() 811 if (history->du_last) { in show_history_time() 818 time = history->du_etime; in show_history_time() 824 bw = (double)history->du_bandwidth/1000; in show_history_time() 826 if (history->du_last) { in show_history_time() [all …]
|
/illumos-gate/usr/src/boot/common/linenoise/ |
H A D | linenoise.c | 119 static char **history = NULL; variable 532 free(history[history_len - 1 - l->history_index]); in linenoiseEditHistoryNext() 533 history[history_len - 1 - l->history_index] = strdup(l->buf); in linenoiseEditHistoryNext() 543 strncpy(l->buf,history[history_len - 1 - l->history_index],l->buflen); in linenoiseEditHistoryNext() 646 free(history[history_len]); in linenoiseEdit() 802 if (history == NULL) { in linenoiseHistoryAdd() 803 history = malloc(sizeof(char*)*history_max_len); in linenoiseHistoryAdd() 804 if (history == NULL) return 0; in linenoiseHistoryAdd() 805 memset(history,0,(sizeof(char*)*history_max_len)); in linenoiseHistoryAdd() 809 if (history_len && !strcmp(history[history_len-1], line)) return 0; in linenoiseHistoryAdd() [all …]
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | char_io.c | 337 int history = -1; in real_get_cmdline() local 696 if (history < 0) in real_get_cmdline() 699 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline() 701 add_history (buf, history); in real_get_cmdline() 703 history++; in real_get_cmdline() 704 p = get_history (history); in real_get_cmdline() 707 history--; in real_get_cmdline() 721 if (history < 0) in real_get_cmdline() 725 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline() 727 add_history (buf, history); in real_get_cmdline() [all …]
|
/illumos-gate/usr/src/cmd/dlstat/ |
H A D | dlstat.c | 539 show_history_date(dladm_usage_t *history, void *arg) in show_history_date() argument 552 if ((status = dladm_name2info(handle, history->du_name, in show_history_date() 560 stime = history->du_stime; in show_history_date() 569 show_history_time(dladm_usage_t *history, void *arg) in show_history_time() argument 584 if ((status = dladm_name2info(handle, history->du_name, in show_history_time() 598 (void) printf(" %s", history->du_name); in show_history_time() 599 if (history->du_last) { in show_history_time() 606 time = history->du_etime; in show_history_time() 612 bw = (double)history->du_bandwidth/1000; in show_history_time() 614 if (history->du_last) { in show_history_time() [all …]
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 1724 uint8_t history; in opt_format_gandalf() local 1726 GETINT8(history, optdata); in opt_format_gandalf() 1728 history); in opt_format_gandalf() 1771 uint16_t history; in opt_format_lzsdcp() local 1775 GETINT16(history, optdata); in opt_format_lzsdcp() 1776 (void) sprintf(get_line(0, 0), "History Count = %d", history); in opt_format_lzsdcp() 1831 uint8_t history; in opt_format_magnalink() local 1834 GETINT8(history, optdata); in opt_format_magnalink() 1837 features = history >> 6; in opt_format_magnalink() 1838 pflag = (history >> 5) & 0x01; in opt_format_magnalink() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | DESIGN | 18 editing and history. 72 8. history.h contains macros and functions definitions 73 related to history file processing. 178 4. hexpand.c contains code for C-shell style history expansions. 179 5. history.c contains code for creating managing the history file.
|
H A D | Mamfile | 281 make include/history.h implicit 283 done include/history.h dontcare 402 prev include/history.h implicit 432 prev include/history.h implicit 472 prev include/history.h implicit 487 prev include/history.h implicit 556 prev include/history.h implicit 639 prev include/history.h implicit 720 prev include/history.h implicit 747 prev include/history.h implicit [all …]
|
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.
|
/illumos-gate/usr/src/cmd/passwd/ |
H A D | passwd.dfl | 38 # cause all users' prior password history to be discarded at the 39 # next password change by any user. No password history will
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen.shlib | 115 zpool history -i $pool | grep -q "scan aborted, restarting" 122 zpool history -i $pool | grep -q "starting deferred resilver"
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 794 uint_t history = FALSE; in stackinfo() local 803 'h', MDB_OPT_SETBITS, TRUE, &history, NULL) != argc) { in stackinfo() 808 if ((history == FALSE) && !(flags & DCMD_ADDRSPEC)) { in stackinfo() 830 if (history == TRUE) { in stackinfo()
|
/illumos-gate/usr/src/lib/passwdutil/ |
H A D | files_attr.c | 532 FILE *history; in files_getattr() local 540 if ((history = fopen(HISTORY, "rF")) == NULL) { in files_getattr() 546 while ((s = fgets(buf, sizeof (buf), history)) != in files_getattr() 568 (void) fclose(history); in files_getattr()
|
/illumos-gate/usr/src/lib/libkstat/common/ |
H A D | mapfile-vers | 41 # Due to mistakes made early in the history of this library, there are
|
/illumos-gate/usr/src/lib/krb5/dyn/ |
H A D | mapfile-vers | 39 # Due to mistakes made early in the history of this library, there are
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libvolmgt/common/ |
H A D | mapfile-vers | 39 # Due to mistakes made early in the history of this library, there are
|
/illumos-gate/usr/src/lib/libpam/ |
H A D | mapfile-vers | 41 # Due to mistakes made early in the history of this library, there are
|
/illumos-gate/usr/src/lib/libmapmalloc/common/ |
H A D | mapfile-vers | 39 # Due to mistakes made early in the history of this library, there are
|
/illumos-gate/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
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | mapfile-vers | 56 # Due to mistakes made early in the history of this library, there are
|
/illumos-gate/usr/src/lib/libsysevent/ |
H A D | mapfile-vers | 41 # Due to mistakes made early in the history of this library, there are
|