Searched refs:ptitle (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/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-13.1/sys/dev/pms/RefTisa/sat/src/ |
| H A D | smmisc.c | 91 smhexdump(const char *ptitle, bit8 *pbuf, size_t len) in smhexdump() argument 94 SM_DBG1(("%s - smhexdump(len=%d):\n", ptitle, (int)len)); in smhexdump()
|
| H A D | smproto.h | 41 smhexdump(const char *ptitle, bit8 *pbuf, size_t len);
|
| /freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/ |
| H A D | dmmisc.c | 73 dmhexdump(const char *ptitle, bit8 *pbuf, int len) in dmhexdump() argument 76 DM_DBG1(("%s - dmhexdump(len=%d):\n", ptitle, (int)len)); in dmhexdump()
|
| H A D | dmproto.h | 38 dmhexdump(const char *ptitle, bit8 *pbuf, int len);
|
| /freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | agtiproto.h | 130 STATIC void agtiapi_DumpCDB( const char *ptitle, ccb_t *pccb ); 131 void agtiapi_hexdump( const char *ptitle, bit8 *pbuf, int len );
|
| H A D | agtiapi.c | 2128 STATIC void agtiapi_DumpCDB(const char *ptitle, ccb_t *pccb) in agtiapi_DumpCDB() argument 2138 panic("agtiapi_DumpCDB: pccb is NULL. called from %s\n", ptitle); in agtiapi_DumpCDB() 2147 pccb, pccb->ccb, pccb->flags, ptitle ); in agtiapi_DumpCDB() 2155 pccb, pccb->ccb, pccb->flags, ptitle ); in agtiapi_DumpCDB() 2173 ptitle ); in agtiapi_DumpCDB() 3892 void agtiapi_hexdump(const char *ptitle, bit8 *pbuf, int len) in agtiapi_hexdump() argument 3895 AGTIAPI_PRINTK("%s - hexdump(len=%d):\n", ptitle, (int)len); in agtiapi_hexdump()
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdmisc.c | 2836 void tdhexdump(const char *ptitle, bit8 *pbuf, int len) in tdhexdump() argument 2839 TI_DBG2(("%s - hexdump(len=%d):\n", ptitle, (int)len)); in tdhexdump()
|
| H A D | tdproto.h | 1417 tdhexdump(const char *ptitle, bit8 *pbuf, int len);
|