Home
last modified time | relevance | path

Searched refs:history (Results 1 – 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.c108 history--; \ in DEFINE_FILTER()
129 history--
228 history++; \
229 if (history >= (grc->history + GRC3_MAXHISTORY * 2)) \
232 history[0] = history[-GRC3_MAXHISTORY] = (*src); \
242 grc->historyptr = history; \
273 history++; \
274 if (history >= (grc->history + GRC3_MAXHISTORY * 2)) \
281 history[0] = history[-GRC3_MAXHISTORY] = \
292 grc->historyptr = history; \
[all …]
H A Daudio_grc3.h56 int32_t history[GRC3_MAXHISTORY * 2 + 1]; member
/illumos-gate/usr/src/cmd/pgstat/
H A Dpgstat.pl416 my $history;
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
536 !defined($history->{$pg}->{minhwload}) ||
538 $history->{$pg}->{maxswload} = $swload if
[all …]
/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c776 stime = history->du_stime; in show_history_date()
811 if (history->du_last) { in show_history_time()
818 time = history->du_etime; in show_history_time()
826 if (history->du_last) { in show_history_time()
837 history->du_name); in show_history_time()
838 time = history->du_stime; in show_history_time()
842 time = history->du_etime; in show_history_time()
847 "%llu", history->du_rbytes); in show_history_time()
849 "%llu", history->du_obytes); in show_history_time()
879 history->du_name); in show_history_res()
[all …]
/illumos-gate/usr/src/boot/common/linenoise/
H A Dlinenoise.c119 static char **history = NULL; variable
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()
816 free(history[0]); in linenoiseHistoryAdd()
817 memmove(history,history+1,sizeof(char*)*(history_max_len-1)); in linenoiseHistoryAdd()
820 history[history_len] = linecopy; in linenoiseHistoryAdd()
833 if (history) { in linenoiseHistorySetMaxLen()
848 free(history); in linenoiseHistorySetMaxLen()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c337 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()
727 add_history (buf, history); in real_get_cmdline()
729 history--; in real_get_cmdline()
[all …]
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c560 stime = history->du_stime; in show_history_date()
599 if (history->du_last) { in show_history_time()
606 time = history->du_etime; in show_history_time()
614 if (history->du_last) { in show_history_time()
625 history->du_name); in show_history_time()
626 time = history->du_stime; in show_history_time()
630 time = history->du_etime; in show_history_time()
635 "%llu", history->du_rbytes); in show_history_time()
637 "%llu", history->du_obytes); in show_history_time()
670 history->du_name); in show_history_res()
[all …]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h56 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 Dsnoop_ppp.c1724 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()
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()
1839 history &= 0x1f; in opt_format_magnalink()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DDESIGN18 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 DMamfile281 make include/history.h implicit
283 done include/history.h dontcare
402 prev include/history.h implicit
432 prev include/history.h implicit
839 make history.o
840 make edit/history.c
853 done edit/history.c
854 meta history.o %.c>%.o edit/history.c history
855 prev edit/history.c
857 done history.o generated
[all …]
H A DPROMO.mm28 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 Dpasswd.dfl38 # 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 Dzpool_reopen.shlib115 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 Dthread.c794 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 Dfiles_attr.c528 FILE *history; in files_getattr() local
536 if ((history = fopen(HISTORY, "rF")) == NULL) { in files_getattr()
542 while ((s = fgets(buf, sizeof (buf), history)) != in files_getattr()
564 (void) fclose(history); in files_getattr()
/illumos-gate/usr/src/lib/krb5/dyn/
H A Dmapfile-vers39 # Due to mistakes made early in the history of this library, there are
/illumos-gate/usr/src/lib/libkstat/common/
H A Dmapfile-vers41 # Due to mistakes made early in the history of this library, there are
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dmapfile-vers40 # Due to mistakes made early in the history of this library, there are
/illumos-gate/usr/src/lib/libmapmalloc/common/
H A Dmapfile-vers39 # Due to mistakes made early in the history of this library, there are
/illumos-gate/usr/src/lib/libpam/
H A Dmapfile-vers41 # 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 Dmapfile-vers39 # Due to mistakes made early in the history of this library, there are
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dmapfile-vers39 # Due to mistakes made early in the history of this library, there are
/illumos-gate/usr/src/lib/libsec/common/
H A Dmapfile-vers56 # Due to mistakes made early in the history of this library, there are
/illumos-gate/usr/src/lib/libsysevent/
H A Dmapfile-vers41 # Due to mistakes made early in the history of this library, there are

1234