Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/i386/gen/
H A D_div64.s82 / UDivRem(uint64_t x, uint64_t y, uint64_t * pmod)
103 / *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,
839 / SDivRem(int64_t x, int64_t y, int64_t * pmod)
[all …]
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c112 topo_mod_load(topo_mod_t *pmod, const char *name, in topo_mod_load() argument
120 thp = pmod->tm_hdl; in topo_mod_load()
128 (void) topo_mod_seterrno(pmod, ETOPO_MOD_VER); in topo_mod_load()
136 path = topo_search_path(pmod, thp->th_rootdir, (const char *)file); in topo_mod_load()
140 topo_mod_strfree(pmod, path); in topo_mod_load()
141 (void) topo_mod_seterrno(pmod, topo_hdl_errno(thp) ? in topo_mod_load()
146 topo_mod_strfree(pmod, path); in topo_mod_load()
/titanic_41/usr/src/common/util/i386/
H A Dmuldiv.s128 / UDivRem(uint64_t x, uint64_t y, uint64_t * pmod)
149 / *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,
1176 / SDivRem(int64_t x, int64_t y, int64_t * pmod)
[all …]
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module.c582 mdb_module_t *mod, *pmod; in mdb_module_unload_all() local
589 for (mod = mdb.m_mtail; mod != NULL; mod = pmod) { in mdb_module_unload_all()
590 pmod = mod->mod_prev; in mdb_module_unload_all()