Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h312 extern struct tchars ntc;
316 #define termEofChar ntc.t_eofc
319 #define termIntChar ntc.t_intrc
322 #define termQuitChar ntc.t_quitc
326 #define termStartChar ntc.t_startc
327 #define termStopChar ntc.t_stopc
328 #define termForw1Char ntc.t_brkc
332 #define termEofCharp (cc_t *)&ntc.t_eofc
335 #define termIntCharp (cc_t *)&ntc.t_intrc
338 #define termQuitCharp (cc_t *)&ntc.t_quitc
[all …]
H A Dsys_bsd.c69 struct tchars otc = { 0 }, ntc = { 0 }; variable
191 ntc = otc; in TerminalSaveState()
237 ntc = otc; in TerminalDefaultChars()
329 tc = ntc;
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c782 u16 ntc = asq->next_to_clean; in i40e_clean_asq() local
801 ntc++; in i40e_clean_asq()
802 if (ntc == asq->count) in i40e_clean_asq()
803 ntc = 0; in i40e_clean_asq()
808 asq->next_to_clean = ntc; in i40e_clean_asq()
1096 if (ntu == ntc) { in i40e_clean_arq_element()
1104 desc_idx = ntc; in i40e_clean_arq_element()
1134 bi = &hw->aq.arq.r.arq_bi[ntc]; in i40e_clean_arq_element()
1147 ntc++; in i40e_clean_arq_element()
1149 ntc = 0; in i40e_clean_arq_element()
[all …]
/illumos-gate/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()
845 end->net_time_entry_next = ntc; in addto_time_list()
854 net_table->net_ctime_tail = ntc; in addto_time_list()
866 net_time_entry_t *ntc; in add_stats() local
882 ntc->my_time_stat = ns; in add_stats()
888 free(ntc); in add_stats()
[all …]