Searched refs:pmod (Results 1 - 2 of 2) sorted by relevance

/osnet-11/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...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c116 topo_mod_load(topo_mod_t *pmod, const char *name, argument
124 topo_dprintf(pmod->tm_hdl, TOPO_DBG_MODSVC, "%s: name=%s\n",
127 thp = pmod->tm_hdl;
135 (void) topo_mod_seterrno(pmod, ETOPO_MOD_VER);
147 path = topo_search_path(pmod, (const char *)file);
151 topo_mod_strfree(pmod, path);
152 (void) topo_mod_seterrno(pmod, topo_hdl_errno(thp) ?
157 topo_mod_strfree(pmod, path);

Completed in 29 milliseconds