Searched refs:textbuf (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_cron.c63 static char textbuf[AUDIT_CRON_TEXTBUF]; variable
108 if (read(fd, textbuf, st.st_size) != st.st_size) {
113 if (sscanf(textbuf,
195 len = sprintf(textbuf,
214 if (write(fd, textbuf, len) != len)
272 (void) snprintf(textbuf, sizeof (textbuf), mess, name, err_str);
276 aug_save_text(textbuf);
385 (void) snprintf(textbuf, sizeof (textbuf),
[all...]
H A Daudit_at.c43 static char textbuf[AUDIT_AT_TEXTBUF]; variable
127 (void) snprintf(textbuf, sizeof (textbuf),
130 aug_save_text(textbuf);
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_text.h149 idm_textbuf_to_nvlist(nvlist_t *nvl, char **textbuf, int *textbuflen);
152 idm_textbuf_to_firstfraglen(void *textbuf, int textbuflen);
155 idm_nvlist_to_textbuf(nvlist_t *nvl, char **textbuf, int *textbuflen,
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_text.c435 * the nvlist is reformatted into idm textbuf format which reflects
437 * textbuf is sent to the initiator in one or more text response PDUs
446 char *textbuf; local
510 textbuf = (char *)rx_pdu->isp_data;
514 strcmp(kv_pair, textbuf) == 0 &&
588 textbuf = 0;
591 rc = idm_nvlist_to_textbuf(nv_resp, &textbuf,
595 if (textbuf && textbuflen)
596 kmem_free(textbuf, textbuflen);
601 ict->ict_text_rsp_buf = textbuf;
[all...]
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c240 * iSCSI name-value pair in textbuf is truncated (which can occur when
241 * the request spans multiple PDU's) then upon return textbuf will
251 idm_textbuf_to_nvlist(nvlist_t *nvl, char **textbuf, int *textbuflen) argument
257 tbscan = *textbuf;
279 *textbuf = tbscan;
294 idm_textbuf_to_firstfraglen(void *textbuf, int textbuflen) argument
296 return (idm_strnlen(textbuf, textbuflen));
732 * transmit on the wire. *textbuf should be NULL and will be set to point
737 idm_nvlist_to_textbuf(nvlist_t *nvl, char **textbuf, int *textbuflen, argument
760 *textbuf
1351 char *textbuf; local
1460 char *textbuf, *leftover_textbuf = NULL; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Drssread.sh413 callbacks["textbuf"]=""
434 title) item["title"]="${callbacks["textbuf"]}" ; callbacks["textbuf"]="" ;;
435 link) item["link"]="${callbacks["textbuf"]}" ; callbacks["textbuf"]="" ;;
436 dc:creator | author) item["author"]="${callbacks["textbuf"]}" ; callbacks["textbuf"]="" ;;
437 dc:date | pubDate) item["pubDate"]="${callbacks["textbuf"]}" ; callbacks["textbuf"]="" ;;
438 description) item["description"]="${callbacks["textbuf"]}" ; callback
[all...]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed0.c740 char *text(textbuf, tbend)
741 char *textbuf;
746 p = textbuf;

Completed in 569 milliseconds