Searched defs:history (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_grc3.h56 int32_t history[GRC3_MAXHISTORY * 2]; member in struct:grc3state
H A Daudio_grc3.c99 _conv31d_##T(int32_t *history, uint32_t filter, uint32_t incv) \
106 accum += _filt31_##T(*history, filter); \
108 history--; \
122 _conv31_L(int32_t *history, uint32_t filter) argument
127 accum += _filt31_##p(*history, filter); \
129 history--
137 _conv31_M(int32_t *history, uint32_t filter) argument
147 _conv31_H(int32_t *history, uint32_t filter) argument
159 _conv31_HX(int32_t *history, uint32_t filter) argument
171 _conv31_P(int32_t *history, uint32_ argument
187 _conv31_PX(int32_t *history, uint32_t filter) argument
[all...]
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpController.java69 Vector history; field in class:pmHelpController
95 history = new Vector();
H A DpmHelpDetailPanel.java70 pmHelpLoc history[]; field in class:pmHelpDetailPanel
114 history = new pmHelpLoc[MAX_HISTORY_ITEMS];
159 history);
162 history[historyIndex].pos = viewPanel.getPos();
164 Debug.info("back: pos is " + history[historyIndex].pos);
167 pmHelpLoc l = history [--historyIndex];
179 "\n\thistory = " + history);
182 history[historyIndex].pos = viewPanel.getPos();
184 Debug.info("HELP: fwd: pos is " + history[historyIndex].pos);
187 pmHelpLoc l = history [
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h56 typedef struct history { /* command history */ struct
59 struct history *previous;
60 struct history *next;
261 /* history.c */
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c370 * Password history file format:
376 #define HISTMODE S_IRUSR /* mode to create history file */
390 * old password history.
397 * PWU_SUCCESS, passwd found in user's old password history.
400 * PWU_NOT_FOUND, passwd not in user's old password history.
419 * treating user not found in backing store or no history as
431 debug("files_checkhistory: no history requested");
527 FILE *history; local
532 debug("files_getattr: Get password history for %s ",
535 if ((history
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c729 uint_t history = FALSE; local
737 'h', MDB_OPT_SETBITS, TRUE, &history, NULL) != argc) {
742 if ((history == FALSE) && !(flags & DCMD_ADDRSPEC)) {
764 if (history == TRUE) {
768 mdb_printf("Dead kthreads stack usage history:\n");
770 mdb_printf("Tunable kmem_stackinfo is unset, history ");
1002 "-h shows history, dead kthreads that used their "
H A Dkmem.c2839 " -h retrieve the bufctl's transaction history, if available\n"
2857 uint_t history = FALSE; local
2868 'h', MDB_OPT_SETBITS, TRUE, &history,
2880 if (in_history && !history)
2883 if (history && !in_history) {
2895 * When in history mode, we treat each element as if it
/illumos-gate/usr/src/boot/sys/boot/common/linenoise/
H A Dlinenoise.c119 static char **history = NULL; variable
134 int history_index; /* The history index we are currently editing. */
523 /* Substitute the currently edited line with the next or previous history
530 /* Update the current history entry before to
532 free(history[history_len - 1 - l->history_index]);
533 history[history_len - 1 - l->history_index] = strdup(l->buf);
543 strncpy(l->buf,history[history_len - 1 - l->history_index],l->buflen);
619 /* The latest history entry is always our current buffer, that
646 free(history[history_len]);
788 /* This is the API call to add a new entry in the linenoise history
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.c1726 uint8_t history; local
1728 GETINT8(history, optdata);
1730 history);
1773 uint16_t history; local
1777 GETINT16(history, optdata);
1778 (void) sprintf(get_line(0, 0), "History Count = %d", history);
1833 uint8_t history; local
1836 GETINT8(history, optdata);
1839 features = history >> 6;
1840 pflag = (history >>
[all...]
/illumos-gate/usr/src/cmd/flowstat/
H A Dflowstat.c748 show_history_date(dladm_usage_t *history, void *arg) argument
761 history->du_name, &attr)) != DLADM_STATUS_OK)) {
765 stime = history->du_stime;
774 show_history_time(dladm_usage_t *history, void *arg) argument
789 history->du_name, &attr)) != DLADM_STATUS_OK)) {
799 (void) printf(" %s", history->du_name);
800 if (history->du_last) {
807 time = history->du_etime;
813 bw = (double)history->du_bandwidth/1000;
815 if (history
848 show_history_res(dladm_usage_t *history, void *arg) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c265 /* The number of the history entries. */
268 /* Get the NOth history. If NO is less than zero or greater than or
279 /* Add CMDLINE to the history buffer. */
336 /* The index for the history. */
337 int history = -1; local
696 if (history < 0)
699 else if (grub_strcmp (get_history (history), buf) != 0)
700 /* If BUF is modified, add it into the history list. */
701 add_history (buf, history);
703 history
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c179 int level, uint64_t blkid, boolean_t freeable, uint64_t *history)
188 if (level >= dn->dn_nlevels || history[level] == blkid)
191 history[level] = blkid;
224 blkid >> epbs, freeable, history);
245 uint64_t history[DN_MAX_LEVELS]; local
325 history[l] = -1ULL;
341 history);
178 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, int level, uint64_t blkid, boolean_t freeable, uint64_t *history) argument
/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c533 show_history_date(dladm_usage_t *history, void *arg) argument
542 * Only show history information for existing links unless '-a'
546 if ((status = dladm_name2info(handle, history->du_name,
554 stime = history->du_stime;
563 show_history_time(dladm_usage_t *history, void *arg) argument
574 * Only show history information for existing links unless '-a'
578 if ((status = dladm_name2info(handle, history->du_name,
592 (void) printf(" %s", history->du_name);
593 if (history->du_last) {
600 time = history
640 show_history_res(dladm_usage_t *history, void *arg) argument
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h399 int history; /* history flag */ member in struct:_dm_process_vars
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2479 " -h retrieve the bufctl's transaction history, if available\n"
2496 uint_t history = FALSE; local
2509 'h', MDB_OPT_SETBITS, TRUE, &history,
2521 if (in_history && !history)
2524 if (history && !in_history) {
2536 * When in history mode, we treat each element as if it

Completed in 170 milliseconds