Searched refs:ptitle (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsetproctitle.c127 char buf[1024], ptitle[1024]; local
152 strnvis(ptitle, buf, sizeof(ptitle),
156 pst.pst_command = ptitle;
157 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0);
161 len = strlcpy(argv_start, ptitle, argv_env_len);
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
H A Dsmmisc.c91 smhexdump(const char *ptitle, bit8 *pbuf, size_t len) argument
94 SM_DBG1(("%s - smhexdump(len=%d):\n", ptitle, (int)len));
H A Dsmproto.h41 smhexdump(const char *ptitle, bit8 *pbuf, size_t len);
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmmisc.c73 dmhexdump(const char *ptitle, bit8 *pbuf, int len) argument
76 DM_DBG1(("%s - dmhexdump(len=%d):\n", ptitle, (int)len));
H A Ddmproto.h38 dmhexdump(const char *ptitle, bit8 *pbuf, int len);
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h130 STATIC void agtiapi_DumpCDB( const char *ptitle, ccb_t *pccb );
131 void agtiapi_hexdump( const char *ptitle, bit8 *pbuf, int len );
H A Dagtiapi.c2128 const char *ptitle (IN) A string to be printed
2133 STATIC void agtiapi_DumpCDB(const char *ptitle, ccb_t *pccb) argument
2143 panic("agtiapi_DumpCDB: pccb is NULL. called from %s\n", ptitle);
2152 pccb, pccb->ccb, pccb->flags, ptitle );
2160 pccb, pccb->ccb, pccb->flags, ptitle );
2178 ptitle );
3890 const char *ptitle (IN) A string to be printed
3896 void agtiapi_hexdump(const char *ptitle, bit8 *pbuf, int len) argument
3899 AGTIAPI_PRINTK("%s - hexdump(len=%d):\n", ptitle, (int)len);
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdmisc.c2836 void tdhexdump(const char *ptitle, bit8 *pbuf, int len) argument
2839 TI_DBG2(("%s - hexdump(len=%d):\n", ptitle, (int)len));
H A Dtdproto.h1417 tdhexdump(const char *ptitle, bit8 *pbuf, int len);

Completed in 117 milliseconds