Home
last modified time | relevance | path

Searched refs:gotit (Results 1 – 20 of 20) sorted by relevance

/titanic_41/usr/src/cmd/keyserv/
H A Dkeylogin.c121 bool_t gotit = FALSE; in write_rootkey() local
175 gotit = TRUE; in write_rootkey()
187 if (gotit) in write_rootkey()
190 gotit = TRUE; in write_rootkey()
200 if (!gotit) { in write_rootkey()
H A Dchkey.c740 bool_t gotit = FALSE; in write_rootkey() local
794 gotit = TRUE; in write_rootkey()
806 if (gotit) in write_rootkey()
809 gotit = TRUE; in write_rootkey()
819 if (!gotit) { in write_rootkey()
/titanic_41/usr/src/cmd/fs.d/
H A Dfslib.c392 int gotit = 0; in fsgetmaxphys() local
403 return (gotit); in fsgetmaxphys()
409 return (gotit); in fsgetmaxphys()
413 gotit = 1; in fsgetmaxphys()
414 return (gotit); in fsgetmaxphys()
/titanic_41/usr/src/cmd/bc/
H A Dbc.y592 goto gotit; in yylex()
596 goto gotit; in yylex()
600 goto gotit; in yylex()
604 goto gotit; in yylex()
608 goto gotit; in yylex()
612 goto gotit; in yylex()
616 goto gotit; in yylex()
620 gotit: in yylex()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose3.ksh143 gotit = 1;
155 /!gotit/
/titanic_41/usr/src/uts/common/os/
H A Dsemaphore.c376 int gotit = 0; in sema_tryp() local
387 gotit = 1; in sema_tryp()
390 return (gotit); in sema_tryp()
H A Dcred.c1062 static int gotit = 0; in get_c2audit_load() local
1065 if (gotit) in get_c2audit_load()
1070 gotit++; in get_c2audit_load()
/titanic_41/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c106 boolean_t gotit = B_FALSE; in tnfw_b_alloc_block() local
181 for (i = 0; !gotit && i != TNFW_B_MAXALLOCTRY; ++i) { in tnfw_b_alloc_block()
220 gotit = B_TRUE; in tnfw_b_alloc_block()
227 gotit = B_TRUE; in tnfw_b_alloc_block()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1133 goto gotit; in alloccgblk()
1236 goto gotit; in alloccgblk()
1258 gotit: in alloccgblk()
1327 goto gotit; in ialloccg()
1350 goto gotit; in ialloccg()
1358 gotit: in ialloccg()
1390 int gotit; in mapsearch() local
1432 gotit = 0; in mapsearch()
1442 gotit++; in mapsearch()
1448 if (gotit) in mapsearch()
H A Dufs_bmap.c452 goto gotit; in bmap_write()
581 gotit: in bmap_write()
/titanic_41/usr/src/cmd/filesync/
H A Dbase.c200 goto gotit; in add_file_to_list()
217 goto gotit; in add_file_to_list()
244 gotit: /* remember this as our next guess pointer */ in add_file_to_list()
/titanic_41/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c803 int error, gotit, maxphys; in getdiskbydev() local
804 gotit = fsgetmaxphys(&maxphys, &error); in getdiskbydev()
810 if (gotit) { in getdiskbydev()
/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevno.c111 goto gotit; in nm_open()
144 gotit: in nm_open()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2400 int gotit, maxphys; in getdisksize() local
2402 gotit = fsgetmaxphys(&maxphys, NULL); in getdisksize()
2408 if (gotit) { in getdisksize()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c1846 goto gotit; in getparts()
1858 goto gotit; in getparts()
1880 goto gotit; in getparts()
1902 gotit: in getparts()
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1599 int gotit; in update_subtree() local
1691 gotit = 0; in update_subtree()
1703 gotit = 1; in update_subtree()
1712 if (gotit) { in update_subtree()
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c827 goto gotit; in sctp_unlink_faddr()
833 gotit: in sctp_unlink_faddr()
/titanic_41/usr/src/cmd/tar/
H A Dtar.c5675 int gotit; /* true if we've found a match */ in wantit() local
5770 gotit = 0; in wantit()
5774 gotit = 1; in wantit()
5778 gotit = 1; in wantit()
5784 if (! gotit) { in wantit()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c732 boolean_t gotit = FALSE; in dsl_dataset_tryown() local
739 gotit = TRUE; in dsl_dataset_tryown()
742 return (gotit); in dsl_dataset_tryown()
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2482 int gotit = 0; in get_max_track_size() local
2484 gotit = fsgetmaxphys(&maxphys, &error); in get_max_track_size()
2485 if (gotit) { in get_max_track_size()