Searched defs:xt (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dalarm.c68 fstack_t ms, xt; local
72 xt = POP(DS);
81 alarm_xt = xt;
H A Dfcode.c490 log_message(MSG_WARN, "byte-load: ignoring xt\n");
859 * (is-user-word) ( name-str name-len xt -- )
864 fstack_t xt; local
869 xt = POP(DS);
873 COMPILE_TOKEN(xt);
/illumos-gate/usr/src/lib/efcode/gp2/
H A Dgp2.c238 token_t xt; local
242 xt = POP(DS);
245 portid, xt, (int)FALSE);
/illumos-gate/usr/src/lib/efcode/jupiter/
H A Djupiter.c376 token_t xt; local
382 xt = POP(DS);
388 fc_uint32_t2cell(portid), fc_uint32_t2cell(xt), &status);
397 portid, xt, (int)FALSE);
/illumos-gate/usr/src/common/ficl/
H A Dtools.c52 * debug ( xt -- ) Start debugging an xt
277 * debug ( xt -- )
278 * Given an xt of a colon definition or a word defined by DOES>, set the
279 * VM up to debug the word: push IP, set the xt as the next thing to execute,
286 ficlWord *xt = ficlStackPopPointer(vm->dataStack); local
287 ficlWordKind wk = ficlWordClassify(xt);
289 ficlStackPushPointer(vm->dataStack, xt);
299 ficlVmExecuteWord(vm, xt);
303 ficlVmExecuteWord(vm, xt);
446 ficlWord *xt; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c96 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local
106 if (xt->parent == NULL)
H A Dsvc_vc.c161 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local
173 if (xt && (xt->parent == NULL)) {
450 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local
461 if (xt && (xt->parent == NULL)) {
471 if (xt && (xt->parent == NULL) && xprt->xp_p2) {
H A Dsvc.c1489 SVCXPRT_EXT *xt = NULL; local
1498 if ((xt = calloc(1, sizeof (SVCXPRT_EXT))) == NULL)
1500 xprt->xp_p3 = (caddr_t)xt; /* SVCEXT(xprt) = xt */
1504 xt->my_xlist = xlist;
1509 xt->msg = msg;
1513 xt->req = req;
1517 xt->cred_area = cred_area;
1536 SVCXPRT_EXT *xt = xprt ? SVCEXT(xprt) : NULL; local
1537 SVCXPRT_LIST *my_xlist = xt
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c50 xfs_bmbt_rec_32_t *xt; member in struct:xfs_info
233 xfs.xt = inode->di_u.di_bmx;
277 xfs.xt = (xfs_bmbt_rec_32_t *)filebuf;
280 xad.offset = xt_offset (xfs.xt);
281 xad.start = xt_start (xfs.xt);
282 xad.len = xt_len (xfs.xt);
283 ++xfs.xt;
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c282 int xs, ys, xt, yt, Xs, Ys, qs, Xt, Yt, qt, local
331 xt = x1 - x;
381 if (xt < 0)
384 Yt = abs(xt);
387 Xt = abs(xt);
392 Xt = abs(xt);
397 Yt = abs(xt);
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dfcgp2.c563 int xt, portid; local
571 xt = fc_cell2int(fc_arg(cp, 1));
574 FC_DEBUG2(1, CE_CONT, "gfc_master_intr: reset-int-xt=%x portid=%x",
575 xt, portid);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c2238 master_interrupt_init(uint32_t portid, uint32_t xt) argument
2298 uint32_t portid, xt; local
2311 xt = fc_cell2uint32_t(fc_arg(cp, 1));
2324 status = master_interrupt_init(portid, xt);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c1928 const struct xlate_table *xt; local
1933 for (xt = adjoin_table; xt->msg; xt++)
1934 if (xt->err == err)
1935 return (xt->msg);

Completed in 324 milliseconds