Home
last modified time | relevance | path

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

/titanic_50/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"
/titanic_50/usr/src/cmd/tbl/
H A Dt4.c38 ctop[i][icol]=0; in getspec()
139 ctop[nclin][icol-1] = 1; in readspec()
145 ctop[nclin][icol-1] = -1; in readspec()
H A Dt0.c40 int ctop[MAXHEAD][MAXCOL]; variable
H A Dt8.c205 cmidx = ctop[stynum[nl]][c]==0; in putline()
234 (cmidx == (ctop [stynum[nl]][c+1]==0)) && (left(i,c+1,&lwid)<0); in putline()
321 if (ctop[stynum[stl]][c]==0) in funnies()
H A Dt..c34 extern int ctop[MAXHEAD][MAXCOL];
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c546 uint16_t ctop = 0; in fct_process_link_init() local
719 ctop = NS_RNN_ID; in fct_process_link_init()
724 ctop = NS_RCS_ID; in fct_process_link_init()
729 ctop = NS_RFT_ID; in fct_process_link_init()
750 ctop = NS_RSPN_ID; in fct_process_link_init()
755 ctop = NS_RSNN_NN; in fct_process_link_init()
775 } else if (ctop != 0) { in fct_process_link_init()
776 cmd = fct_create_solct(iport->iport_port, NULL, ctop, in fct_process_link_init()
H A Dfct_impl.h425 uint16_t ctop, fct_icmd_cb_t icmdcb);
H A Dfct.c2493 uint16_t ctop, fct_icmd_cb_t icmdcb) in fct_create_solct() argument
2539 switch (ctop) { in fct_create_solct()
2743 FCT_FILL_CTIU_PREAMBLE(p, ctop); in fct_create_solct()