Searched defs:data_buffer (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Dsend_event.c45 typedef union data_buffer { union
/illumos-gate/usr/src/cmd/sort/common/
H A Dcheck.c107 char *data_buffer = NULL; local
146 stream_swap_buffer(cur_streamp, &data_buffer, &data_bufsize);
182 stream_swap_buffer(cur_streamp, &data_buffer, &data_bufsize);
197 stream_swap_buffer(cur_streamp, &data_buffer,
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c57 static char data_buffer[PXE_BUFFER_SIZE]; variable
543 bzero(data_buffer, sizeof(data_buffer));
566 bzero(data_buffer, sizeof(data_buffer));
692 udpread_p->buffer.segment = VTOPSEG(data_buffer);
693 udpread_p->buffer.offset = VTOPOFF(data_buffer);
707 bcopy(data_buffer, pkt, udpread_p->buffer_size);
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1249 * and a block of data via stdin (data_buffer).
1259 const char *data_buffer)
1264 if (data_buffer != NULL) {
1276 if (data_buffer != NULL) {
1293 if (data_buffer != NULL) {
1296 data_buffer, strlen (data_buffer)) < 0) {
1303 close (data_buffer[0]);
1304 close (data_buffer[1]);
1257 kadm5_launch_task(krb5_context context, const char *task_path, char * const task_argv[], const char *data_buffer) argument
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h1256 uint8_t data_buffer[4]; /* + IMAGE_TRANSFER_SIZE */ member in struct:mbx_common_read_write_flashrom
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfclib.h468 uint8_t data_buffer[4]; member in struct:read_write_flashrom
H A Demlxs_mbox.h2828 uint32_t data_buffer; /* image starts here */ member in struct:__anon7429::__anon7430::__anon7473::__anon7474
2980 uint32_t data_buffer; member in struct:__anon7429::__anon7430::__anon7487::__anon7488::__anon7489
2989 uint32_t data_buffer; member in struct:__anon7429::__anon7430::__anon7487::__anon7488::__anon7490

Completed in 111 milliseconds