/titanic_41/usr/src/cmd/keyserv/ |
H A D | keylogin.c | 121 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 D | chkey.c | 740 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 D | fslib.c | 392 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 D | bc.y | 592 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 D | tst.dlclose3.ksh | 143 gotit = 1; 155 /!gotit/
|
/titanic_41/usr/src/uts/common/os/ |
H A D | semaphore.c | 376 int gotit = 0; in sema_tryp() local 387 gotit = 1; in sema_tryp() 390 return (gotit); in sema_tryp()
|
H A D | cred.c | 1062 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 D | tnf_buf.c | 106 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 D | ufs_alloc.c | 1133 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 D | ufs_bmap.c | 452 goto gotit; in bmap_write() 581 gotit: in bmap_write()
|
/titanic_41/usr/src/cmd/filesync/ |
H A D | base.c | 200 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 D | newfs.c | 803 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 D | namevno.c | 111 goto gotit; in nm_open() 144 gotit: in nm_open()
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 2400 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 D | meta_name.c | 1846 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 D | picldevtree.c | 1599 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 D | sctp_common.c | 827 goto gotit; in sctp_unlink_faddr() 833 gotit: in sctp_unlink_faddr()
|
/titanic_41/usr/src/cmd/tar/ |
H A D | tar.c | 5675 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 D | dsl_dataset.c | 732 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 D | mkfs.c | 2482 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()
|