Searched refs:reset (Results 76 - 100 of 258) sorted by relevance

1234567891011

/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc71 reset();
75 /* Get rid of table and all associated entries, and reset counters */
77 db_index::reset() function in class:db_index
82 WRITELOCKV(this, "w db_index::reset");
99 WRITEUNLOCKV(this, "wu db_index::reset");
356 /* Load failed; reset. */
H A Ddb_mindex_c.x194 % void reset();
197 % The table is first 'reset', then the attempt to load from the file
198 % is made. If the load failed, the table is again reset.
H A Ddb_mindex.cc78 reset(); /* get rid of data structures first */
142 indices.indices_val[i].reset();
145 if (table) table->reset();
1071 db_mindex::reset() function in class:db_mindex
1073 WRITELOCKV(this, "w db_mindex::reset");
1088 WRITEUNLOCKV(this, "wu db_mindex::reset");
1093 * The table is first 'reset', then the attempt to load from the file
1094 * is made. If the load failed, the table is again reset.
1108 reset();
1113 reset();
[all...]
H A Ddb_table.cc127 reset(); /* free list entries */
132 db_free_list::reset() function in class:db_free_list
136 WRITELOCKV(this, "w db_free_list::reset");
144 WRITEUNLOCKV(this, "wu db_free_list::reset");
336 reset();
340 /* reset size and pointers */
342 db_table::reset() function in class:db_table
346 WRITELOCKV(this, "w db_table::reset");
347 freelist.reset();
377 WRITEUNLOCKV(this, "wu db_table::reset");
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshell/common/scripts/
H A Dshircbot.sh227 function reset function
243 _.reset
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c80 { "reset-ifprop", do_reset_ifprop,
105 { "reset-addrprop", do_reset_addrprop,
114 { "reset-prop", do_reset_prop,
773 * set/reset the interface property for a given interface.
776 set_ifprop(int argc, char **argv, boolean_t reset, const char *use) argument
796 ipadm_check_propstr(optarg, reset, use);
826 if (reset)
835 if (reset)
836 die("reset-ifprop: %s: %s",
961 * set/reset th
964 set_prop(int argc, char **argv, boolean_t reset, const char *use) argument
2001 set_addrprop(int argc, char **argv, boolean_t reset, const char *use) argument
2204 ipadm_check_propstr(const char *pstr, boolean_t reset, const char *use) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/awk/
H A Db.c167 f->reset = 0;
432 s = f->reset ? makeinit(f, 0) : f->initstat;
453 if (f->reset) {
485 if (f->reset) {
511 if (f->reset) {
542 if (f->reset) {
828 f->reset = 1;
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A Dposttek.c202 static void reset(void);
600 reset();
637 reset(void) function
642 * Called to reset things, typically only at the beginning of each input file.
652 } /* End of reset */
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c771 if (silent.status != SILENT) { /* don't reset if we never changed terms */
874 auto void reset (void);
875 void reset (void) function
897 reset ();
967 reset ();
1072 /* Check if the default entry is present. Otherwise reset
/opensolaris-onvv-gate/usr/src/lib/libplot/t300s/common/
H A Dsubr.c100 reset(void) function
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_zfetch.c334 int reset = !prefetched; local
384 reset = !prefetched && zs->zst_len > 1;
409 reset = !prefetched && zs->zst_len > 1;
476 if (reset) {
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/com/
H A Dmv88x201x.c70 * a full chip reset is used.
208 .reset = mv88x201x_reset,
H A Dmy3126.c38 * a full chip reset is used.
189 .reset = my3126_reset,
/opensolaris-onvv-gate/usr/src/uts/common/sys/fc4/
H A Dfcal_transport.h154 uint_t reset);
223 /* port reset, all cmds lost */
/opensolaris-onvv-gate/usr/src/uts/intel/sys/
H A Darchsystm.h110 extern void reset(void) __NORETURN;
/opensolaris-onvv-gate/usr/src/uts/sun/sys/
H A Dsocalreg.h126 uint_t reset:1; /* Software Reset. */ member in struct:socal_csr_register::csr
/opensolaris-onvv-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c814 { "reset-error", sbdp_passthru_reset_error },
910 * in reset. If the mem info is incomplete, then we try to gather it
963 sbdp_cpu_in_reset(int node, int bd, int unit, int reset) argument
978 (reset) ? "in reset" : "out of reset", bd);
987 if (reset == 1)
992 if (reset == 1)
/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppop.c291 * reset include guard
304 * reset macro definition
644 pp.reset.on = 1;
1040 if (pp.reset.on)
1042 pp.reset.symtab = pp.symtab;
1044 pp.reset.ro_state = pp.ro_state;
1045 pp.reset.ro_mode = pp.ro_mode;
1046 pp.reset.ro_option = pp.ro_option;
1049 if (pp.reset.on)
1057 hashview(pp.symtab, pp.reset
[all...]
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddump.h315 extern void reset(void);
439 extern void reset();
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc207 $class->accuracy(undef); $class->precision(undef); # reset
235 $class->accuracy(undef); $class->precision(undef); # reset for further tests
303 # reset for further tests
1147 # reset scale for further tests
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/libinst/
H A Dscriptvfy.l806 printf("SUCCESS: All variables reset.\n");
/opensolaris-onvv-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mii.h85 uint16_t reset:1; member in struct:_mii_bmcr::__anon8543
107 uint16_t reset:1;
/opensolaris-onvv-gate/usr/src/ucbcmd/tset/
H A Dtset.c403 int IsReset; /* invoked as reset */
446 char reset(); /* Routine for checking&resetting chars */
495 if (sequal(command, "reset")) {
510 curerase = reset(curerase, CERASE);
511 curkill = reset(curkill, CKILL);
512 curintr = reset(curintr, CINTR);
513 modes.c_cc[VQUIT] = reset(modes.c_cc[VQUIT], CQUIT);
514 modes.c_cc[VEOF] = reset(modes.c_cc[VEOF], CEOF);
1118 * if called from terminal init, flag == -1 means reset "oldmode".
1131 if (flag < 0) { /* unconditionally reset oldmod
1618 reset(ch, def) function
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c297 * video, may temporarily change the encoding scheme and reset it to realencoding
604 void reset(void);
1676 reset(void) function
1693 } /* End of reset */
1756 reset(); /* force position and font stuff - later */
1808 reset(); /* force position and font stuff - later */
2095 * add code to reset everything so dpost could handle multiple files formatted for
2751 reset();
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dst_parse.c59 static void reset(void);
121 reset();
410 * set up for reset()
502 reset();
510 reset();
1126 reset(void) function

Completed in 399 milliseconds

1234567891011