Home
last modified time | relevance | path

Searched refs:out_buff (Results 1 – 3 of 3) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_tsol.c377 char out_buff[IPMI_BUF_SIZE * 8]; in ipmi_tsol_main() local
540 if ((fds[0].revents & POLLIN) && (sizeof(out_buff) > out_buff_fill)) { in ipmi_tsol_main()
543 if ((sizeof(out_buff) - out_buff_fill + 4) < buff_size) { in ipmi_tsol_main()
544 buff_size = (sizeof(out_buff) - out_buff_fill) + 4; in ipmi_tsol_main()
557 memcpy(out_buff + out_buff_fill, buff + 4, length); in ipmi_tsol_main()
582 result = write(fileno(stdout), out_buff, out_buff_fill); in ipmi_tsol_main()
586 memmove(out_buff, out_buff + result, out_buff_fill); in ipmi_tsol_main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Migrate-to-use-g_memdup2.patch60 out_buff->length = output_token.length;
61 if (out_buff->length)
62 - out_buff->value = g_memdup(output_token.value, output_token.length);
63 + out_buff->value = g_memdup2(output_token.value, output_token.length);
66 out_buff->value = (guint8 *) g_strdup("");
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c2364 struct cudbg_ch_cntxt **out_buff) in cudbg_get_sge_ctxt_fw() argument
2366 struct cudbg_ch_cntxt *buff = *out_buff; in cudbg_get_sge_ctxt_fw()
2387 *out_buff = buff; in cudbg_get_sge_ctxt_fw()