Home
last modified time | relevance | path

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

/titanic_44/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.t_quitc
[all …]
H A Dsys_bsd.c73 struct tchars otc = { 0 }, ntc = { 0 }; variable
195 ntc = otc; in TerminalSaveState()
241 ntc = otc; in TerminalDefaultChars()
333 tc = ntc;
/titanic_44/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c695 u16 ntc = asq->next_to_clean; in i40e_clean_asq() local
699 desc = I40E_ADMINQ_DESC(*asq, ntc); in i40e_clean_asq()
700 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
701 while (rd32(hw, hw->aq.asq.head) != ntc) { in i40e_clean_asq()
703 "ntc %d head %d.\n", ntc, rd32(hw, hw->aq.asq.head)); in i40e_clean_asq()
714 ntc++; in i40e_clean_asq()
715 if (ntc == asq->count) in i40e_clean_asq()
716 ntc = 0; in i40e_clean_asq()
717 desc = I40E_ADMINQ_DESC(*asq, ntc); in i40e_clean_asq()
718 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq()
[all …]
/titanic_44/usr/src/lib/libdladm/common/
H A Dusage.c801 net_time_entry_t *ntc) in addto_time_list() argument
823 net_table->net_ctime_head = ntc; in addto_time_list()
824 net_table->net_ctime_tail = ntc; in addto_time_list()
837 ntc->net_time_entry_next = in addto_time_list()
841 net_time_entry_prev = ntc; in addto_time_list()
843 net_table->net_ctime_tail = ntc; in addto_time_list()
845 end->net_time_entry_next = ntc; in addto_time_list()
846 ntc->net_time_entry_prev = end; in addto_time_list()
852 net_table->net_ctime_tail->net_time_entry_next = ntc; in addto_time_list()
853 ntc->net_time_entry_prev = net_table->net_ctime_tail; in addto_time_list()
[all …]