Searched refs:iowrite (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom_xmpp_client.c | 72 static int iowrite(xmpp_conn_t *conn, char *buf, int size); 200 (void) iowrite(conn, START_TLS, strlen(START_TLS)); in end_element() 208 (void) iowrite(conn, (char *)LDM_REG_DOMAIN_EVENTS, in end_element() 297 iowrite(xmpp_conn_t *conn, char *buf, int size) in iowrite() function 361 cnt = iowrite(&conn, (char *)STREAM_START, in xmpp_client_thr() 699 (void) iowrite(conn, STREAM_START, strlen(STREAM_START)); in start_tls()
|