Home
last modified time | relevance | path

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

12345

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c222 int exist, in proto() local
239 exist = (stat(path, &stbuf) == 0); in proto()
244 if (!exist) in proto()
254 if (exist && !S_ISDIR(stbuf.st_mode)) { in proto()
259 exist = 0; in proto()
262 if (!exist) in proto()
272 exist = 0; in proto()
275 if (!exist) in proto()
283 if (exist && in proto()
289 exist = 0; in proto()
[all …]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c53 int exist; in edit_project() local
132 exist = 0; in edit_project()
138 exist++; in edit_project()
149 if (!exist) { in edit_project()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c120 boolean_t exist = (secmap_data[type].sd_content & secmap_content) != 0; in secmap_matches_content() local
127 exist = B_TRUE; in secmap_matches_content()
136 if (exist != found) { in secmap_matches_content()
139 exist ? "some" : "none", in secmap_matches_content()
/illumos-gate/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 |
/illumos-gate/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."
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dproperties.shlib105 datasetexists $ds || log_fail "$ds does not exist"
128 datasetexists $ds || log_fail "$ds does not exist"
H A Dlibtest.shlib231 log_fail "$fs_vol must exist."
277 log_fail "$fs_vol must exist."
279 log_fail "$fs_vol@$snap must exist."
301 datasetexists $recvfs && log_fail "Recv filesystem must not exist."
302 datasetexists $sendfs && log_fail "Send filesystem must not exist."
963 # Return 0 if all the specified datasets exist; $? otherwise
1245 log_note "Pool does not exist. ($pool)"
1298 log_note "Dataset does not exist. ($dataset)"
1919 # now just check to see if those disks do actually exist
2026 # Group does not exist.
[all …]
/illumos-gate/usr/src/contrib/bhyve/
H A DREADME7 candidate to exist as a shim in usr/src/compat/bhyve. Conversely, if only a
/illumos-gate/usr/src/test/util-tests/tests/mdb/
H A DREADME4 run mtest. Tests exist in various subdirectories. The name of the test is
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh130 # if the instance doesn't exist in the repository skip it
/illumos-gate/usr/src/lib/libelfsign/
H A DREADME34 A 64 bit version of this library does not exist.
/illumos-gate/usr/src/cmd/bnu/
H A DLimits37 # If the Limits file does not exist or it is unreadable or <number>
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source99 "Request \"%s\" doesn't exist."
183 "Destination \"%s\" does not exist."
219 "Class \"%s\" does not exist."
222 "Printer \"%s\" does not exist."
225 "Form \"%s\" does not exist."
590 "Destination \"%s\" doesn't exist."
644 "The printer \"%s\" does not exist."
653 "The model \"%s\" does not exist."
674 "\"%s\" doesn't exist."
793 "System \"%s\" does not exist."
[all …]
/illumos-gate/usr/src/lib/libc/port/stdio/
H A DREADME.design38 Most functions exist in a file with the same name. When adding new
118 never be freed by libc. It will always exist on the global list of
133 There are pre-allocated buffers that exist. There are two specifically
197 stream. A stream may exist in one of three modes:
298 encouraged that you both import test suites that may already exist and
/illumos-gate/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
68 that exist for these devices. This has traditionally been a part of the common
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib201 exist) opt="-e" ;;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Di.ipsecalgs67 echo "$0: ERROR - the $confile file doesn't exist."
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DCONVERT.mk36 * file original source file that must exist
/illumos-gate/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()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.dfl65 # is defined. If the password database does not yet exist, it is
/illumos-gate/usr/src/tools/findunref/
H A Dexception_list.closed49 # won't exist, so we need the ISUSED directive here.
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger1.test15 # trig-1.1: Error if table does not exist
20 # trig-1.6: Error if dropped trigger doesn't exist
209 # Create a trigger that refers to a table that might not exist.
/illumos-gate/usr/src/cmd/loadkeys/type_4/
H A Dcanadian_french_5_tbits559 # Following key does not exist on keyboard, but has been

12345