Home
last modified time | relevance | path

Searched refs:ptid (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/troff/troff.d/
H A Dt10.c167 fdprintf(ptid, "x T %s\n", devname); in ptinit()
168 fdprintf(ptid, "x res %d %d %d\n", Inch, Hor, Vert); in ptinit()
169 fdprintf(ptid, "x init\n"); /* do initialization for particular device */ in ptinit()
280 fdprintf(ptid, "n%d %d\n", b, a); /* be nice to chuck */
314 fdprintf(ptid, "x X ");
331 fdprintf(ptid, "x H %d\n", sbits(i));
335 fdprintf(ptid, "x S %d\n", sfbits(i)-180);
403 fdprintf(ptid, "D%c %d\n", DRAWCIRCLE, dx); /* dx is diameter */
408 fdprintf(ptid, "D%c %d %d\n", DRAWELLIPSE, dx, dy);
414 fdprintf(ptid, "D%c %d %d ", DRAWLINE, dx, dy);
[all …]
/titanic_41/usr/src/cmd/troff/
H A Dn2.c146 fdprintf(ptid, "%c", j);
242 write(ptid, t.twinit, p - t.twinit - 1); in flusho()
246 toolate += write(ptid, obuf, obufp - obuf); in flusho()
374 ptid = id[1]; in casepi()
H A Dext.h146 extern int ptid;
H A Dni.c105 int ptid = PTID; variable
H A Dn1.c181 ptid = 1; in main()
1420 write(ptid, buf, n);
/titanic_41/usr/src/cmd/sendmail/libmilter/
H A Dlibmilter.h131 # define thread_create(ptid,wr,arg) pthread_create(ptid, NULL, wr, arg) argument
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c2293 uint32_t ptid = 0; in fct_create_solels() local
2362 ptid = PORT_TO_IPORT(port)->iport_link_info.portid; in fct_create_solels()
2363 fct_value_to_netbuf(ptid, els->els_req_payload + 5, 3); in fct_create_solels()
2377 ptid = PORT_TO_IPORT(port)->iport_link_info.portid; in fct_create_solels()
2378 fct_value_to_netbuf(ptid, els->els_req_payload + 5, 3); in fct_create_solels()
2478 ptid = PORT_TO_IPORT(port)->iport_link_info.portid; in fct_create_solels()
2479 fct_value_to_netbuf(ptid, els->els_req_payload + 5, 3); in fct_create_solels()
/titanic_41/usr/src/cmd/troff/nroff.d/
H A Dn10.c339 close(ptid); in twdone()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h1044 pthread_t ptid; member