Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 105) sorted by relevance

12345

/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c224 int exist, in proto() local
241 exist = (stat(path, &stbuf) == 0); in proto()
246 if (!exist) in proto()
256 if (exist && !S_ISDIR(stbuf.st_mode)) { in proto()
261 exist = 0; in proto()
264 if (!exist) in proto()
269 if (exist && !S_ISREG(stbuf.st_mode)) { in proto()
274 exist = 0; in proto()
277 if (!exist) in proto()
285 if (exist && in proto()
[all …]
/titanic_44/usr/src/cmd/oamuser/user/
H A Dproj.c54 int exist; in edit_project() local
133 exist = 0; in edit_project()
139 exist++; in edit_project()
150 if (!exist) { in edit_project()
/titanic_44/usr/src/cmd/powertop/common/
H A Dbattery.c48 uint32_t exist; member
107 pt_display_acpi_power(battery_state.exist, battery_state.present_rate, in pt_battery_print()
170 battery_state.exist = 1; in pt_battery_stat_snapshot()
/titanic_44/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c274 boolean_t exist, need_quotes; in putzoneent() local
335 exist = B_FALSE; in putzoneent()
340 if (operation == PZE_ADD && !exist) { in putzoneent()
351 if (operation == PZE_MODIFY && !exist) { in putzoneent()
456 exist = B_TRUE; in putzoneent()
/titanic_44/usr/src/cmd/dircmp/
H A Ddircmp.sh58 *cannot*) echo $D1/`basename "$a"` does not exist |
75 *cannot*) echo $D2/`basename "$a"` does not exist |
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_009_neg.ksh93 log_fail "${datasets[$j]}@snap2 should not exist."
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAccess.java249 boolean exist; in createAccess()
251 exist = PrinterUtil.exists(printer, mytop.ns); in createAccess()
256 if (exist) { in createAccess()
H A DpmInstallPrinter.java1217 boolean exist; in doAddLocal()
1222 exist = PrinterUtil.exists(printer, myTop.ns); in doAddLocal()
1227 if (exist) { in doAddLocal()
1264 boolean exist = false; in doAddNetwork()
1267 exist = PrinterUtil.exists(printer, myTop.ns); in doAddNetwork()
1274 if (exist) { in doAddNetwork()
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh130 # if the instance doesn't exist in the repository skip it
/titanic_44/usr/src/cmd/mdb/test/
H A DREADME4 run mtest. Tests exist in various subdirectories. The name of the test is
/titanic_44/usr/src/cmd/ssh/etc/
H A Dmoduli4 # may not exist or may have a different content or interpretation in a
/titanic_44/usr/src/lib/libelfsign/
H A DREADME36 A 64 bit version of this library does not exist.
/titanic_44/usr/src/uts/common/io/e1000api/
H A DREADME.illumos33 We have a few differences from the common version of the FreeBSD code that exist
61 that exist for these devices. This has traditionally been a part of the common
/titanic_44/usr/src/cmd/bnu/
H A DLimits37 # If the Limits file does not exist or it is unreadable or <number>
/titanic_44/usr/src/cmd/lp/lib/oam/
H A Dmsg.source101 "Request \"%s\" doesn't exist."
185 "Destination \"%s\" does not exist."
221 "Class \"%s\" does not exist."
224 "Printer \"%s\" does not exist."
227 "Form \"%s\" does not exist."
592 "Destination \"%s\" doesn't exist."
646 "The printer \"%s\" does not exist."
655 "The model \"%s\" does not exist."
676 "\"%s\" doesn't exist."
757 …n't give the -A quiet or the\n-A list option for a printer or print\nwheel that doesn't exist yet."
[all …]
/titanic_44/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib201 exist) opt="-e" ;;
/titanic_44/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Di.ipsecalgs67 echo "$0: ERROR - the $confile file doesn't exist."
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-management-snmp-sea-sea-config.mf33 # for FMA, if this package doesn't exist.
/titanic_44/usr/src/cmd/passwd/
H A Dpasswd.dfl66 # is defined. If the password database does not yet exist, it is
/titanic_44/usr/src/cmd/rcm_daemon/common/
H A Daggr_rcm.c983 boolean_t exist = B_FALSE; in aggr_update() local
1007 exist = B_TRUE; in aggr_update()
1030 if (!exist) in aggr_update()
1039 if (!exist && ret != 0) in aggr_update()
/titanic_44/usr/src/tools/findunref/
H A Dexception_list.closed49 # won't exist, so we need the ISUSED directive here.
/titanic_44/usr/src/lib/libsqlite/test/
H A Dtrigger1.test17 # trig-1.1: Error if table does not exist
22 # trig-1.6: Error if dropped trigger doesn't exist
211 # Create a trigger that refers to a table that might not exist.
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dmapfile-vers59 _dladdr; # these should not exist
/titanic_44/usr/src/cmd/loadkeys/type_4/
H A Dcanadian_french_5_tbits559 # Following key does not exist on keyboard, but has been
/titanic_44/usr/src/cmd/svc/configd/
H A Drestore_repository.sh164 The following backups of $myroot$repositorydir/$repository.db exist, from

12345