Searched defs:pBuf (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
H A D | amdgpu_dcn10_hw_sequencer_debug.c | 53 unsigned int __printflike(3,4) snprintf_count(char *pBuf, unsigned int bufSize, const char *fmt, ..… in snprintf_count() 76 static unsigned int dcn10_get_hubbub_state(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_hubbub_state() 114 static unsigned int dcn10_get_hubp_states(struct dc *dc, char *pBuf, unsigned int bufSize, bool inv… in dcn10_get_hubp_states() 193 static unsigned int dcn10_get_rq_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_rq_states() 235 static unsigned int dcn10_get_dlg_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_dlg_states() 292 static unsigned int dcn10_get_ttu_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_ttu_states() 332 static unsigned int dcn10_get_cm_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_cm_states() 387 static unsigned int dcn10_get_mpcc_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_mpcc_states() 418 static unsigned int dcn10_get_otg_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_otg_states() 472 static unsigned int dcn10_get_clock_states(struct dc *dc, char *pBuf, unsigned int bufSize) in dcn10_get_clock_states() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/ |
H A D | clk_mgr.h | 79 char *pBuf; member
|
/netbsd-src/usr.sbin/moused/ |
H A D | moused.c | 1501 static unsigned char pBuf[8]; in r_protocol() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 1740 void *pBuf; /* The content of the page */ member
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 9217 void *pBuf; /* The content of the page */ member 25846 SQLITE_PRIVATE int sqlite3OsRead(sqlite3_file *id, void *pBuf, int amt, i64 offset){ in sqlite3OsRead() 25850 SQLITE_PRIVATE int sqlite3OsWrite(sqlite3_file *id, const void *pBuf, int amt, i64 offset){ in sqlite3OsWrite() 26873 static void randomFill(char *pBuf, int nByte){ in randomFill() 30364 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN() local 30375 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbFreeNN() local 30403 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbNNFreeNN() local 30414 LookasideSlot *pBuf = (LookasideSlot*)p; in sqlite3DbNNFreeNN() local 30583 LookasideSlot *pBuf; in sqlite3DbMallocRawNN() local 33653 SQLITE_API void sqlite3_randomness(int N, void *pBuf){ in sqlite3_randomness()
|
H A D | sqlite3.h | 8904 void *pBuf; /* The content of the page */ member
|
H A D | shell.c | 7223 void *pBuf; in readFileContents() local 11244 static int zipfileBufferGrow(ZipfileBuffer *pBuf, int nByte){ in zipfileBufferGrow() 21900 char *pBuf; in readFile() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winspool.d | 644 PVOID pBuf; member
|