HomeSort by relevance Sort by last modified time
    Searched refs:conflict (Results 1 - 21 of 21) sorted by null

  /netvirt/usr/src/uts/common/os/
share.c 496 * Conflict Algorithm:
517 * Otherwise there is no conflict and the op request succeeds.
525 * desired operation would conflict with an existing share
537 int conflict = 0; local
560 * This behavior is required by the conflict
568 conflict = 1;
574 conflict = 1;
580 conflict = 1;
584 conflict = 1;
588 conflict = 1
    [all...]
flock.c 3918 int conflict = 0; local
    [all...]
  /netvirt/usr/src/cmd/dtrace/test/tst/common/usdt/
tst.entryreturn.ksh 54 * the conflict with a reserved word.
  /netvirt/usr/src/common/openssl/crypto/engine/
eng_list.c 98 int conflict = 0; local
108 while(iterator && !conflict)
110 conflict = (strcmp(iterator->id, e->id) == 0);
113 if(conflict)
  /netvirt/usr/src/tools/scripts/
makebfu.sh 120 $SRC and $MACH need to be set to create a conflict resolution archive.
  /netvirt/usr/src/cmd/iscsi/iscsitgtd/
t10_spc_pr.c 98 * | PGR reservation conflict checking.
105 Boolean_t conflict = False; local
121 conflict = True;
129 conflict = (cdb[4] & 0x1) ? True: False;
142 conflict = True;
156 conflict = True;
168 conflict = True;
172 return (conflict);
188 Boolean_t conflict = False; local
195 conflict = False
    [all...]
t10_sbc.c 227 Boolean_t conflict = False; local
247 /* conflict = False; */
250 conflict = spc_pgr_check(cmd, cdb);
253 conflict = True;
268 conflict ? "Conflict" : "Allowed");
271 * If no conflict at this point, allow command
273 if (conflict == False) {
    [all...]
  /netvirt/usr/src/cmd/sgs/libld/common/
map.c 1430 const char *conflict; local
    [all...]
  /netvirt/usr/src/cmd/modload/
add_drv.c 113 int conflict; local
327 * Check for a more specific driver conflict - see
330 * or 1 for a conflict. Since the default is to fail unless
336 conflict = -1;
338 conflict = drv_name_conflict(root_node);
342 if (conflict) {
615 * current driver, then we have a conflict and we save the
778 * an entry in the conflict list.
  /netvirt/usr/src/cmd/fmtmsg/
main.c 135 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
  /netvirt/usr/src/lib/libsqlite/
main.mk 387 conflict.html: $(TOP)/www/conflict.tcl
388 tclsh $(TOP)/www/conflict.tcl >conflict.html
427 conflict.html \
  /netvirt/usr/src/cmd/fs.d/cachefs/cfsd/
cfsd_logelem.c 250 * Called when there is a conflict on a file.
404 "%s.conflict.%s.%x", machnamep, namep, index);
492 /* set the mapping to indicate conflict */
1175 int conflict = 0; local
1196 /* done if there was a conflict on the file */
1199 gettext("file conflict"), NULL, 0);
1366 int conflict = 0; local
2773 int conflict = 0; local
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/ExtUtils/
Embed.pm 429 arguments that will be examined for potential conflict. If there is no
430 conflict, the additional arguments will be part of the output.
  /netvirt/usr/src/uts/common/fs/zfs/
zfs_dir.c 72 boolean_t conflict = B_FALSE; local
87 zoid, mt, buf, bufsz, &conflict);
89 *deflags = conflict ? ED_CASE_CONFLICT : 0;
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/Tie/
Array.pm 277 There is no support at present for tied @ISA. There is a potential conflict
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
Array.pm 276 There is no support at present for tied @ISA. There is a potential conflict
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
Embed.pm 451 arguments that will be examined for potential conflict. If there is no
452 conflict, the additional arguments will be part of the output.
  /netvirt/usr/src/uts/common/io/e1000g/
README 173 device-ids from e1000g nodelist so that they do not conflict
  /netvirt/usr/src/cmd/filesync/
README 82 or to force one particular side to win in case of a conflict.
403 F_CONFLICT there is a conflict on this node so
434 if there is a conflict or we haven't evaluated
446 flagged as "in conflict".
  /netvirt/usr/src/uts/common/fs/nfs/
nfs4_client.c 2745 bool_t conflict = FALSE; local
    [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/
perl5db.pl     [all...]

Completed in 599 milliseconds