HomeSort by: relevance | last modified time | path
    Searched defs:new_uid (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-p8swap.cc 1517 unsigned int new_uid = INSN_UID (new_insn); local
1518 fprintf (dump_file, "Replacing swap %d with copy %d\n", i, new_uid);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-p8swap.cc 1515 unsigned int new_uid = INSN_UID (new_insn); local
1516 fprintf (dump_file, "Replacing swap %d with copy %d\n", i, new_uid);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vnops.c 3307 uint64_t new_uid, new_gid; local
3654 new_uid = zfs_fuid_create(zfsvfs,
3656 if (new_uid != zp->z_uid &&
3657 zfs_fuid_overquota(zfsvfs, B_FALSE, new_uid)) {
3763 &new_uid, sizeof (new_uid));
3764 zp->z_uid = new_uid;
3767 SA_ZPL_UID(zfsvfs), NULL, &new_uid,
3768 sizeof (new_uid));
3769 attrzp->z_uid = new_uid;
    [all...]

Completed in 55 milliseconds