Home
last modified time | relevance | path

Searched refs:pmod (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_div64.S103 / *pmod = div_rem;
112 / *pmod = x;
148 / *pmod = HILO(x1, x0);
188 / *pmod = (HILO(x1, x0) >> normshift);
211 movl 72(%esp), %ebp / pmod,
236 movl 72(%esp), %esi / pmod,
282 movl 72(%esp), %esi / pmod,
347 movl 72(%esp), %ecx / pmod,
858 / *pmod = (x < 0 ? (int64_t) - rem : rem);
893 movl 48(%esp), %edi / pmod, pmod
[all …]
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.S149 / *pmod = div_rem;
158 / *pmod = x;
194 / *pmod = HILO(x1, x0);
234 / *pmod = (HILO(x1, x0) >> normshift);
257 movl 72(%esp), %ebp / pmod,
282 movl 72(%esp), %esi / pmod,
328 movl 72(%esp), %esi / pmod,
393 movl 72(%esp), %ecx / pmod,
1195 / *pmod = (x < 0 ? (int64_t) - rem : rem);
1230 movl 48(%esp), %edi / pmod, pmod
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c118 topo_mod_load(topo_mod_t *pmod, const char *name, in topo_mod_load() argument
126 thp = pmod->tm_hdl; in topo_mod_load()
134 (void) topo_mod_seterrno(pmod, ETOPO_MOD_VER); in topo_mod_load()
142 path = topo_search_path(pmod, thp->th_rootdir, (const char *)file); in topo_mod_load()
146 topo_mod_strfree(pmod, path); in topo_mod_load()
147 (void) topo_mod_seterrno(pmod, topo_hdl_errno(thp) ? in topo_mod_load()
152 topo_mod_strfree(pmod, path); in topo_mod_load()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module.c586 mdb_module_t *mod, *pmod; in mdb_module_unload_all() local
593 for (mod = mdb.m_mtail; mod != NULL; mod = pmod) { in mdb_module_unload_all()
594 pmod = mod->mod_prev; in mdb_module_unload_all()