Searched refs:ptitle (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | setproctitle.c | 128 char buf[1024], ptitle[1024]; in setproctitle() local 153 strnvis(ptitle, buf, sizeof(ptitle), in setproctitle() 157 pst.pst_command = ptitle; in setproctitle() 158 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0); in setproctitle() 162 len = strlcpy(argv_start, ptitle, argv_env_len); in setproctitle()
|
/freebsd/sys/dev/pms/RefTisa/sat/src/ |
H A D | smmisc.c | 90 smhexdump(const char *ptitle, bit8 *pbuf, size_t len) in smhexdump() argument 93 SM_DBG1(("%s - smhexdump(len=%d):\n", ptitle, (int)len)); in smhexdump()
|
H A D | smproto.h | 40 smhexdump(const char *ptitle, bit8 *pbuf, size_t len);
|
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmmisc.c | 72 dmhexdump(const char *ptitle, bit8 *pbuf, int len) in dmhexdump() argument 75 DM_DBG1(("%s - dmhexdump(len=%d):\n", ptitle, (int)len)); in dmhexdump()
|
H A D | dmproto.h | 37 dmhexdump(const char *ptitle, bit8 *pbuf, int len);
|
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | agtiproto.h | 129 STATIC void agtiapi_DumpCDB( const char *ptitle, ccb_t *pccb ); 130 void agtiapi_hexdump( const char *ptitle, bit8 *pbuf, int len );
|
H A D | agtiapi.c | 2099 STATIC void agtiapi_DumpCDB(const char *ptitle, ccb_t *pccb) in agtiapi_DumpCDB() argument 2109 panic("agtiapi_DumpCDB: pccb is NULL. called from %s\n", ptitle); in agtiapi_DumpCDB() 2118 pccb, pccb->ccb, pccb->flags, ptitle ); in agtiapi_DumpCDB() 2126 pccb, pccb->ccb, pccb->flags, ptitle ); in agtiapi_DumpCDB() 2144 ptitle ); in agtiapi_DumpCDB() 3863 void agtiapi_hexdump(const char *ptitle, bit8 *pbuf, int len) in agtiapi_hexdump() argument 3866 AGTIAPI_PRINTK("%s - hexdump(len=%d):\n", ptitle, (int)len); in agtiapi_hexdump()
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdmisc.c | 2835 void tdhexdump(const char *ptitle, bit8 *pbuf, int len) in tdhexdump() argument 2838 TI_DBG2(("%s - hexdump(len=%d):\n", ptitle, (int)len)); in tdhexdump()
|
H A D | tdproto.h | 1416 tdhexdump(const char *ptitle, bit8 *pbuf, int len);
|