Home
last modified time | relevance | path

Searched full:nstatus (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashDebugWindow.cpp129 void CLeashDebugWindow::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow() argument
131 CDialog::OnShowWindow(bShow, nStatus); in OnShowWindow()
H A DLeashDebugWindow.h68 afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
H A DLeashView.h264 afx_msg VOID OnShowWindow(BOOL bShow, UINT nStatus);
H A DLeashView.cpp503 VOID CLeashView::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow() argument
505 CListView::OnShowWindow(bShow, nStatus); in OnShowWindow()
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Daltera-passive-serial.txt16 - nstat-gpios: status pin (referred to as nSTATUS in the manual)
H A Daltr,fpga-passive-serial.yaml42 Status pin (referred to as nSTATUS in the manual).
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h154 void set_next_hand_thread(T nlb, T nub, ST nst, kmp_int32 nstatus, in set_next_hand_thread()
159 status[1 - index] = nstatus; in set_next_hand_thread()
161 void set_next(T nlb, T nub, ST nst, kmp_int32 nstatus, kmp_uint64 index) { in set_next()
165 status[1 - index] = nstatus; in set_next()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c192 sync_status(const char *what, int ostatus, int nstatus) in sync_status() argument
197 snprintb(nbuf, sizeof(nbuf), STA_FMT, nstatus); in sync_status()
200 snprintf(nbuf, sizeof(nbuf), "%04x", nstatus); in sync_status()
/freebsd/contrib/bsnmp/snmpd/
H A Dtrans_inet.c1147 struct inet_port_params *params, enum RowStatus nstatus) in inet_port_set() argument
1149 switch (nstatus) { in inet_port_set()