Searched refs:exist (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c224 int exist, local
241 exist = (stat(path, &stbuf) == 0);
246 if (!exist)
256 if (exist && !S_ISDIR(stbuf.st_mode)) {
261 exist = 0;
264 if (!exist)
269 if (exist && !S_ISREG(stbuf.st_mode)) {
274 exist = 0;
277 if (!exist)
285 if (exist
[all...]
/illumos-gate/usr/src/cmd/oamuser/user/
H A Dproj.c54 int exist; local
133 exist = 0;
139 exist++;
150 if (!exist) {
/illumos-gate/usr/src/cmd/powertop/common/
H A Dbattery.c48 uint32_t exist; member in struct:battery_state
107 pt_display_acpi_power(battery_state.exist, battery_state.present_rate,
170 battery_state.exist = 1;
/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/lib/libzonecfg/common/
H A Dgetzoneent.c274 boolean_t exist, need_quotes; local
335 exist = B_FALSE;
340 if (operation == PZE_ADD && !exist) {
348 * that doesn't exist, but we can't modify a missing
351 if (operation == PZE_MODIFY && !exist) {
456 exist = B_TRUE;
/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
157 # exist and one of the other instances was disabled, add the default
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_cache.c611 ENTRY *exist = NULL; local
618 if ((exist = hsearch(entry, ENTER)) != NULL) {
620 exist->data = (void *)attrs;
729 * do not yet exist on the system and hence are unknown
/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/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAccess.java249 boolean exist;
251 exist = PrinterUtil.exists(printer, mytop.ns);
256 if (exist) {
H A DpmInstallPrinter.java1217 boolean exist;
1222 exist = PrinterUtil.exists(printer, myTop.ns);
1227 if (exist) {
1264 boolean exist = false;
1267 exist = PrinterUtil.exists(printer, myTop.ns);
1274 if (exist) {
1607 "The.selected.printer.does.not.exist."));
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib201 exist) opt="-e" ;;
217 file_status "exist" $@
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc2154 warning(gettext("Both `makefile' and `Makefile' exist"));
2177 warning(gettext("Both `makefile' and `Makefile' exist"));
2359 } else { /* the file doesn't exist or no permission */
2369 warning(gettext("directory %s for .KEEP_STATE_FILE does not exist"),tmp_path);
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh167 The following backups of $myroot$repositorydir/$repository.db exist, from
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Daggr_rcm.c983 boolean_t exist = B_FALSE; local
1007 exist = B_TRUE;
1030 if (!exist)
1039 if (!exist && ret != 0)
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in321 # Stage 1.5 does not exist.
404 $grubdir does not exist in the root device $root_device.
/illumos-gate/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dkdcmgr.sh559 printf "\n$(gettext "No KDC related files exist, exiting").\n\n"
698 printf "\n$(gettext "Password file %s does not exist, exiting").\n\n" $PWFILE
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s58 ! Methods exist to handle per-byte, half-word, and word sized
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c260 * must alread exist) used later to write the output encoding.
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c183 boolean_t exist = B_FALSE; local
186 mod_hash_walk(dld_ap_hashp, drv_ap_exist, &exist);
188 if (exist)
908 * Validate that the specified list of modules exist.
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c201 boolean_t exist = B_FALSE; local
204 mod_hash_walk(softmac_hash, softmac_exist, &exist);
206 return (exist);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dparse.c1895 * The entity is created if it doesn't exist
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh785 # If auto maps exist, add them to the respective lists.
825 echo ERROR : NIS Map directory $MAPDIR does not exist.
830 echo output directory $OUTDIR does not exist. Creating it.
/illumos-gate/usr/src/tools/scripts/
H A Dxref.mk191 # cscope will whine if it doesn't exist (unless it's passed -d).
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh145 egrep -s "$(gettext "get_principal: Principal does not exist")" $TMP_FILE
1101 # different servers and the client could already exist there.
1390 printf "$(gettext "/dev/random does not exist").\n" >&2
1789 printf "\n$(gettext "%s does not exist and is required for Kerberos setup")\n" $RESOLV_CONF_FILE >&2
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S306 cmpb NHRDRV,%al # drive exist? (from BIOS?)

Completed in 86 milliseconds

12