Searched defs:buffer (Results 301 - 321 of 321) sorted by relevance

<<111213

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c58 * configurable values for default buffer sizes
276 * The data passed are pointers to a lock data buffer and a length.
284 void *buffer; member in struct:nss_cfgparam
696 cur->buffer = (void *)NULL;
711 next->buffer = param->buffer;
725 param->buffer = next->buffer;
760 /* get current lock/buffer/length fields */
766 /* set new lock/buffer/lengt
1808 nss_pack_dbd(void *buffer, size_t bufsize, nss_db_params_t *p, size_t *poff) argument
1879 nss_pack(void *buffer, size_t bufsize, nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, void *search_args) argument
1987 nss_pack_ent(void *buffer, size_t bufsize, nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) argument
2061 nss_unpack(void *buffer, size_t bufsize, nss_db_root_t *rootp, nss_db_initf_t initf, int search_fnum, void *search_args) argument
2162 nss_unpack_ent(void *buffer, size_t bufsize, nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, void *args) argument
[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/smhba/common/
H A Dsmhbaapi.h316 char buffer[256]; member in struct:SMHBA_LUID
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c556 ndbuf4switch->buffer, ndbuf4switch->buflen);
582 ndbuf4switch->result, ndbuf4switch->buffer,
591 ndbuf4switch->result, ndbuf4switch->buffer,
656 ndbuf4switch->buffer, ndbuf4switch->buflen);
677 ndbuf4switch->result, ndbuf4switch->buffer,
984 ndbuf4serv->result, ndbuf4serv->buffer,
1019 ndbuf4host->buffer,
1028 ndbuf4host->buffer, ndbuf4host->buflen,
1079 ndbuf4serv->result, ndbuf4serv->buffer,
1106 ndbuf4host->buffer,
1301 _switch_gethostbyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
1320 _switch_getipnodebyname_r(const char *name, struct hostent *result, char *buffer, int buflen, int af_family, int flags, int *h_errnop) argument
1341 _switch_gethostbyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
1360 _switch_getipnodebyaddr_r(const char *addr, int len, int type, struct hostent *result, char *buffer, int buflen, int *h_errnop) argument
1386 _switch_getservbyname_r(const char *name, const char *proto, struct servent *result, char *buffer, int buflen) argument
1403 _switch_getservbyport_r(int port, const char *proto, struct servent *result, char *buffer, int buflen) argument
1430 str2servent(const char *instr, int lenstr, void *ent, char *buffer, int buflen) argument
2230 ndaddr2hent(int af, const char *nam, struct nd_addrlist *addrs, struct hostent *result, char *buffer, int buflen) argument
2299 ndaddr2srent(const char *name, const char *proto, ushort_t port, struct servent *result, char *buffer, int buflen) argument
2334 ndhostserv2hent(struct netbuf *nbuf, struct nd_hostservlist *addrs, struct hostent *result, char *buffer, int buflen) argument
2406 ndhostserv2srent(int port, const char *proto, struct nd_hostservlist *addrs, struct servent *result, char *buffer, int buflen) argument
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1606 * regardless of whether it could fit everything into the buffer it was
1607 * provided. In cases where the buffer was insufficient, the callback
1623 * determine the actual buffer size required.
1686 * Check whether the provided buffer was of sufficient size to
3687 const void *buffer = NULL; local
3697 buffer = addr->ipadm_reqhost;
3705 request = dhcp_ipc_alloc_request(type, ifname, buffer, buffer_size,
/osnet-11/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c122 * bytecnt2str() wrapper. Zeroes out the input buffer and if the number
124 * in parentheses, store it in the original buffer and return the pointer to it.
161 * byte lifetime counters. Returns pointer to the user supplied buffer.
195 * secs2str() wrapper. Zeroes out the input buffer and if the number of
197 * string in parentheses, store it in the original buffer and return the
233 * the lifetime counters. Returns pointer to the user supplied buffer.
757 "Command buffer overrun."));
779 * command buffer for diagnostic output.
783 * The error buffer needs to be big enough to
1882 char secs_str[SECS_STR_SIZE]; /* buffer fo
2639 print_samsg(FILE *file, uint64_t *buffer, boolean_t want_timestamp, boolean_t vflag, boolean_t ignore_nss) argument
3012 save_assoc(uint64_t *buffer, FILE *ofile) argument
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c1972 static char *buffer[NSTRINGS]; local
1981 if (buffer[string_count]) FREE(buffer[string_count]);
1982 buffer[ string_count ] = (char *)MALLOC(len+1);
1985 dest = buffer[ string_count++ ];
2266 eval_bufp->buffer = (char *)POP(DS);
2267 eval_bufp->scanptr = eval_bufp->buffer;
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c2907 * advance the buffer, otherwise, decode the mech_oid from the buffer and
2945 * buffer pointer.
2964 * buffer pointer.
3029 * return it, advancing the buffer pointer.
3319 * place it in buf_out, advancing the buffer.
3400 * the next two routines make a token buffer suitable for
3415 gss_buffer_desc buffer; local
3418 buffer.length = 0;
3419 buffer
[all...]
/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/grub/grub-0.97/netboot/
H A Dpxe.h343 SEGOFF16_t Frame; /* receive buffer */
434 uint16_t buffer_size; /* Size of the packet buffer */
435 SEGOFF16_t buffer; /* SEG:OFF to the packet buffer */ member in struct:__anon262
445 uint16_t buffer_size; /* Size of the packet buffer */
446 SEGOFF16_t buffer; /* SEG:OFF to the packet buffer */ member in struct:__anon263
465 uint16_t BufferLimit; /* max size of buffer in BC dataseg ? */
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/lib/nsswitch/ldap/common/
H A Dgetgrent.c92 /* Each reallocation adds _PSEARCH_BUF_BLK more bytes to a packed buffer */
131 * packed buffer. See below where the nscd dn2uid cache is described
158 * Where in the buffer the base DN starts. The first
161 * Where in the buffer to add the next data item. The first
164 * Current size of the data area in the packed buffer. This
176 * So the data layout in the data section of the packed buffer is
210 * of the packed buffer. The packed result of the search has up to
229 * Where in the buffer the base DN starts. The first
232 * Where in the buffer to add the next data item. The first
235 * Current size of the data area in the packed buffer
601 _nss_ldap_grgetkey(void *buffer, size_t buflen, char **dbnamepp, int *dbop, nss_XbyY_args_t *arg) argument
1061 char *buffer, *bptr; local
1158 char *buffer, *cp, *mp, *ep; local
1292 char *buffer = NULL; local
1606 char *buffer = NULL; local
1823 setup_buf_memberof_res(void *buffer, _memberof_res_t **grespp) argument
2106 char *buffer = NULL; local
2445 char *buffer = NULL; local
[all...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c1400 * is copied to this buffer.
4811 nfslogtab_add(char *dir, char *buffer, char *tag) argument
4849 * Remove entries matching buffer and sharepoint since we're
4852 if (logtab_rement(f, buffer, dir, NULL, -1)) {
4871 lep.le_buffer = buffer;
4877 * Add new sharepoint / buffer location to nfslogtab
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c5534 char *buffer = NULL; local
5597 (const char *) *dn, &buffer);
5604 * If mapped attr is found(buffer != NULL)
5612 if (buffer != NULL) {
5614 *dn = buffer;
5711 start = start + (cur - dn); /* move cursor in buffer */
5718 start = start + orig_len; /* move cursor in buffer */
/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 Dshared.h80 * This is the location of the raw device buffer. It is 31.5K
101 * This is the filesystem (not raw device) buffer.
108 /* Command-line buffer for Multiboot kernels and modules. This area
114 /* The buffer for the password. */
118 /* THe buffer for the filename of "/boot/grub/default". */
122 /* The buffer for the command-line. */
126 /* The kill buffer for the command-line. */
130 /* The history buffer for the command-line. */
135 /* The buffer for the completion. */
139 /* The buffer fo
764 char buffer[SCREENBUF]; member in struct:silentbuf
[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...]
H A Dsv.c1580 Expands the character buffer in the SV. If necessary, uses C<sv_unref> and
1581 upgrades the SV to C<SVt_PV>. Returns a pointer to the character buffer.
4304 Efficient removal of characters from the beginning of the string buffer.
4306 the string buffer. The C<ptr> becomes the first character of the adjusted
6178 char *buffer; local
6182 buffer = SvGROW(sv, (STRLEN)(recsize + append + 1)) + append;
6190 bytesread = PerlLIO_read(PerlIO_fileno(fp), buffer, recsize);
6192 bytesread = PerlIO_read(fp, buffer, recsize);
6197 buffer[bytesread] = '\0';
6256 * buffer, s
[all...]
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c250 char *buffer; member in struct:context
255 unsigned int size; /* Absolute size of buffer */
256 unsigned int needsize; /* How much of the size of the buffer is left */
513 "Unable to allocate final buffer");
515 utils->seterror(utils->conn, 0, "Unable to allocate final buffer");
1760 /* make sure the output buffer is big enough for this blob */
1775 /* We can just use the output buffer because it's big enough */
1857 if(!text->buffer)
1858 text->buffer=text->utils->malloc(text->size+5);
1860 text->buffer
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c3475 * 'hostidp' is NULL, Z_TOO_BIG if 'hostidp' refers to a string buffer
3502 * characters) and that the whole string fits within a buffer of size
5522 * class specified by the pool will be stored in the buffer to which 'class'
5523 * points. 'clsize' is the byte size of the buffer to which 'class' points.
5526 * thread scheduling class into the buffer to which 'class' points. It returns
5529 * does not exist. The function returns Z_TOO_BIG if the buffer to which
7004 * expected name for the zone) in the zonename buffer, and thus the function
7005 * doesn't touch this buffer on failure.
8518 get_doorname(const char *zone_name, char *buffer) argument
8520 return (snprintf(buffer, PATH_MA
[all...]

Completed in 208 milliseconds

<<111213