/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif_activate.c | 165 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/tools/onbld/Scm/ |
H A D | Backup.py | 77 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 D | WorkSpace.py | 48 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/cmd/lvm/util/ |
H A D | metadb.c | 37 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/tools/onbld/hgext/ |
H A D | cdm.py | 105 from mercurial import cmdutil, node, patch namespace 256 opts = patch.diffopts(ui, opts)
|
/illumos-gate/usr/src/uts/intel/kdi/ |
H A D | kdi_idt.c | 201 * 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/lib/lvm/libmeta/common/ |
H A D | meta_db.c | 1173 * 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/cmd/sendmail/db/ |
H A D | db_int.h | 222 int patch; /* Patch version number. */ member in struct:_rlayout
|
/illumos-gate/usr/src/uts/sun4u/sunfire/io/ |
H A D | jtag.c | 237 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/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 1580 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);
|