Home
last modified time | relevance | path

Searched full:exists (Results 126 – 150 of 2908) sorted by relevance

12345678910>>...117

/titanic_41/usr/src/cmd/modload/
H A Derrmsg.h81 #define ERR_BAD_LINK "(%s) exists as (%s); Please rename by hand.\n"
82 #define ERR_FILE_EXISTS "Temporary file (%s) exists; Please remove by hand.\n"
116 "version of this driver exists.\n"
/titanic_41/usr/src/tools/onbld/Scm/
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')):
/titanic_41/usr/src/lib/libtnfctl/
H A Dstatus.c74 return (dgettext(TEXT_DOMAIN, "Buffer already exists")); in tnfctl_strerror()
76 return (dgettext(TEXT_DOMAIN, "No buffer exists")); in tnfctl_strerror()
/titanic_41/usr/src/man/man1m/
H A Dadd_allocatable.1m45 an entry with the specified device name already exists.
206 An entry already exists for the specified device. This error occurs only when
H A Dmountall.1m38 if there exists a file\fB/usr/lib/fs/\fIFSType\fR/fsckall\fR, where
44 \fB/usr/lib/fs/\fIFSType\fR/fsckall\fR script exists for the \fIFSType\fR of
/titanic_41/usr/src/man/man3nsl/
H A Dt_rcvrel.3nsl37 transport endpoint where the connection exists. After receipt of this
85 No orderly release indication currently exists on the specified transport
/titanic_41/usr/src/cmd/mail/
H A Dcksaved.c39 * The strategy is simple: if the file exists it is appended to
65 * Ok, we have a savefile. If no mailfile exists,
/titanic_41/usr/src/cmd/make/bin/
H A Ddosys.cc116 (void)exists(make_state); in dosys()
144 (void)exists(make_state); in dosys()
/titanic_41/usr/src/grub/grub-0.97/
H A Dmkinstalldirs72 # a "File exists" error. This is a problem when calling mkinstalldirs
84 # exists.
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm.c152 " while another instance exists.\n"); in kssl_send_command()
157 " proxy port exists.\n"); in kssl_send_command()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4if.h383 * tcp_state: if such exists
404 * neigh_state: if exists
418 * path_state: if such exists
432 * tcp_state: if such exists
/titanic_41/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_physical.sh79 # file if one exists, and then reset the broadcast address based on
275 # If /etc/hostname.lo0 exists the loop below will do additional
301 # /etc/hostname6.lo0 exists the loop below will do additional
403 # If the /etc/defaultrouter file exists, process it now so that the next
/titanic_41/usr/src/cmd/tsol/labeld/
H A Dsvc-labeld170 # verify that pam.conf file exists...
184 # exists.
226 # verify that pam.conf file exists...
349 # If a labeld door exists, check for a labeld process and exit
/titanic_41/usr/src/man/man1/
H A Dksh93.12380 True, if \fIfile\fR exists.
2391 True, if \fIfile\fR exists and is a block special file.
2400 True, if \fIfile\fR exists and is a character special file.
2409 True, if \fIfile\fR exists and is a directory.
2418 True, if \fIfile\fR exists.
2427 True, if \fIfile\fR exists and is an ordinary file.
2436 True, if \fIfile\fR exists and it has its \fBsetgid\fR bit set.
2445 True, if \fIfile\fR exists and its group matches the effective group id of this
2455 True, if \fIfile\fR exists and is a symbolic link.
2464 True, if \fIfile\fR exists and it has its sticky bit set.
[all …]
/titanic_41/usr/src/lib/libsqlite/test/
H A Dmisc1.test458 file exists ./test.db-journal
461 file exists ../test.db-journal
467 file exists ./test.db-journal
483 # the error "table t10 alread exists"
499 } {1 {table test already exists}}
/titanic_41/usr/src/man/man9f/
H A Dddi_dev_report_fault.9f100 alternative exists.
122 condition no longer exists.
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DHost.java325 * if the config file exists and then invoking ldaplist in isNSConfigured()
326 * Note: we need to check if the config file exists before in isNSConfigured()
332 // Config file exists in isNSConfigured()
/titanic_41/usr/src/lib/libshell/common/
H A Dsh.12983 exists and is a block special file.
2988 exists and is a character special file.
2993 exists and is a directory.
2998 exists.
3003 exists and is an ordinary file.
3008 exists and it has its setgid bit set.
3013 exists and it has its sticky bit set.
3033 exists and is a fifo special file or a pipe.
3038 exists and is readable by current process.
3043 exists and has size greater than zero.
[all …]
/titanic_41/usr/src/lib/libbe/common/
H A Dbe_create.c176 /* Verify that nbe_zpool exists */ in be_init()
186 * Verify BE container dataset in nbe_zpool exists. in be_init()
196 be_print_err(gettext("be_init: BE (%s) already exists\n"), in be_init()
773 "exists\n"), bt.nbe_name); in be_copy()
789 "exists\n"), bt.nbe_name); in be_copy()
839 * verify that it exists for the original BE's root dataset. in be_copy()
847 /* Verify snapshot exists */ in be_copy()
1000 * Verify BE container dataset in nbe_zpool exists. in be_copy()
1218 * 1 - BE exists in this pool.
1236 * Check if dataset exists in be_find_zpool_callback()
[all …]
/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()
1607 * If the output file exists we have to force zflag off in sink()
1610 zopen(ofd, zflag && !exists); in sink()
1612 if (exists && pflag) in sink()
[all …]
/titanic_41/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c170 * the property exists in the searched array.
184 * that the property exists in the searched array.
198 * expected that the property exists in the searched array.
212 * It's expected that the property exists in the searched array.
226 * It's expected that the property exists in the searched array.
240 * in the array. It's expected that the property exists in the searched array.
255 * in the array. It's expected that the property exists in the searched array.
270 * in the array. It's expected that the property exists in the searched array.
286 * expected that the property exists in the searched array.
307 * in the array. It's expected that the property exists in the searched array.
[all …]
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c498 * exists and has the correct attributes. in instvol()
802 * file that already exists and has the correct attributes.
828 * returned exists or does not need updating. This is
829 * always set when a path to be installed exists and
1034 * exists and is modified. in domerg()
1036 * present in the package database, exists and is not in domerg()
1135 * package object exists, or does not need updating: in domerg()
1144 * exists or does not need updating must not trigger in domerg()
1202 * probably exists by now.
1573 * If a parametric path exists then when copying the in parametricpath()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/
H A Dpiclfrutree.c296 /* Create the node for the IO board (if it exists) */ in do_ioboard_init()
330 /* Create the node for the RSC board (if it exists) */ in do_rscboard_init()
379 /* If the FCAL backplane exists, create a node for it */ in do_fcal_init()
416 /* Create the node for the PDB (if it exists) */ in do_power_supplies_init()
459 /* If the PS exists, create a node for it */ in do_power_supplies_init()
499 /* Create the node for the system board (if it exists) */ in do_centerplane_init()
543 /* If CPU Mem module exists, create a node for it */ in do_centerplane_init()
646 /* If the memory module exists, create a node for it */ in do_dimms_init()
/titanic_41/usr/src/lib/libshare/smbfs/
H A Dsmbfs_scfutil.c111 * Check if instance with given name exists for a service.
134 * If instance already exists enable it.
279 * if the pgroup exists, we are done. If it doesn't, then we in smb_smf_create_service_pgroup()
327 * if the pgroup exists, we are done. If it doesn't, then we in smb_smf_create_instance_pgroup()
355 * but only if it actually exists.
406 * but only if it actually exists.
/titanic_41/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/
H A Dpiclfrutree.c313 /* If the CPU module exists, create a node for it */ in do_cpus_init()
368 /* If the memory exists, create a node for it */ in do_mem_init()
405 /* Create the node for the PDB (if it exists) */ in do_power_supplies_init()
448 /* If the PS exists, create a node for it */ in do_power_supplies_init()
486 /* Create the node for the FCAL backplane (if it exists) */ in do_fcal_init()
520 /* Create the node for the RSC board (if it exists) */ in do_rscboard_init()

12345678910>>...117