Searched refs:conflict (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c287 int conflict = 0; local
349 conflict++;
352 conflict++;
354 conflict++;
356 conflict++;
358 conflict++;
360 if (conflict) {
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c1069 const char *conflict; local
1131 conflict = NULL;
1136 * definition doesn't conflict with the former.
1143 conflict = MSG_INTL(MSG_MAP_DIFF_SYMVAL);
1149 conflict = MSG_INTL(MSG_MAP_DIFF_SYMSZ);
1156 conflict = MSG_INTL(MSG_MAP_DIFF_SYMTYP);
1163 conflict = MSG_INTL(MSG_MAP_DIFF_SYMNDX);
1172 conflict = MSG_INTL(MSG_MAP_DIFF_SYMVER);
1175 if (conflict) {
1178 sdp->sd_file->ifl_name, conflict);
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h94 char *conflict; member in struct:admin
/illumos-gate/usr/src/uts/common/os/
H A Dshare.c532 * Otherwise there is no conflict and the op request succeeds.
540 * desired operation would conflict with an existing share
552 int conflict = 0; local
583 * This behavior is required by the conflict
589 conflict = 1;
593 conflict = 1;
597 conflict = 1;
602 conflict = 1;
612 if (conflict)
617 return (conflict);
[all...]
H A Dflock.c4292 int conflict = 0; local
4321 conflict = 1;
4327 return (conflict);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.entryreturn.ksh53 * the conflict with a reserved word.
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c113 int conflict; local
348 * Check for a more specific driver conflict - see
351 * or 1 for a conflict. Since the default is to fail unless
357 conflict = -1;
359 conflict = drv_name_conflict(root_node);
363 if (conflict) {
644 * current driver, then we have a conflict and we save the
808 * an entry in the conflict list.
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddryrun.c108 unsigned conflict:1; member in struct:drinfo
283 wr_OK(fp_dra, "CONFLICT", dr_info.conflict_set, dr_info.conflict);
483 if (dr_info.conflict != 0)
810 dr_info.conflict = (value ? 1 : 0);
H A Dsetadmin.c60 &adm.conflict, "conflict",
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c135 long conflict;
713 /* If found in list and no conflict, remember in class */
714 if ((class_info->keyword != (char *) NULL) && ((class & class_info->conflict) == 0L))
134 long conflict; member in struct:class_info
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk387 conflict.html: $(TOP)/www/conflict.tcl
388 tclsh $(TOP)/www/conflict.tcl >conflict.html
427 conflict.html \
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c84 #define MSG_ROGUE "\\n* - conflict with a file which does not " \
675 if (ADM(conflict, "nochange")) {
680 if (ADM(conflict, "nocheck")) {
744 "conflict-contents=%s\n", ept->path);
761 "conflict-attributes=%s\n", ept->path);
779 if (ADM(conflict, "quit")) {
H A Dmain.c1280 setadminSetting("conflict", "nocheck");
1680 if (ADM(conflict, "nochange")) {
1816 * Determine if any objects provided by this package conflict
1870 * Determine if any objects provided by this package conflict with
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dcheck.c197 { "conflict-contents=", NULL, &IMSG_CFCONTENT,
242 { "conflict-attributes=", NULL, &IMSG_ATTRIB,
701 * Trigger: conflict-contents=<<n>>
703 * -- conflict-contents=<<path>>
704 * -- conflict-attributes=<<path>>
861 * -- conflict-contents=<<path>>
862 * -- conflict-attributes=<<path>>
879 return (getyorn(a_msg, a_pkg, ADM(conflict, "nocheck"),
880 ADM(conflict, "quit"), HLP_PKGADDCHK_CONFLICT,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c72 boolean_t conflict = B_FALSE; local
87 zoid, mt, buf, bufsz, &conflict);
89 *deflags = conflict ? ED_CASE_CONFLICT : 0;
H A Dzfs_ctldir.c820 boolean_t conflict = B_FALSE; local
823 sizeof (real), &conflict);
833 if (conflict && direntflags)
H A Ddmu_objset.c1615 boolean_t *conflict)
1625 MT_FIRST, real, maxlen, conflict));
1614 dmu_snapshot_realname(objset_t *os, char *name, char *real, int maxlen, boolean_t *conflict) argument
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c1679 pgroup_t *conflict; local
1783 conflict = einfo->ei_u.ei_pattern_conflict.ei_pattern;
1784 ev1 = safe_strdup(conflict->sc_parent->sc_fmri);
1785 ev2 = find_name_specification(conflict);
1788 actual = find_type_specification(conflict);
2136 /* Got a match. Determine if it is a conflict. */
2154 * If we get to this point we have a conflict, and
2185 /* It is a real conflict. */
2676 * prop_pattern. Two patterns are said to be in conflict if they have the
2679 * conflict i
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh424 conflict=nocheck
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h883 int maxlen, boolean_t *conflict);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client.c2799 bool_t conflict = FALSE; local
2812 conflict = TRUE;
2818 return (conflict);

Completed in 993 milliseconds