Home
last modified time | relevance | path

Searched refs:current (Results 126 – 150 of 872) sorted by relevance

12345678910>>...35

/illumos-gate/usr/src/boot/common/
H A Dhelp.common88 will print the current device.
95 Switch framebuffer mode on or off, get current mode, list available
121 directory of the current device if <path> is not specified.
260 # Tset Sconsole DSet the current console
264 Sets the current console. If <value> is omitted, a list of valid
268 # Tset Scurrdev DSet the current device
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c60 char *current; in remove_spaces() local
63 current = next = s; in remove_spaces()
68 *current++ = *next++; in remove_spaces()
70 *current = '\0'; in remove_spaces()
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c265 int current, ret; local
302 current = 0;
308 current = 1;
340 if (!current && lp->s_lsn.file != 0)
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.be2 # current belief: "-", or name of first file argument.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c113 parent = lexp->current; in writedefs()
158 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline); in writedefs()
758 unsigned long current = lexp->current; in funct() local
916 lexp->current = current; in funct()
1595 sfprintf(lexp->kiatmp,"p;%..64d;p;%..64d;%d;%d;c;\n",lexp->current,r,line,line); in simple()
1609 sfprintf(lexp->kiatmp,"p;%..64d;p;%..64d;%d;%d;d;\n",lexp->current,r,line,line); in simple()
1954 sfprintf(lexp->kiatmp,"p;%..64d;f;%..64d;%d;%d;t;\n",lexp->current,r,line,line); in test_primary()
1991 r=kiaentity(lexp,sh_argstr(lexp->arg),-1,'f',0,0,lexp->current,'t',0,""); in test_primary()
1992 sfprintf(lexp->kiatmp,"p;%..64d;f;%..64d;%d;%d;t;\n",lexp->current,r,line,line); in test_primary()
2012 r=kiaentity(lexp,sh_argstr(lexp->arg),-1,'f',0,0,lexp->current,'t',0,""); in test_primary()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c6826 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_auth_start()
7334 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_init_sp()
7407 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_verify_login()
7769 cfg[CFG_AUTH_TMO].current; in emlxs_auth_cfg_init()
7771 cfg[CFG_AUTH_MODE].current; in emlxs_auth_cfg_init()
7773 cfg[CFG_AUTH_BIDIR].current; in emlxs_auth_cfg_init()
7807 cfg[CFG_AUTH_INTERVAL].current; in emlxs_auth_cfg_init()
8402 cfg[CFG_AUTH_INTERVAL].current; in emlxs_auth_cfg_parse()
8406 cfg[CFG_AUTH_INTERVAL].current; in emlxs_auth_cfg_parse()
9053 if (cfg[CFG_AUTH_ENABLE].current == 0) { in emlxs_dhc_init_auth()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc509 db_index_entry *current; in copy_result_list() local
511 for (current = orig; current != NULL; in copy_result_list()
512 current = current->getnextresult()) { in copy_result_list()
513 curr = new db_next_index_desc(current->getlocation(), head); in copy_result_list()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkgstr.c679 char *current; in pkgstrContainsToken() local
717 while ((current = strtok_r((char *)NULL, a_separators, &lasts)) != in pkgstrContainsToken()
719 if (streq(current, a_token)) { in pkgstrContainsToken()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDecisionHistory.java466 Decision current = Decision.forMove(m, utilization); in veto() local
469 if (current != null) { in veto()
470 past = (Decision)decisions.get(current.getKey()); in veto()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_cheetah_asm.S276 ldxa [%g0]ASI_AFSR, %g4 ! current AFSR
277 or %g3, %g4, %g3 ! %g3 = original + current AFSR
280 btst %g4, %g3 ! WDU in original or current AFSR?
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_usage.c860 vmu_bound_t *current; in vmu_merge_bounds() local
867 current = *first; in vmu_merge_bounds()
868 while (current != *last) { in vmu_merge_bounds()
869 next = AVL_NEXT(tree, current); in vmu_merge_bounds()
870 if ((current->vmb_end + 1) == next->vmb_start && in vmu_merge_bounds()
871 current->vmb_type == next->vmb_type) { in vmu_merge_bounds()
872 current->vmb_end = next->vmb_end; in vmu_merge_bounds()
876 *last = current; in vmu_merge_bounds()
879 current = AVL_NEXT(tree, current); in vmu_merge_bounds()
/illumos-gate/usr/src/cmd/cdrw/
H A Dmmc.c762 print_profile_name(uint16_t num, uchar_t current, uchar_t abbr) in print_profile_name() argument
884 if (current == 1) in print_profile_name()
902 uint16_t current; in print_profile_list() local
929 current = read_scsi16(&bufp[6]); in print_profile_list()
938 if (other == current) in print_profile_list()
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_truss.sh31 truss -t psecflags /usr/bin/psecflags -s current,aslr -e ls \
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcompat.c55 hep->current = NULL; in nsldapi_compat_gethostbyname_r()
/illumos-gate/usr/src/test/util-tests/tests/dis/
H A Ddistest.ksh74 Runs all dis for the current platform or only specified tests if listed.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi186 The current BIOS drive number (numbered from 0, if a floppy, and
190 The current partition number.
193 The current partition type.
202 The current partition starting address, in sectors.
205 The current partition length, in sectors.
221 The current position in the file, in sectors.
224 under the filesystem code in the current implementation. Don't depend on
403 always has the current version (@pxref{Obtaining and Building GRUB}).
/illumos-gate/usr/src/data/ucode/
H A DREADME.ucode43 for exact current version
61 for exact current version
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/ents/frudr/
H A Dfru_PS0_data.info96 PROP Class string r 0 "current-indicator"
104 PROP Class string r 0 "current-indicator"
112 PROP Class string r 0 "current-indicator"
H A Dfru_PS1_data.info96 PROP Class string r 0 "current-indicator"
104 PROP Class string r 0 "current-indicator"
112 PROP Class string r 0 "current-indicator"
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dxregs.c261 int current = (lwp == curthread->t_lwp); in xregs_setgregs() local
274 if (current) { in xregs_setgregs()
307 if (current) { in xregs_setgregs()
/illumos-gate/usr/src/test/util-tests/tests/sed/bsd/
H A Dmulti_test.ksh125 cp $OPDIR/current.out $REGRESS/${TESTNAME}
127 if cmp -s $REGRESS/${TESTNAME} $OPDIR/current.out ; then
133 diff -u $REGRESS/${TESTNAME} $OPDIR/current.out
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c315 struct timeval current; in __svcauth_des() local
378 (void) gettimeofday(&current, NULL); in __svcauth_des()
379 current.tv_sec -= window; /* allow for expiration */ in __svcauth_des()
380 if (!BEFORE(&current, &timestamp)) { in __svcauth_des()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S235 rdpr %cwp, %g2 ! save current %cwp
238 wrpr %g0, %g2, %cwp ! restore current %cwp
404 ! buy a window using the current thread's stack
931 cmp %l6, %o0 ! with current pil level
932 movg %xcc, %o0, %l6 ! if current is lower, drop old pil
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dvmalloc.h49 Vmchunk_t* current; member
/illumos-gate/usr/src/pkg/
H A DMakefile303 $(REPOS:%=$(PDIR)/packages.%.current) \
531 $(PKGDEBUG)eval REPO=redist PKGSTAT=current NODEPEND=$(SUPPRESSPKGDEP) \
607 $(PKGDEBUG)eval REPO=redist PKGSTAT=current `$(CAT) -s $(@).vars`; \

12345678910>>...35