Searched refs:exists (Results 1 - 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot.s99 ! +8: alias start (frame exists) XX64 what's this for?
/illumos-gate/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)) {
/illumos-gate/usr/src/cmd/mvdir/
H A Dmvdir.sh53 echo "$t" exists >&2
/illumos-gate/usr/src/cmd/make/bin/
H A Ddosys.cc116 (void)exists(make_state);
144 (void)exists(make_state);
H A Dfiles.cc30 * Figure out if file exists
62 extern timestruc_t& exists(register Name target);
70 * exists(target)
86 exists(register Name target) function
166 * Called by exists() to set some stat fields in the Name structure
197 * Called if exists() discovers that there is a VPATH defined.
218 * To avoid recursive search through VPATH when exists(alias) is called
236 if (exists(alias) != file_doesnt_exist) {
474 (void) exists(dir = GETNAME(file_name, FIND_LENGTH));
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterDelete.java120 boolean exists;
121 exists = DoPrinterUtil.exists(printername, "system");
123 if (exists) {
133 if ((nameservice.equals("nis")) && exists) {
H A DPrinterUtil.java106 // If supported, a PPD file exists for this Make
183 public synchronized static boolean exists( method in class:PrinterUtil
187 Debug.message("SVR: PrinterUtil.exists()");
190 return (DoPrinterUtil.exists(name, nsname));
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmemnode.h72 int exists; /* only try if set, list may still be empty */ member in struct:mem_node_conf
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c130 int exists = 0; local
136 exists = errno == EEXIST;
137 if (!exists) {
153 if (!exists)
159 if (!exists)
165 if (!exists)
/illumos-gate/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'):
400 # Check that the patch's parent changeset exists.
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(fnam
878 def exists(self, name): member in class:CdmBackup
[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')):
841 # file of a rename exists in the working copy
850 if os.path.exists(path):
920 if os.path.exists(self.repo.sjoin('undo')):
/illumos-gate/usr/src/uts/sun4/os/
H A Dmemnode.c86 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, 0, 1)) {
131 ASSERT(mem_node_config[mnode].exists == 1);
164 mem_node_config[mnode].exists = 0;
224 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists,
308 if (mem_node_config[mnode].exists == 0)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c222 int exists; member in struct:cpu_node_map
264 int exists; member in struct:node_domain_map
274 int exists; member in struct:memnode_phys_addr_map
580 !lgrp_plat_memnode_info[node].exists ||
593 if (lgrp_plat_memnode_info[node].exists &&
635 if (lgrp_plat_memnode_info[node].exists == 0)
716 if (!lgrp_plat_memnode_info[node].exists)
766 * all changes are visible to other CPUs before setting the "exists" flag.
767 * 4) On reading side, membar_consumer() after checking the "exists" flag
773 * ensure all changes are visible to other CPUs before setting the "exists"
[all...]
H A Dmemnode.c89 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists, 0, 1)) {
135 ASSERT(mem_node_config[mnode].exists == 1);
167 mem_node_config[mnode].exists = 0;
233 if (atomic_cas_32((uint32_t *)&mem_node_config[mnode].exists,
/illumos-gate/usr/src/head/
H A Dmacros.h63 #define exists(file) (stat(file, &Statbuf) < 0 ? 0 : Statbuf.st_mode) macro
/illumos-gate/usr/src/uts/sun4u/starcat/ml/
H A Ddrmach.il.cpp91 ! runtime value or purpose. It exists here solely for its
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmpo.h100 int exists; /* set to 1 if mblock has memory in this mnode stripe */ member in struct:__anon10359
/illumos-gate/usr/src/uts/sun4/sys/
H A Dmemnode.h98 int exists; /* only try if set, list may still be empty */ member in struct:mem_node_conf
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c205 * If the directory already exists, then march on.
271 boolean_t exists = B_FALSE; local
274 * If the file already exists (possibly via keymgmt), then open
282 exists = B_TRUE;
296 * If the file already exists, then see if a master key already
297 * exists. We will not overwrite it if it does.
300 if (exists) {
305 "exists and will not be overwritten\n",
367 boolean_t exists = B_FALSE; local
371 * If the file already exists (possibl
[all...]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl65 if {[info exists ::SETUP_SQL]} {
71 if {[info exists nTest]} return
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dconfig.c109 int exists; local
142 /* now we have s & num, figure out if it exists already */
143 exists = 0;
147 exists = 1;
151 if (!exists) {
212 int exists; local
225 /* now we have s & num, figure out if it exists already */
226 exists = 0;
230 exists = 1;
234 if (!exists) {
[all...]
/illumos-gate/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(ptchRoo
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c531 boolean_t exists = B_FALSE; local
540 exists = B_TRUE;
544 return (exists);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1418 int amt, count, exists, first, mask, mode; local
1543 exists = stat(np, &stb) == 0;
1545 if (exists) {
1553 if (recvacl(-1, exists, pflag)
1566 (void) recvacl(-1, exists, pflag);
1579 if (recvacl(dfd, exists, pflag) == ACL_FAIL) {
1581 if (!exists)
1607 * If the output file exists we have to force zflag off
1610 zopen(ofd, zflag && !exists);
1612 if (exists
1992 recvacl(int f, int exists, int preserve) argument
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c48 * checks whether the appropriate lock file exists. It returns
108 static int gdev(), logproc(), exists();
725 if (exists (LOG) && (fp = fopen (LOG, "a")) != NULL) {
752 exists (file) function

Completed in 98 milliseconds

1234