Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/titanic_41/usr/src/tools/onbld/Scm/
H A DBackup.py135 if not os.path.exists(fpath):
260 if not self.bu.exists('bundle'):
284 if self.bu.exists('nodes'):
414 if not self.bu.exists('diff'):
446 if not self.bu.exists('renames'):
476 if self.bu.exists('diff'):
493 if self.bu.exists('renames'):
534 files = filter(lambda (name, path): os.path.exists(path),
569 if self.bu.exists(fname):
582 if not self.bu.exists('metadata.tar.gz'):
[all …]
H A DWorkSpace.py354 if os.path.exists(self.ws.repo.join('localtags')):
467 if os.path.exists(self._repo.join(self._file)):
503 if dirn and not os.path.exists(self._repo.join(dirn)):
534 if os.path.exists(self._repo.join(self._file)):
823 if os.path.exists(self.repo.join('localtags')):
850 if os.path.exists(path):
920 if os.path.exists(self.repo.sjoin('undo')):
/titanic_41/usr/src/uts/i86pc/os/
H A Dlgrpplat.c222 int exists; member
264 int exists; member
274 int exists; member
580 !lgrp_plat_memnode_info[node].exists || in plat_build_mem_nodes()
593 if (lgrp_plat_memnode_info[node].exists && in plat_build_mem_nodes()
635 if (lgrp_plat_memnode_info[node].exists == 0) in plat_mnode_xcheck()
716 if (!lgrp_plat_memnode_info[node].exists) in plat_pfn_to_mem_node()
810 ASSERT(!lgrp_plat_cpu_node[cp->cpu_id].exists); in lgrp_plat_config()
811 if (lgrp_plat_cpu_node[cp->cpu_id].exists) { in lgrp_plat_config()
859 lgrp_plat_cpu_node[cp->cpu_id].exists = 1; in lgrp_plat_config()
[all …]
H A Dmemnode.c89 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, 0, 1)) { in mem_node_add_slice()
135 ASSERT(mem_node_config[mnode].exists == 1); in mem_node_del_slice()
167 mem_node_config[mnode].exists = 0; in mem_node_del_slice()
233 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, in mem_node_alloc()
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterDelete.java120 boolean exists; in delete()
121 exists = DoPrinterUtil.exists(printername, "system"); in delete()
123 if (exists) { in delete()
133 if ((nameservice.equals("nis")) && exists) { in delete()
H A DPrinterUtil.java183 public synchronized static boolean exists( in exists() method in PrinterUtil
190 return (DoPrinterUtil.exists(name, nsname)); in exists()
/titanic_41/usr/src/cmd/cron/
H A Dpermit.c41 #define exists(file) (stat(file, &globstat) == 0) macro
75 if (exists(allow)) {
81 } else if (exists(deny)) {
/titanic_41/usr/src/ucbcmd/install.d/
H A Dinstall.c130 int exists = 0; in main() local
136 exists = errno == EEXIST; in main()
137 if (!exists) { in main()
153 if (!exists) in main()
159 if (!exists) in main()
165 if (!exists) in main()
/titanic_41/usr/src/uts/sun4/os/
H A Dmemnode.c86 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, 0, 1)) { in mem_node_add_slice()
131 ASSERT(mem_node_config[mnode].exists == 1); in mem_node_del_slice()
164 mem_node_config[mnode].exists = 0; in mem_node_del_slice()
224 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, in mem_node_alloc()
308 if (mem_node_config[mnode].exists == 0) in mem_node_max_range()
/titanic_41/usr/src/lib/libshell/misc/
H A DERRATA.txt50 #define _lib_vfork 1 /* vfork exists and it works */
52 -#define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */
53 +#define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */
63 #define _lib_vfork 1 /* vfork exists and it works */
65 -#define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */
66 +#define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */
76 #define _lib_vfork 1 /* vfork exists and it works */
78 -#define _lib_posix_spawn 2 /* posix_spawn exists and it works and its worth using */
79 +#define _lib_posix_spawn 1 /* posix_spawn exists and it works and its worth using */
89 #define _lib_vfork 1 /* vfork exists and it works */
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c271 boolean_t exists = B_FALSE; in master_gen_key() local
282 exists = B_TRUE; in master_gen_key()
300 if (exists) { in master_gen_key()
367 boolean_t exists = B_FALSE; in client_gen_key() local
379 exists = B_TRUE; in client_gen_key()
470 if (exists) { in client_gen_key()
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c109 int exists; in config_lookup() local
143 exists = 0; in config_lookup()
147 exists = 1; in config_lookup()
151 if (!exists) { in config_lookup()
212 int exists; in addconfig() local
226 exists = 0; in addconfig()
230 exists = 1; in addconfig()
234 if (!exists) { in addconfig()
/titanic_41/usr/src/cmd/make/bin/
H A Ddosys.cc116 (void)exists(make_state); in dosys()
144 (void)exists(make_state); in dosys()
H A Dfiles.cc62 extern timestruc_t& exists(register Name target);
86 exists(register Name target) in exists() function
236 if (exists(alias) != file_doesnt_exist) { in vpath_exists()
474 (void) exists(dir = GETNAME(file_name, FIND_LENGTH)); in read_dir()
/titanic_41/usr/src/tools/scripts/
H A Dwsdiff.py601 if os.path.exists(base + f) :
603 elif os.path.exists(base + "root_" + arch + "/" + f) :
609 if not os.path.exists(ptch + fn) :
612 if os.path.exists(ptch + f) :
614 elif os.path.exists(ptch + "root_" + arch + "/" + f) :
649 if os.path.exists(tool) :
655 if os.path.exists(location) :
659 if os.path.exists(location) :
1400 if not os.path.exists(baseRoot) :
1404 if not os.path.exists(ptchRoot) :
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1418 int amt, count, exists, first, mask, mode; in sink() local
1543 exists = stat(np, &stb) == 0; in sink()
1545 if (exists) { in sink()
1553 if (recvacl(-1, exists, pflag) in sink()
1566 (void) recvacl(-1, exists, pflag); in sink()
1579 if (recvacl(dfd, exists, pflag) == ACL_FAIL) { in sink()
1581 if (!exists) in sink()
1610 zopen(ofd, zflag && !exists); in sink()
1612 if (exists && pflag) in sink()
1622 if (recvacl(ofd, exists, pflag) == ACL_FAIL) { in sink()
[all …]
/titanic_41/usr/src/lib/libsqlite/test/
H A Dtester.tcl65 if {[info exists ::SETUP_SQL]} {
71 if {[info exists nTest]} return
H A Dmemleak.test26 if {[file exists ./sqlite_test_count]} {
68 if {[info exists Leak]} {
H A Dall.test23 if {[file exists ./sqlite_test_count]} {
80 if {[info exists Leak]} {
H A Dtable.test98 } {1 {table test2 already exists}}
102 } {1 {table sqlite_master already exists}}
108 } {1 {table sqlite_master already exists}}
174 } {1 {table BIG already exists}}
178 } {1 {table biG already exists}}
182 } {1 {table bIg already exists}}
188 } {1 {table Big already exists}}
/titanic_41/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c531 boolean_t exists = B_FALSE; in ipmgmt_persist_if_exists() local
540 exists = B_TRUE; in ipmgmt_persist_if_exists()
544 return (exists); in ipmgmt_persist_if_exists()
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot.s99 ! +8: alias start (frame exists) XX64 what's this for?
/titanic_41/usr/src/cmd/mvdir/
H A Dmvdir.sh53 echo "$t" exists >&2
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmemnode.h72 int exists; /* only try if set, list may still be empty */ member
/titanic_41/usr/src/uts/sun4/sys/
H A Dmemnode.h98 int exists; /* only try if set, list may still be empty */ member

12345678910>>...14