Searched refs:patch (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkaif_activate.c165 uint32_t *patch; local
170 patch = (uint32_t *)(tgt + ((uintptr_t)&kaif_hdlr_dmiss_patch -
172 *patch++ |= (uintptr_t)vatotte >> 10;
173 *patch |= ((uintptr_t)vatotte) & 0x3ff;
179 uint32_t *patch; local
184 patch = (uint32_t *)(tgt + ((uintptr_t)&kaif_hdlr_imiss_patch -
186 *patch++ |= (uintptr_t)vatotte >> 10;
187 *patch |= ((uintptr_t)vatotte) & 0x3ff;
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c201 * MSR, we need to patch in before the branch. The handlers have the following
214 uchar_t *patch; local
220 patch = (uchar_t *)GATESEG_GETOFFSET(gd) + KDI_MSR_PATCHOFF;
225 * patch point over the old one.
228 bcopy(code, patch, sz);
232 patch[sz++] = 0x90; /* nop */
284 * any branches. We have patch points in every trap handler, which will cover
285 * all entry paths for master CPUs. We also have a patch point in the slave
300 uchar_t *patch = &code[4]; local
310 uchar_t *patch
[all...]
/illumos-gate/usr/src/cmd/avs/rdc/etc/
H A Drdc.sh125 ${RDCBOOT} -C post-patch-setids -r -s
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2998 rm -f $WDIR/$WNAME.patch
3002 touch $WDIR/$WNAME.patch
3153 # - GNU patch doesn't interpret the output of illumos diff
3162 rm -f $WDIR/$DIR/$F.patch
3166 > $WDIR/$DIR/$F.patch
3169 > $WDIR/$DIR/$F.patch
3171 diff -u $ofile $nfile > $WDIR/$DIR/$F.patch
3175 > $WDIR/$DIR/$F.patch
3178 >> $WDIR/$DIR/$F.patch
3182 # Tack the patch w
[all...]
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetadb.c37 enum mddb_cmd {none, attach, detach, patch, infolong, infoshort}; enumerator in enum:mddb_cmd
698 cmd = patch;
777 if (cmd != patch) {
790 /* patch MDDB locations */
791 if (cmd == patch) {
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh43 f_sanity_nopatch=$(gettext "Unable to determine the image's patch level.")
44 f_sanity_downrev=$(gettext "The image patch level is downrev for running in a solaris10 branded zone.\n(patchlist %s)")
119 # Make sure we have the minimal KU patch we support. These are the
137 # Check the core kernel pkg for the required KU patch.
143 for patch in $patches
145 if [[ $patch == $req_patch ]]; then
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml35 be overwritten by package or patch operations, including
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h222 int patch; /* Patch version number. */ member in struct:_rlayout
/illumos-gate/usr/src/tools/onbld/Scm/
H A DBackup.py77 from mercurial import changegroup, cmdutil, error, node, patch, util namespace
400 # Check that the patch's parent changeset exists.
418 # There's a race here whereby if the patch (or part thereof)
433 fuzz = patch.patch(diff, self.ws.ui, strip=1,
444 patch.updatedir(self.ws.ui, self.ws.repo, files)
H A DWorkSpace.py48 from mercurial import cmdutil, context, error, hg, node, patch, repair, util namespace
994 opts = patch.diffopts(self.ui, opts)
997 for chunk in patch.diff(self.repo, node1, node2, match=match,
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h164 #define XFREE86_VERSION(major,minor,patch,snap) \
165 ((major << 16) | (minor << 8) | patch)
/illumos-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c629 * patch it iff the next instruction uses %o7 as a destination
635 * to patch it.
1095 uint32_t (*patch)(uint32_t *, uint32_t *, uint32_t *, int,
1223 * to patch it.
1297 patch = fbt_patch_retl;
1300 patch = fbt_patch_return;
1399 (void) (*patch)(instr, base, limit,
1421 if ((fbt->fbtp_patchval = (*patch)(instr, base, limit, offset,
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c329 db_version(&rlp->majver, &rlp->minver, &rlp->patch);
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Djtag.c237 u_char *init_pdesc; /* initialization patch descriptors */
339 * successive patches to a reference pattern. The patch descriptors
355 * non-zero, the value to insert is at word offset index in the patch
1846 u_int flags, lsb, msb, patch; local
1852 patch = pval[flags & JTIN_INDEX];
1854 patch = *pdesc++;
1856 jtag_bf_insert(scan_in, lsb, msb, patch);
/illumos-gate/usr/src/tools/onbld/hgext/
H A Dcdm.py105 from mercurial import cmdutil, node, patch namespace
256 opts = patch.diffopts(ui, opts)
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1580 s++; /* skip T for T-patch */
1602 int patch; local
1604 patch = showrev_ispatch(version);
1605 if (patch || (uintptr_t)showall) {
1607 (patch ? "Patch" : "Version"), version);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1173 * patch md.conf file with mddb locations
1179 int patch, /* patching locally */
1191 if (patch)
1176 meta_db_patch( char *sname, char *cname, int patch, md_error_t *ep ) argument
/illumos-gate/usr/src/head/
H A Dmeta.h723 extern int meta_db_patch(char *sname, char *cname, int patch,
1347 extern int meta_patch_mddb(char *sname, char *cname, int patch,
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s991 * %o0 = start of patch area
992 * %o1 = size code of TSB to patch
1011 * %o0 = start of patch area
1032 * %o0 = start of patch area
1033 * %o4 = 64 bit value to patch
1083 * %o0 = start of patch area
1084 * %o4 = 32 bit value to patch
1099 * %o0 = start of patch area
1107 ld [%o0], %o3 ! %o3 = instruction to patch
1181 call sfmmu_fixup_mmu_asi ! patch kdtl
[all...]

Completed in 245 milliseconds