Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/keyserv/
H A Dkeylogin.c119 bool_t gotit = FALSE; in write_rootkey() local
173 gotit = TRUE; in write_rootkey()
185 if (gotit) in write_rootkey()
188 gotit = TRUE; in write_rootkey()
198 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()
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c390 int gotit = 0; in fsgetmaxphys() local
401 return (gotit); in fsgetmaxphys()
407 return (gotit); in fsgetmaxphys()
411 gotit = 1; in fsgetmaxphys()
412 return (gotit); in fsgetmaxphys()
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y589 goto gotit; in yylex()
593 goto gotit; in yylex()
597 goto gotit; in yylex()
601 goto gotit; in yylex()
605 goto gotit; in yylex()
609 goto gotit; in yylex()
613 goto gotit; in yylex()
617 gotit: in yylex()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose3.ksh143 gotit = 1;
155 /!gotit/
/illumos-gate/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.c1065 static int gotit = 0; in get_c2audit_load() local
1068 if (gotit) in get_c2audit_load()
1073 gotit++; in get_c2audit_load()
/illumos-gate/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()
1389 int gotit; in mapsearch() local
1431 gotit = 0; in mapsearch()
1441 gotit++; in mapsearch()
1447 if (gotit) in mapsearch()
H A Dufs_bmap.c452 goto gotit; in bmap_write()
581 gotit: in bmap_write()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c112 goto gotit; in nm_open()
145 gotit: in nm_open()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c2407 int gotit, maxphys; in getdisksize() local
2409 gotit = fsgetmaxphys(&maxphys, NULL); in getdisksize()
2415 if (gotit) { in getdisksize()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1617 int gotit; in update_subtree() local
1709 gotit = 0; in update_subtree()
1721 gotit = 1; in update_subtree()
1730 if (gotit) { in update_subtree()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c829 goto gotit; in sctp_unlink_faddr()
835 gotit: in sctp_unlink_faddr()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c5713 int gotit; /* true if we've found a match */ in wantit() local
5814 gotit = 0; in wantit()
5818 gotit = 1; in wantit()
5822 gotit = 1; in wantit()
5828 if (! gotit) { in wantit()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c2486 int gotit = 0; in get_max_track_size() local
2488 gotit = fsgetmaxphys(&maxphys, &error); in get_max_track_size()
2489 if (gotit) { in get_max_track_size()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_dataset.c847 boolean_t gotit = FALSE; in dsl_dataset_tryown() local
854 gotit = TRUE; in dsl_dataset_tryown()
857 return (gotit); in dsl_dataset_tryown()