Searched refs:buffer (Results 401 - 425 of 441) sorted by relevance

<<1112131415161718

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c67 /* The address for Multiboot command-line buffer. */
1160 /* dump the buffer */
1162 /* if the buffer hasn't looped, just print it */
1163 printf("%s", silent.buffer);
1166 * If the buffer has looped, first print the oldest part of the buffer,
1168 * starts at the beginning of the buffer.
1171 printf("%s", silent.buffer);
1200 /* filename can only be 64 characters due to our buffer size */
1229 * ideally one should figure out how to double buffer an
4949 char *buffer = (char *) RAW_ADDR (0x100000); local
5847 char buffer[80]; local
[all...]
H A Dstage2.c872 silent.buffer_start = silent.buffer;
889 /* Initialize the kill buffer. */
/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c298 buffer(char* s) function
1299 call = buffer(call);
1348 * non-settable return values copied to a tmp fmtbuf() buffer
1432 s = buffer(s);
1471 s = buffer(s);
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Dgethostent6.c422 argp->returnval = argp->buf.buffer;
559 * If successful, buffer will be filled with valid data
/osnet-11/usr/src/lib/smhba/common/
H A Dsmhbaapi.h316 char buffer[256]; member in struct:SMHBA_LUID
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drmd160.c410 if( hd->count == 64 ) /* flush the buffer */
442 * Apply the rmd160 transform function on the buffer which must have
445 * Returns: 16 bytes in buffer with the mixed contentes of buffer.
541 * Shortcut functions which puts the hash value of the supplied buffer
545 _gcry_rmd160_hash_buffer (void *outbuf, const void *buffer, size_t length ) argument
550 rmd160_write ( &hd, buffer, length );
H A Ddes.c1035 const void *buffer, size_t buflen)
1040 (void)buffer;
1034 do_tripledes_set_extra_info(void *context, int what, const void *buffer, size_t buflen) argument
/osnet-11/usr/src/lib/libc/capabilities/sun4v-hwcap3/common/
H A Dmemcpy.s118 * the copy destination buffer during the copy. Using the block-store-init
120 * cache lines of the destination buffer for narrow windows. But the
123 * the destination buffer to retain meaning during the copy should use
284 cmp %o2, MED_MAX ! limit to store buffer size
615 cmp %o2, MED_MAX ! limit to store buffer size
703 cmp %o2, MED_WMAX ! limit to store buffer size
955 bgt .unalign_adjust ! end of source buffer
1067 sub %o5, 64, %o5 ! end of source buffer
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c2352 char *buffer; local
2356 buffer = malloc(buflen);
2357 if (buffer == NULL)
2361 ret = getgrnam_r(str, &grp, buffer, buflen);
2362 free(buffer);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldap-int.h260 struct sockbuf *ld_sbp; /* pointer to socket desc. & buffer */
783 struct hostent *result, char *buffer, int buflen, int *h_errnop );
H A Dos-ip.c1808 LDAPHostEnt *result, char *buffer, int buflen, int *statusp,
1814 result, buffer, buflen, statusp, extradata));
1807 _ns_gethostbyaddr(LDAP *ld, const char *addr, int length, int type, LDAPHostEnt *result, char *buffer, int buflen, int *statusp, void *extradata) argument
/osnet-11/usr/src/lib/hbaapi/common/
H A Dhbaapi.h124 #define HBA_STATUS_ERROR_MORE_DATA 7 /* Larger buffer required */
357 char buffer[256]; /* Unique Device Identifier */ member in struct:HBA_LUID
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dsvr_principal.c1330 const char *buffer)
1365 /* Write out the buffer to the child, add \n */
1366 if (buffer) {
1367 if (krb5_net_write (context, data_pipe[1], buffer, strlen (buffer)) < 0
1328 kadm5_launch_task(krb5_context context, const char *task_path, char * const task_argv[], const char *buffer) argument
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c70 * @buffer: - buffer to hold config space context
72 * @buffer must be large enough to hold the entire PCI 2.2 config space
75 static int pci_save_state(struct pci_device *dev, uint32_t *buffer) argument
79 pci_read_config_dword(dev, i * 4,&buffer[i]);
86 * @buffer: - saved PCI config space
89 static int pci_restore_state(struct pci_device *dev, uint32_t *buffer) argument
94 pci_write_config_dword(dev,i * 4, buffer[i]);
1713 * write into the rx buffer posting rings.
1723 /* Note where the receive buffer fo
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c291 grub_hexdump (char *buffer, grub_size_t len) argument
299 ((unsigned int) ((unsigned char *) buffer)[a]) & 0xFF);
1320 returned in a grub_malloc'ed buffer and should be freed by the
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc128 fcioErrorString = "invalid unsolicited buffer token";
134 fcioErrorString = "buffer already in use";
818 memcpy(userMappings->entry[i].LUID.buffer,
820 sizeof (userMappings->entry[i].LUID.buffer));
829 // User buffer is larger than needed. (All is good)
833 // User buffer is non zero, but too small. Don't bother with links
839 // Zero length buffer, but we've got mappings
898 log.userError("NULL request buffer");
902 log.userError("NULL response buffer");
1021 * responseBuffer - shall be a pointer to a buffer t
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c461 /* Use fixed buffer as sv_catpvf etc. needs SVs */
462 char buffer[1024]; local
468 sprintf(buffer, "%s:%" IVdf " ", s, (IV) CopLINE(PL_curcop));
469 len = strlen(buffer);
470 vsprintf(buffer+len, fmt, ap);
471 PerlLIO_write(dbg, buffer, strlen(buffer));
2969 * Perl is expecting PerlIO_getc() to fill the buffer Linux's
3019 /* We can get pointer to buffer but not its base
3021 buffer
[all...]
H A Dutil.c864 Uses a single private buffer so if you want to format several strings you
3733 ** tmpbuf overflows. Basically we want to allocate a buffer
3737 ** 1. buffer overflowed,
3813 /* Some getcwd()s automatically allocate a buffer of the given
3814 * size from the heap if they are given a NULL buffer pointer.
4043 unsigned short buffer[2]; local
4048 got = PerlSock_recvfrom(sockets[i], (char *) &buffer,
4049 sizeof(buffer), MSG_DONTWAIT,
4052 got = PerlSock_recvfrom(sockets[i], (char *) &buffer,
4053 sizeof(buffer),
[all...]
/osnet-11/usr/src/lib/libc/port/threads/
H A Dsynch.c1675 lwpid_t buffer[MAXLWPS]; local
1676 lwpid_t *lwpid = buffer;
1686 * on-stack buffer, we need to allocate more but we can't call
1691 * alloc_lwpids() to allocate a bigger buffer using the mmap()
1721 if (lwpid != buffer)
3764 * and rw_queue_release() to (re)allocate a big buffer to hold the
3827 lwpid_t buffer[MAXLWPS]; local
3828 lwpid_t *lwpid = buffer;
3850 * on-stack buffer, we need to allocate more but we can't call
3855 * alloc_lwpids() to allocate a bigger buffer usin
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s145 * the copy destination buffer during the copy. Using the block-store-init
147 * cache lines of the destination buffer for narrow windows. But the
150 * the destination buffer to retain meaning during the copy should use
321 cmp %o2, MED_MAX ! limit to store buffer size
1037 cmp %o2, MED_MAX ! limit to store buffer size
1125 cmp %o2, MED_WMAX ! limit to store buffer size
1698 bgt .unalign_adjust ! end of source buffer
1810 sub %o5, 64, %o5 ! end of source buffer
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py1208 def _make_request(self, op, buffer):
1210 serial number. The operation and buffer are packed
1217 p.pack_opaque(buffer)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm1009 # Create a new multipart buffer
3570 my($buffer) = $self->new_MultipartBuffer($boundary,$length);
3571 return unless $buffer;
3574 while (!$buffer->eof) {
3575 %header = $buffer->readHeader;
3607 my($value) = $buffer->readBody;
3621 while (defined($data = $buffer->read)) { }
3655 while (defined($data = $buffer->read)) {
3703 my($buffer) = $self->new_MultipartBuffer($boundary,$length);
3704 return unless $buffer;
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppsearch.c312 && (dp->info.buffer = sfreserve(sp, off, 0)))
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c235 re_dfa_t *dfa = (re_dfa_t *) preg->buffer;
430 re_dfa_t *dfa = (re_dfa_t *) bufp->buffer;
651 const re_dfa_t *dfa = (const re_dfa_t *) preg->buffer;
816 character. Then we use the constructed buffer instead. */
831 /* If MATCH_FIRST is out of the buffer, leave it as '\0'.
848 the matching starts from the beginning of the buffer. */
1113 index of the buffer. */
1442 const re_dfa_t *dfa = (const re_dfa_t *) preg->buffer;
2792 the buffer. */
2939 /* Extend the buffer i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm214 cause an error, any warnings are stored in an internal buffer until

Completed in 317 milliseconds

<<1112131415161718