Searched defs:xa (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dsubr.c41 int xa; local
42 xa = (int)((xi - obotx) * scalex + botx);
43 return (xa);
/osnet-11/usr/src/lib/libplot/t300/common/
H A Dsubr.c163 short xa; local
164 xa = (short)((xi - obotx) * scalex + botx);
165 return (xa);
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dsubr.c165 int xa; local
166 xa = (int)((xi - obotx) * scalex + botx);
167 return (xa);
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_svc.c195 ndr_hdalloc(const ndr_xa_t *xa, const void *data) argument
214 hd->nh_fid = xa->fid;
215 hd->nh_svc = xa->binding->service;
231 ndr_hdfree(const ndr_xa_t *xa, const ndr_hdid_t *id) argument
233 ndr_service_t *svc = xa->binding->service;
265 ndr_hdlookup(const ndr_xa_t *xa, const ndr_hdid_t *id) argument
267 ndr_service_t *svc = xa->binding->service;
H A Dndr_server.c470 ndr_is_admin(ndr_xa_t *xa) argument
472 smb_netuserinfo_t *ctx = &xa->pipe->np_user;
484 ndr_is_poweruser(ndr_xa_t *xa) argument
486 smb_netuserinfo_t *ctx = &xa->pipe->np_user;
493 ndr_native_os(ndr_xa_t *xa) argument
495 smb_netuserinfo_t *ctx = &xa->pipe->np_user;
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dsubr.c215 int xa; local
216 xa = (int)((xi - obotx) * scalex + botx);
217 return (xa);

Completed in 51 milliseconds