Searched defs:hg (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/tools/scripts/ |
H A D | hg-active.py | 47 from mercurial import error, hg, ui, util namespace 80 repository = hg.repository(ui.ui(), wspath)
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 48 from mercurial import cmdutil, context, error, hg, node, patch, repair, util namespace 451 Internally, the WorkList is stored in .hg/cdm/worklist as a list 676 '''Translate from the hg 6-tuple status format to a hash keyed 703 pws = hg.repository(ui, parent) 942 hg.clean(self.repo, rev, show_stats=False)
|
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | lun_map.c | 188 stmf_id_data_t *hg; local 197 hg = stmf_lookup_group_for_host(iss->iss_ss->ss_rport_id->ident, 199 iss->iss_hg = hg; 217 if ((phg_data[0] != '*') && (!hg || 218 ((hg->id_data[0] != '*') && 219 (verhg->verh_hg_ref != hg)))) { 922 stmf_add_view_entry(stmf_id_data_t *hg, stmf_id_data_t *tg, argument 956 phg = (char *)hg->id_data; ptg = (char *)tg->id_data; 960 (hg == ve->ve_hg)) && ((ptg[0] == '*') || 982 if ((phg[0] != '*') && (hg 1180 stmf_id_data_t *hg; local 1684 stmf_validate_lun_view_entry(stmf_id_data_t *hg, stmf_id_data_t *tg, uint8_t *lun, uint32_t *err_detail) argument 1740 stmf_id_data_t *hg; local [all...] |
Completed in 56 milliseconds