Searched defs:first_time (Results 26 - 37 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc131 int first_time = 1; local
162 if(first_time) {
163 first_time = 0;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c1536 static bool first_time = TRUE; local
1560 if ((!first_time) && (old_style == TRUE)) {
1565 first_time = FALSE;
1570 if ((!first_time) && (old_style == FALSE)) {
1576 first_time = FALSE;
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c918 int first_time = 1; local
923 if (first_time == 1) {
928 first_time = 0;
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c412 * first_time is used with archive files and can have 1 of 3 states:
431 static int first_time = FT_STATE_1; local
567 if (!pipein && !bflag && archivefile && (first_time == FT_STATE_1)) {
568 first_time = FT_STATE_2;
619 if (archivefile && first_time == FT_STATE_2) {
620 first_time = FT_STATE_3;
633 if (archivefile && first_time == FT_STATE_2) {
638 first_time = FT_STATE_3;
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c2541 int first_time = 1; local
2577 first_time = 0;
2633 if (first_time == 0 && sleeptime > 0) {
2653 first_time = 0;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1803 bool_t first_time = TRUE; /* first time getting OTW cred */ local
1831 &first_time, &last_time);
H A Dnfs4_vnops.c9539 bool_t first_time = TRUE; /* first time getting otw cred */ local
9554 &first_time, &last_time);
9592 &first_time, &last_time);
11748 bool_t first_time = TRUE; /* first time getting OTW cred */ local
11765 &first_time, &last_time);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c971 mptsas_ioc_reset(mptsas_t *mpt, int first_time) argument
997 if ((first_time || mpt->m_event_replay) &&
H A Dmptsas.c157 static int mptsas_init_chip(mptsas_t *mpt, int first_time);
12852 mptsas_init_chip(mptsas_t *mpt, int first_time) argument
12870 rval = mptsas_ioc_reset(mpt, first_time);
12876 if ((rval == MPTSAS_SUCCESS_MUR) && (!first_time)) {
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c5220 int first_time = B_TRUE; local
5239 if (first_time) {
5240 first_time = B_FALSE;
5296 int first_time = B_TRUE; local
5331 if (first_time) {
5332 first_time = B_FALSE;
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c4414 short first_time = 0; local
4420 first_time = 1;
4448 if (first_time)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c5234 boolean_t first_time = B_TRUE; local
5319 if (first_time) {
5325 first_time = B_FALSE;

Completed in 160 milliseconds

12