Searched refs:ctop (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dt0.c40 int ctop[MAXHEAD][MAXCOL]; variable
H A Dt..c34 extern int ctop[MAXHEAD][MAXCOL];
H A Dt4.c38 ctop[i][icol]=0;
139 ctop[nclin][icol-1] = 1;
145 ctop[nclin][icol-1] = -1;
H A Dt8.c205 cmidx = ctop[stynum[nl]][c]==0;
234 (cmidx == (ctop [stynum[nl]][c+1]==0)) && (left(i,c+1,&lwid)<0);
321 if (ctop[stynum[stl]][c]==0)
/illumos-gate/usr/src/tools/scripts/
H A DInstall.sh344 typeset ctop=$2
345 [ -d "$ctop" ] || fail "Can't create tree for crypto modules."
347 [ "$VERBOSE" = "V" ] && echo "unpacking crypto tarball into $ctop..."
348 bzcat "$tarfile" | (cd "$ctop"; tar xf -)
350 typeset root="$ctop/proto/root_$MACH"
351 [ $OBJD = obj ] && root="$ctop/proto/root_$MACH-nd"
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c546 uint16_t ctop = 0; local
719 ctop = NS_RNN_ID;
724 ctop = NS_RCS_ID;
729 ctop = NS_RFT_ID;
750 ctop = NS_RSPN_ID;
755 ctop = NS_RSNN_NN;
775 } else if (ctop != 0) {
776 cmd = fct_create_solct(iport->iport_port, NULL, ctop,
H A Dfct_impl.h425 uint16_t ctop, fct_icmd_cb_t icmdcb);
H A Dfct.c2497 uint16_t ctop, fct_icmd_cb_t icmdcb)
2543 switch (ctop) {
2747 FCT_FILL_CTIU_PREAMBLE(p, ctop);
2496 fct_create_solct(fct_local_port_t *port, fct_remote_port_t *query_rp, uint16_t ctop, fct_icmd_cb_t icmdcb) argument

Completed in 145 milliseconds