Home
last modified time | relevance | path

Searched refs:UINT (Results 1 – 25 of 107) sorted by relevance

12345

/src/bin/ps/
H A Dkeyword.c83 UINT, "u"},
102 {"gid", {NULL}, "GID", "gid", 0, kvar, KOFF(ki_groups), UINT, UIDFMT},
124 UINT, LWPFMT},
140 UINT, NLWPFMT},
159 UINT, PIDFMT},
160 {"pid", {NULL}, "PID", "pid", 0, kvar, KOFF(ki_pid), UINT, PIDFMT},
162 {"ppid", {NULL}, "PPID", "ppid", 0, kvar, KOFF(ki_ppid), UINT, PIDFMT},
165 UINT, "d"},
167 UINT, UIDFMT},
174 UINT, UIDFMT},
[all …]
/src/sys/contrib/openzfs/module/zfs/
H A Dvdev_queue.c1106 ZFS_MODULE_PARAM(zfs_vdev, zfs_vdev_, aggregation_limit, UINT, ZMOD_RW,
1109 ZFS_MODULE_PARAM(zfs_vdev, zfs_vdev_, aggregation_limit_non_rotating, UINT,
1112 ZFS_MODULE_PARAM(zfs_vdev, zfs_vdev_, read_gap_limit, UINT, ZMOD_RW,
1115 ZFS_MODULE_PARAM(zfs_vdev, zfs_vdev_, write_gap_limit, UINT, ZMOD_RW,
1118 ZFS_MODULE_PARAM(zfs_vdev, zfs_vdev_, max_active, UINT, ZMOD_RW,
1122 UINT, ZMOD_RW, "Async write concurrency max threshold");
1125 UINT, ZMOD_RW, "Async write concurrency min threshold");
1127 ZFS_MODULE_PARAM(zfs_vdev, zfs_vdev_, async_read_max_active, UINT, ZMOD_RW,
1130 ZFS_MODULE_PARAM(zfs_vdev, zfs_vdev_, async_read_min_active, UINT, ZMOD_RW,
1133 ZFS_MODULE_PARAM(zfs_vdev, zfs_vdev_, async_write_max_active, UINT, ZMOD_RW,
[all …]
H A Ddmu_zfetch.c777 ZFS_MODULE_PARAM(zfs_prefetch, zfetch_, max_streams, UINT, ZMOD_RW,
780 ZFS_MODULE_PARAM(zfs_prefetch, zfetch_, min_sec_reap, UINT, ZMOD_RW,
783 ZFS_MODULE_PARAM(zfs_prefetch, zfetch_, max_sec_reap, UINT, ZMOD_RW,
786 ZFS_MODULE_PARAM(zfs_prefetch, zfetch_, min_distance, UINT, ZMOD_RW,
789 ZFS_MODULE_PARAM(zfs_prefetch, zfetch_, max_distance, UINT, ZMOD_RW,
792 ZFS_MODULE_PARAM(zfs_prefetch, zfetch_, max_idistance, UINT, ZMOD_RW,
795 ZFS_MODULE_PARAM(zfs_prefetch, zfetch_, max_reorder, UINT, ZMOD_RW,
798 ZFS_MODULE_PARAM(zfs_prefetch, zfetch_, hole_shift, UINT, ZMOD_RW,
/src/sys/dev/hptmv/
H A Draid5n.h58 void HPTLIBAPI DoXor1(ULONG *p0, ULONG *p1, ULONG *p2, UINT nBytes);
59 void HPTLIBAPI DoXor2(ULONG *p0, ULONG *p2, UINT nBytes);
74 extern UINT num_raid5_pages;
115 UINT num_free_pages;
116 UINT active_stripes;
117 UINT num_flushing;
H A Dvdevice.h83 #define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - (UINT)(UINT_PTR)&((PVDevice)0)->u.disk))
125 UINT nInstances;
275 UINT seconds:6; /* 0 - 59 */
276 UINT minutes:6; /* 0 - 59 */
277 UINT month:4; /* 1 - 12 */
278 UINT hours:6; /* 0 - 59 */
279 UINT day:5; /* 1 - 31 */
280 UINT year:5; /* 0=2000, 31=2031 */
H A Darray.h40 UINT seconds:6; /* 0 - 59 */
41 UINT minutes:6; /* 0 - 59 */
42 UINT month:4; /* 1 - 12 */
43 UINT hours:6; /* 0 - 59 */
44 UINT day:5; /* 1 - 31 */
45 UINT year:5; /* 0=2000, 31=2031 */
H A Dglobal.h132 #define LongDiv(x, y) (x / (UINT)(y))
133 #define LongRem(x, y) (x % (UINT)(y))
151 #define MemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (UINT)(c))
152 #define farMemoryCopy(a,b,c) memcpy((char *)(a), (char *)(b), (UINT)c)
H A Dhptintf.h336 UINT seconds:6; /* 0 - 59 */
337 UINT minutes:6; /* 0 - 59 */
338 UINT month:4; /* 1 - 12 */
339 UINT hours:6; /* 0 - 59 */
340 UINT day:5; /* 1 - 31 */
341 UINT year:5; /* 0=2000, 31=2031 */
H A Dhptproc.c63 UINT i, iarray, ichan; in hpt_set_asc_info()
396 hpt_copy_disk_info(HPT_GET_INFO *pinfo, PVDevice pVDev, UINT iChan) in hpt_copy_disk_info()
480 …sprintf(buf, "Rebuilding %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VD… in hpt_copy_array_info()
485 …sprintf(buf, "Verifying %d%%", (UINT)((pTmpArray->u.array.RebuildSectors>>11)*100/((pTmpArray->VDe… in hpt_copy_array_info()
509 UINT channel,j,i; in hpt_get_info()
/src/crypto/krb5/src/windows/leash/
H A DLeashAboutBox.h32 DWORD SetVersionInfo(UINT id_ver, UINT id_copyright);
66 afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
H A DLeash.h120 static BOOL GetProfileFile(LPSTR confname, UINT szConfname);
124 static UINT IpAddrChangeMonitor(void *);
127 static UINT InitWorker(void *);
136 virtual void WinHelp(DWORD dwData, UINT nCmd);
H A DLeashAboutBox.cpp74 void CLeashAboutBox::OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) in OnHScroll()
152 UINT numModules = m_LB_DLLsLoaded.GetCount(); in HighlightFirstItem()
169 UINT id_version, in SetVersionInfo()
170 UINT id_copyright in SetVersionInfo()
180 UINT len = 0; in SetVersionInfo()
H A DLeashView.h188 static VOID CALLBACK EXPORT TimerProc(HWND hWnd, UINT nMsg, UINT_PTR nIDEvent,
210 static UINT InitTicket(void *);
211 static UINT RenewTicket(void *);
212 static UINT ImportTicket(void *);
243 …PCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext…
264 afx_msg VOID OnShowWindow(BOOL bShow, UINT nStatus);
H A DLeashUIApplication.h55 UINT GetRibbonHeight();
81 UINT ribbonHeight;
H A DMainFrm.h69 virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
89 afx_msg void OnSizing(UINT fwSide, LPRECT pRect);
H A DMainFrm.cpp64 static UINT indicators[] =
325 void CMainFrame::OnSizing(UINT fwSide, LPRECT pRect) in OnSizing()
410 LRESULT CMainFrame::WindowProc(UINT message, WPARAM wParam, LPARAM lParam) in WindowProc()
/src/crypto/krb5/src/windows/installer/wix/custom/
H A Dcustom.h42 #define MSIDLLEXPORT UINT __stdcall
58 UINT SetAllowTgtSessionKey( MSIHANDLE hInstall, BOOL pInstall );
59 UINT KillRunningProcessesWorker( MSIHANDLE hInstall, BOOL bKill );
/src/contrib/libpcap/
H A Dcharconv.h39 extern wchar_t *cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags);
40 extern char *utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string);
H A Dcharconv.c44 cp_to_utf_16le(UINT codepage, const char *cp_string, DWORD flags) in cp_to_utf_16le()
96 utf_16le_to_cp(UINT codepage, const wchar_t *utf16le_string) in utf_16le_to_cp()
H A Dpcap-airpcap.c61 typedef BOOL (*AirpcapSetDeviceMacFlagsHandler)(PAirpcapHandle, UINT);
64 typedef BOOL (*AirpcapSetKernelBufferHandler)(PAirpcapHandle, UINT);
65 typedef BOOL (*AirpcapSetFilterHandler)(PAirpcapHandle, PVOID, UINT);
66 typedef BOOL (*AirpcapSetMinToCopyHandler)(PAirpcapHandle, UINT);
68 typedef BOOL (*AirpcapReadHandler)(PAirpcapHandle, PBYTE, UINT, PUINT);
583 UINT bytes_read; in airpcap_read()
/src/contrib/bsddialog/utility/
H A Dutil_theme.c58 UINT, enumerator
101 "theme.shadow.y", UINT, &t.shadow.y},
102 {"", "theme.shadow.x", UINT, &t.shadow.x},
142 "theme.button.minmargin", UINT, &t.button.minmargin},
143 {"", "theme.button.maxmargin", UINT, &t.button.maxmargin},
196 case UINT: in savetheme()
275 case UINT: in loadtheme()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h262 UINT = 0x30, enumerator
264 U8 = UINT | B8,
265 U16 = UINT | B16,
266 U32 = UINT | B32,
267 U64 = UINT | B64,
/src/crypto/krb5/src/windows/leashdll/
H A Dlshutil.cpp318 virtual bool WindowProc(UINT msg, WPARAM wParam, LPARAM lParam,
322 static LRESULT sWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam,
335 LRESULT HookWindow::sWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, in sWindowProc()
487 virtual bool WindowProc(UINT msg, WPARAM wp, LPARAM lp, LRESULT *lr) in WindowProc()
/src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_i18n.cpp233 static UINT const default_code_page = CP_OEMCP;
234 static UINT code_page = default_code_page;
237 static UINT get_code_page();
240 static UINT get_code_page() { in get_code_page()
242 UINT cp = default_code_page; in get_code_page()
/src/crypto/openssl/crypto/rand/
H A Drand_deprecated.c20 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) in RAND_event()

12345