Searched defs:fatal (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dutil.h14 #define fatal Myfatal macro
33 void fatal ( char *pat, ... );
H A Dutil.c195 fatal(char *pat,...) function
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregerror.c85 fatal(regdisc_t* disc, int code, const char* pattern) function
H A Dreglib.h43 #define fatal _reg_fatal macro
568 int fatal; member in struct:State_s
580 extern int fatal(regdisc_t*, int, const char*);
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dabienv.c140 appendlist(Liblist **list, Liblist **listend, const char *name, int fatal) argument
146 if (fatal) {
158 if (fatal) {
/osnet-11/usr/src/lib/libcontract/common/
H A Dprocess.c239 ct_pr_status_get_fatal(ct_stathdl_t stathdl, uint_t *fatal) argument
246 return (nvlist_lookup_uint32(info->nvl, CTPS_EV_FATAL, fatal));
/osnet-11/usr/src/grub/grub2/grub-core/boot/mips/loongson/
H A Dfwstart.S145 bne $t0, $v0, fatal
189 b fatal
195 b fatal
229 b fatal
351 fatal: label
610 beq $t0, $t3, fatal
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh93 function fatal { function
97 && fail_internal 'fatal (%s) called with undefined $EXIT_CODE' \
231 fatal "$e_baddir" "$dir"
242 fatal "$e_baddir" "$dir"
252 /usr/bin/cp -p $src $dst || fatal "$e_badfile" "$src"
262 /usr/bin/cp -p $src $dst || fatal "$e_badfile" "$src"
272 /usr/bin/cp -pr $src $dst || fatal "$e_badfile" "$src"
282 /usr/bin/mv $src $dst || fatal "$e_badfile" "$src"
746 fatal "$f_mkdir" "$ZONEROOT/$dir"
748 fatal "
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c653 replication_level_t *rep, boolean_t fatal, boolean_t force)
717 if (!fatal)
760 if (!fatal)
781 replication_level_t *rep, boolean_t fatal, boolean_t force)
786 if (fatal) {
793 if (fatal) {
802 if (fatal) {
853 * self-consistent. If the config is inconsistent, return false. If 'fatal' is
859 replication_level_t *pool, replication_level_t *slog, boolean_t fatal,
909 if (!check_tvdevs(hdl, child, children, &rep, fatal,
652 check_tvdevs(libzfs_handle_t *hdl, nvlist_t **child, uint_t children, replication_level_t *rep, boolean_t fatal, boolean_t force) argument
780 compare_rep_levels(libzfs_handle_t *hdl, replication_level_t *lastrep, replication_level_t *rep, boolean_t fatal, boolean_t force) argument
858 valid_replication(libzfs_handle_t *hdl, nvlist_t *nvroot, replication_level_t *pool, replication_level_t *slog, boolean_t fatal, boolean_t force) argument
[all...]

Completed in 50 milliseconds