/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_lic.c | 43 __in_bcount(buffer_size) 45 __in size_t buffer_size, 52 __in_bcount(buffer_size) 54 __in size_t buffer_size, 62 __in_bcount(buffer_size) 64 __in size_t buffer_size, 80 __in_bcount(buffer_size) 82 __in size_t buffer_size, 94 __in_bcount(buffer_size) 96 __in size_t buffer_size, [all …]
|
H A D | ef10_impl.h | 461 __in_bcount(buffer_size) 463 __in size_t buffer_size); 469 __in_bcount(buffer_size) 471 __in size_t buffer_size); 475 __in_bcount(buffer_size) 477 __in size_t buffer_size, 483 __in_bcount(buffer_size) 485 __in size_t buffer_size, 492 __in_bcount(buffer_size) 494 __in size_t buffer_size, [all …]
|
H A D | ef10_nvram.c | 846 __in_bcount(buffer_size) in ef10_nvram_buffer_find_item_start() 848 __in size_t buffer_size, in ef10_nvram_buffer_find_item_start() argument 857 buffer_size)) != 0) { in ef10_nvram_buffer_find_item_start() 891 __in_bcount(buffer_size) in ef10_nvram_buffer_find_end() 893 __in size_t buffer_size, in ef10_nvram_buffer_find_end() argument 904 buffer_size)) != 0) { in ef10_nvram_buffer_find_end() 926 __in_bcount(buffer_size) in ef10_nvram_buffer_find_item() 928 __in size_t buffer_size, in ef10_nvram_buffer_find_item() argument 938 buffer_size, offset) != 0) { in ef10_nvram_buffer_find_item() 962 __in_bcount(buffer_size) in ef10_nvram_buffer_get_item() [all …]
|
H A D | efx.h | 2306 __in size_t buffer_size, 2315 __in_bcount(buffer_size) 2317 __in size_t buffer_size, 2324 __in_bcount(buffer_size) 2326 __in size_t buffer_size, 2334 __in_bcount(buffer_size) 2336 __in size_t buffer_size, 2352 __in_bcount(buffer_size) 2354 __in size_t buffer_size, 2366 __in_bcount(buffer_size) [all …]
|
/illumos-gate/usr/src/cmd/make/lib/vroot/ |
H A D | readlink.cc | 36 vroot_result= readlink(path, vroot_args.readlink.buffer, vroot_args.readlink.buffer_size); in readlink_thunk() 40 int readlink_vroot(char *path, char *buffer, int buffer_size, pathpt vroot_path, pathpt vroot_vroot) in readlink_vroot() argument 43 vroot_args.readlink.buffer_size= buffer_size; in readlink_vroot()
|
/illumos-gate/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 265 prinfo->buffer_size = 8192; in devaudio_proc_alloc() 286 prinfo->buffer_size = 8192; in devaudio_proc_alloc() 408 play->buffer_size = 8192; in devaudio_proc_hold() 430 rec->buffer_size = 8192; in devaudio_proc_hold() 530 unsigned nbytes = dc->dc_proc->p_info.record.buffer_size; in devaudio_input() 783 if (reader && CHANGED(npr, opr, buffer_size)) { in devaudio_ioc_setinfo() 789 if ((npr->buffer_size % 4) != 0) { in devaudio_ioc_setinfo() 790 npr->buffer_size = (npr->buffer_size + 3) & ~3; in devaudio_ioc_setinfo() 793 if (npr->buffer_size > 16384) { in devaudio_ioc_setinfo() 794 npr->buffer_size = 16384; in devaudio_ioc_setinfo() [all …]
|
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.c | 101 const void *buffer, uint32_t buffer_size, dhcp_data_type_t data_type) in dhcp_ipc_alloc_request() argument 104 buffer_size); in dhcp_ipc_alloc_request() 110 request->data_length = buffer_size; in dhcp_ipc_alloc_request() 117 (void) memcpy(request->buffer, buffer, buffer_size); in dhcp_ipc_alloc_request() 135 const void *buffer, uint32_t buffer_size, dhcp_data_type_t data_type) in dhcp_ipc_alloc_reply() argument 137 dhcp_ipc_reply_t *reply = calloc(1, DHCP_IPC_REPLY_SIZE + buffer_size); in dhcp_ipc_alloc_reply() 145 reply->data_length = buffer_size; in dhcp_ipc_alloc_reply() 149 (void) memcpy(reply->buffer, buffer, buffer_size); in dhcp_ipc_alloc_reply()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_doorclt.c | 246 size_t buffer_size; in kgetipnodebyname() local 252 buffer_size = msg_size + hostent_size + sizeof (mybuffer_t); in kgetipnodebyname() 253 buffer = (mybuffer_t *)kmem_zalloc(buffer_size, KM_SLEEP); in kgetipnodebyname() 282 buffer->size = buffer_size; in kgetipnodebyname()
|
/illumos-gate/usr/src/lib/libfsmgt/common/ |
H A D | cmd.c | 288 int buffer_size = 1024; in cmd_retrieve_string() local 327 (size_t)(buffer_size + 1), in cmd_retrieve_string() 342 buffer_size); in cmd_retrieve_string()
|
/illumos-gate/usr/src/lib/print/libipp-core/common/ |
H A D | ipp.h | 43 typedef ssize_t (*ipp_reader_t)(void *fd, void *buffer, size_t buffer_size); 44 typedef ssize_t (*ipp_writer_t)(void *fd, void *buffer, size_t buffer_size);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | main.c | 278 prompt_for_arg(char *buffer, int buffer_size, char *prompt) in prompt_for_arg() argument 283 if (strlcat(buffer, " ", buffer_size) >= buffer_size) { in prompt_for_arg() 295 if (strlcat(buffer, buf, buffer_size) >= buffer_size) { in prompt_for_arg()
|
/illumos-gate/usr/src/cmd/make/include/vroot/ |
H A D | args.h | 74 char *buffer; int buffer_size; member
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | audioio.h | 68 uint_t buffer_size; /* I/O buffer size */ member
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | pxe.h | 428 uint16_t buffer_size; /* Size of the packet buffer */ member 439 uint16_t buffer_size; /* Size of the packet buffer */ member
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | pxe.h | 434 uint16_t buffer_size; /* Size of the packet buffer */ member 445 uint16_t buffer_size; /* Size of the packet buffer */ member
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | io.c | 1089 ber_get_next_buffer( void *buffer, size_t buffer_size, ber_len_t *len, in ber_get_next_buffer() argument 1092 return (ber_get_next_buffer_ext( buffer, buffer_size, len, ber, in ber_get_next_buffer() 1098 ber_get_next_buffer_ext( void *buffer, size_t buffer_size, ber_len_t *len, in ber_get_next_buffer_ext() argument 1128 sb.length = buffer_size; in ber_get_next_buffer_ext()
|
/illumos-gate/usr/src/lib/libldap5/include/ldap/ |
H A D | solaris-int.h | 144 size_t buffer_size, ber_len_t *len, BerElement *ber, 147 size_t buffer_size, ber_len_t *len, BerElement *ber,
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_x550.h | 48 s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size);
|
H A D | ixgbe_x550.c | 3339 u32 buffer_size) in ixgbe_checksum_ptr_x550() argument 3357 if (buffer_size < ptr) in ixgbe_checksum_ptr_x550() 3375 if (buffer && ((u32)start + (u32)length > buffer_size)) in ixgbe_checksum_ptr_x550() 3406 s32 ixgbe_calc_checksum_X550(struct ixgbe_hw *hw, u16 *buffer, u32 buffer_size) in ixgbe_calc_checksum_X550() argument 3429 if (buffer_size < IXGBE_EEPROM_LAST_WORD) in ixgbe_calc_checksum_X550() 3471 buffer, buffer_size); in ixgbe_calc_checksum_X550()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | cmlb.c | 1719 size_t buffer_size; local 1744 buffer_size = cl->cl_sys_blocksize; 1748 label_addr, buffer_size); 1750 if ((dkl = kmem_zalloc(buffer_size, KM_NOSLEEP)) == NULL) 1754 rval = DK_TG_READ(cl, dkl, label_addr, buffer_size, tg_cookie); 1778 kmem_free(dkl, buffer_size); 5077 size_t buffer_size; local 5091 buffer_size = cl->cl_sys_blocksize; 5094 "cmlb_dkio_get_mboot: allocation size: 0x%x\n", buffer_size); 5096 mboot = kmem_zalloc(buffer_size, KM_SLEEP); [all …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | nss_dbdefs.c | 60 _nss_XbyY_buf_alloc(int struct_size, int buffer_size) in _nss_XbyY_buf_alloc() argument 66 malloc(ALIGN(sizeof (*b)) + struct_size + buffer_size); in _nss_XbyY_buf_alloc() 72 b->buflen = buffer_size; in _nss_XbyY_buf_alloc()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_dump.c | 3706 uint32_t buffer_size; in emlxs_dump_tigershark_log() local 3769 buffer_size = fat->params.response.log_size; in emlxs_dump_tigershark_log() 3774 if (buffer_size == 0) { in emlxs_dump_tigershark_log() 3779 buffer_size, KM_NOSLEEP)) == NULL) { in emlxs_dump_tigershark_log() 3786 bzero(buffer, buffer_size); in emlxs_dump_tigershark_log() 3858 log_size = buffer_size - sizeof (uint32_t); in emlxs_dump_tigershark_log() 3873 kmem_free(buffer, buffer_size); in emlxs_dump_tigershark_log()
|
/illumos-gate/usr/src/head/ |
H A D | nss_dbdefs.h | 385 extern nss_XbyY_buf_t *_nss_XbyY_buf_alloc(int struct_size, int buffer_size);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | cmds.c | 65 prompt_for_arg(char *buffer, int buffer_size, char *prompt) in prompt_for_arg() argument 67 if (strlen(buffer) > buffer_size - 2) { in prompt_for_arg() 74 if (fgets(buffer + strlen(buffer), buffer_size - strlen(buffer), stdin) in prompt_for_arg()
|
/illumos-gate/usr/src/lib/libmtmalloc/common/ |
H A D | mtmalloc.c | 1063 int32_t buffer_size = (1 << logsz) + OVERHEAD; in malloc_internal() local 1072 create_cache(thiscache, buffer_size, thisrequest); in malloc_internal()
|