Searched refs:ntc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h314 extern struct tchars ntc;
318 #define termEofChar ntc.t_eofc
321 #define termIntChar ntc.t_intrc
324 #define termQuitChar ntc.t_quitc
328 #define termStartChar ntc.t_startc
329 #define termStopChar ntc.t_stopc
330 #define termForw1Char ntc.t_brkc
334 #define termEofCharp (cc_t *)&ntc.t_eofc
337 #define termIntCharp (cc_t *)&ntc.t_intrc
340 #define termQuitCharp (cc_t *)&ntc
[all...]
H A Dsys_bsd.c73 struct tchars otc = { 0 }, ntc = { 0 }; variable in typeref:struct:
195 ntc = otc;
241 ntc = otc;
333 tc = ntc;
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c703 u16 ntc = asq->next_to_clean; local
707 desc = I40E_ADMINQ_DESC(*asq, ntc);
708 details = I40E_ADMINQ_DETAILS(*asq, ntc);
710 while (rd32(hw, hw->aq.asq.head) != ntc) {
712 "ntc %d head %d.\n", ntc, rd32(hw, hw->aq.asq.head));
723 ntc++;
724 if (ntc == asq->count)
725 ntc = 0;
726 desc = I40E_ADMINQ_DESC(*asq, ntc);
987 u16 ntc = hw->aq.arq.next_to_clean; local
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c801 net_time_entry_t *ntc)
823 net_table->net_ctime_head = ntc;
824 net_table->net_ctime_tail = ntc;
837 ntc->net_time_entry_next =
841 net_time_entry_prev = ntc;
843 net_table->net_ctime_tail = ntc;
845 end->net_time_entry_next = ntc;
846 ntc->net_time_entry_prev = end;
852 net_table->net_ctime_tail->net_time_entry_next = ntc;
853 ntc
800 addto_time_list(net_table_t *net_table, net_time_entry_t *nt, net_time_entry_t *ntc) argument
866 net_time_entry_t *ntc; local
[all...]

Completed in 72 milliseconds