Home
last modified time | relevance | path

Searched refs:buffer (Results 1 – 25 of 857) sorted by last modified time

12345678910>>...35

/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist152 132 ENOBUFS No buffer space available
H A Dnss_common.c254 void *buffer; member
519 cur->buffer = (void *)NULL; in nss_cfg_del()
534 next->buffer = param->buffer; in nss_cfg_get()
548 param->buffer = next->buffer; in nss_cfg_put()
1576 nss_pheader_t *pbuf = (nss_pheader_t *)buffer; in nss_pack_dbd()
1584 bptr = (char *)buffer + off; in nss_pack_dbd()
1647 nss_pheader_t *pbuf = (nss_pheader_t *)buffer; in nss_pack()
1696 bptr = (char *)buffer + off; in nss_pack()
1789 bptr = (char *)buffer + off; in nss_pack_ent()
1870 buf = (char *)buffer + pbuf->data_off; in nss_unpack()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1824 buffer[i] = in emlxs_fca_bind_port()
1827 buffer[i] = in emlxs_fca_bind_port()
1835 buffer[i] = in emlxs_fca_bind_port()
1838 buffer[i] = in emlxs_fca_bind_port()
1859 buffer[i] = in emlxs_fca_bind_port()
1862 buffer[i] = in emlxs_fca_bind_port()
1870 buffer[i] = in emlxs_fca_bind_port()
1885 bzero(buffer, sizeof (buffer)); in emlxs_fca_bind_port()
1889 &buffer[(sizeof (buffer) - len)], len); in emlxs_fca_bind_port()
4178 (void) snprintf(buffer, (sizeof (buffer)-1), in emlxs_fca_port_manage()
[all …]
H A Demlxs_mbox.c193 static char buffer[32]; in emlxs_mb_xlate_status() local
204 (void) snprintf(buffer, sizeof (buffer), "status=%x", status); in emlxs_mb_xlate_status()
205 return (buffer); in emlxs_mb_xlate_status()
3248 static char buffer[32]; in emlxs_mb_cmd_xlate() local
3259 (void) snprintf(buffer, sizeof (buffer), "Cmd=0x%x", cmd); in emlxs_mb_cmd_xlate()
3260 return (buffer); in emlxs_mb_cmd_xlate()
3267 static char buffer[64]; in emlxs_request_feature_xlate() local
3270 bzero((char *)&buffer[0], 64); in emlxs_request_feature_xlate()
3273 (void) strlcat(buffer, in emlxs_request_feature_xlate()
3275 sizeof (buffer)); in emlxs_request_feature_xlate()
[all …]
H A Demlxs_fct.c1296 uint8_t *buffer, uint32_t *size) in emlxs_fct_port_info() argument
1307 bzero(buffer, *size); in emlxs_fct_port_info()
1335 link_status = (fct_port_link_status_t *)buffer; in emlxs_fct_port_info()
3408 char buffer[64]; in emlxs_fct_process_unsol_flogi() local
3410 buffer[0] = 0; in emlxs_fct_process_unsol_flogi()
3416 sizeof (buffer))) { in emlxs_fct_process_unsol_flogi()
3422 iocb->un.elsreq.remoteID, iocb->ULPIOTAG, buffer); in emlxs_fct_process_unsol_flogi()
3435 char buffer[64]; in emlxs_fct_process_unsol_plogi() local
3437 buffer[0] = 0; in emlxs_fct_process_unsol_plogi()
3443 sizeof (buffer))) { in emlxs_fct_process_unsol_plogi()
[all …]
H A Demlxs_hba.c1129 buffer, in emlxs_parse_vpd()
1197 buffer, in emlxs_parse_vpd()
1816 (void) snprintf(buffer, sizeof (buffer), "%X,", in emlxs_build_prog_types()
1831 (void) snprintf(buffer, sizeof (buffer), "%X,", in emlxs_build_prog_types()
1847 (void) snprintf(buffer, sizeof (buffer), "%X,", in emlxs_build_prog_types()
1862 (void) snprintf(buffer, sizeof (buffer), "%X,", in emlxs_build_prog_types()
1877 (void) snprintf(buffer, sizeof (buffer), "%X,", in emlxs_build_prog_types()
1893 (void) snprintf(buffer, sizeof (buffer), "%X,", in emlxs_build_prog_types()
1908 (void) snprintf(buffer, sizeof (buffer), "%X,", in emlxs_build_prog_types()
1923 (void) snprintf(buffer, sizeof (buffer), "%X,", in emlxs_build_prog_types()
[all …]
H A Demlxs_fcf.c2113 (void) snprintf(buffer, sizeof (buffer), "event=0x%x", state); in emlxs_fcf_event_xlate()
2114 return (buffer); in emlxs_fcf_event_xlate()
2133 (void) snprintf(buffer, sizeof (buffer), "reason=0x%x", reason); in emlxs_fcf_reason_xlate()
2134 return (buffer); in emlxs_fcf_reason_xlate()
2635 (void) snprintf(buffer, sizeof (buffer), "state=0x%x", state); in emlxs_fc_fcftab_state_xlate()
2636 return (buffer); in emlxs_fc_fcftab_state_xlate()
4611 (void) snprintf(buffer, sizeof (buffer), "state=0x%x", state); in emlxs_fcoe_fcftab_state_xlate()
4612 return (buffer); in emlxs_fcoe_fcftab_state_xlate()
7366 (void) snprintf(buffer, sizeof (buffer), "state=0x%x", state); in emlxs_fcfi_state_xlate()
9208 (void) snprintf(buffer, sizeof (buffer), "state=0x%x", state); in emlxs_vfi_state_xlate()
[all …]
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids7961 0040 3D graphics frame buffer
7962 0041 3D graphics frame buffer
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math.c543 zfs_vdev_raidz_impl_get(char *buffer, zfs_kernel_param_t *kp) in zfs_vdev_raidz_impl_get() argument
554 cnt += sprintf(buffer + cnt, fmt, math_impl_opts[i].name); in zfs_vdev_raidz_impl_get()
560 cnt += sprintf(buffer + cnt, fmt, raidz_supp_impl[i]->name); in zfs_vdev_raidz_impl_get()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.c701 s32 e1000_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length) in e1000_mng_write_dhcp_info() argument
703 return e1000_mng_write_dhcp_info_generic(hw, buffer, length); in e1000_mng_write_dhcp_info()
982 s32 e1000_mng_host_if_write(struct e1000_hw *hw, u8 *buffer, u16 length, in e1000_mng_host_if_write() argument
985 return e1000_mng_host_if_write_generic(hw, buffer, length, offset, sum); in e1000_mng_host_if_write()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c968 recv(int sock, void *buffer, size_t len, int flags) in recv() argument
975 sock, buffer, len, flags)); in recv()
981 aiov[0].iov_base = buffer; in recv()
1011 aiov[0].iov_base = buffer; in recvfrom()
1282 send(int sock, void *buffer, size_t len, int flags) in send() argument
1289 sock, buffer, len, flags)); in send()
1295 aiov[0].iov_base = buffer; in send()
1483 aiov[0].iov_base = buffer; in sendto()
1633 intptr_t buffer[2]; in setsockopt() local
1653 optval = option_len <= sizeof (buffer) ? in setsockopt()
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1611 *name = buffer; in __s_api_split_key_value()
3025 LineBuf *buffer = &lbuf; in __s_api_strValue() local
3261 retstring = buffer->str; in __s_api_strValue()
3265 if (buffer->len > 0) in __s_api_strValue()
3266 free(buffer->str); in __s_api_strValue()
3334 if (*buffer == NULL) { in __door_getconf()
3364 char *bufptr = buffer; in SetDoorInfoToUnixCred()
3428 char *bufptr = buffer; in SetDoorInfo()
3503 char *buffer = NULL; in LoadCacheConfiguration() local
3528 free(buffer); in LoadCacheConfiguration()
[all …]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c1647 lwpid_t buffer[MAXLWPS]; in mutex_wakeup_all() local
1648 lwpid_t *lwpid = buffer; in mutex_wakeup_all()
1693 if (lwpid != buffer) in mutex_wakeup_all()
3849 lwpid_t buffer[MAXLWPS]; in cond_broadcast() local
3850 lwpid_t *lwpid = buffer; in cond_broadcast()
3923 if (lwpid != buffer) in cond_broadcast()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src950 # The 3.0 kernel adds support for clearing scrollback buffer (capability E3).
1089 # scrollback buffer.
3552 # p1 = the storage unit (clipboard, selection or cut buffer)
3701 xterm1|xterm terminal emulator ignoring the alternate screen buffer,
7571 # At 9600 baud, the terminal is prone to overflow its input buffer
7581 # that it doesn't overflow its input buffer and start losing
8119 # line edit mode (\EO) enable buffer control (^O)
12573 # Terminal will send XON/XOFF on buffer overflow.
12576 # Terminal will not notify on buffer overflow.
13835 # that the 2048 character local buffer is used as 25 lines of 80
[all …]
H A Dtermcap.src875 # The 3.0 kernel adds support for clearing scrollback buffer (capability E3).
1004 # scrollback buffer.
3106 # p1 = the storage unit (clipboard, selection or cut buffer)
3231 xterm1|xterm terminal emulator ignoring the alternate screen buffer:\
6742 # At 9600 baud, the terminal is prone to overflow its input buffer
6752 # that it doesn't overflow its input buffer and start losing
7272 # line edit mode (\EO) enable buffer control (^O)
11156 # Terminal will send XON/XOFF on buffer overflow.
11159 # Terminal will not notify on buffer overflow.
12268 # that the 2048 character local buffer is used as 25 lines of 80
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmchild.c232 char buffer[5]; in openline() local
276 if (read(0, buffer, 1) < 0 || in openline()
277 *buffer == '\0' || in openline()
278 *buffer == '\004') { in openline()
282 if (*buffer == '\n') in openline()
292 rtn = read(0, buffer, 1); in openline()
294 *buffer = (peek_ptr->buf[0]&0x7F); in openline()
300 if (rtn < 0 || *buffer == '\004') { in openline()
376 char *ptr, buffer[BUFSIZ]; in sys_name() local
384 (void) write(fd, buffer, strlen(buffer)); in sys_name()
[all …]
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c1058 char *buffer; in log2errdefs() local
1176 buffer = malloc(statbuf.st_size); in log2errdefs()
1177 if (!buffer) { in log2errdefs()
1181 if (read(fd, buffer, statbuf.st_size) != statbuf.st_size) { in log2errdefs()
1185 (void) fwrite(buffer, statbuf.st_size, 1, fp); in log2errdefs()
1374 cmt, esp->buffer, (uint_t)esp->severity); in print_err_reports()
2348 es.buffer : ""); in main()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c104 uchar_t *buffer);
106 uchar_t *buffer);
1777 get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer) in get_mode_page() argument
1797 (void) memcpy(buffer, &buf[header_len], copy_cnt); in get_mode_page()
1804 mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer) in mode_sense() argument
1811 scmd->uscsi_bufaddr = (char *)buffer; in mode_sense()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c754 largs.buffer = argp; in lookup()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c420 static char buffer[4][24]; in prt_addr() local
426 buf = buffer[ix++]; in prt_addr()
431 (void) mdb_snprintf(buf, sizeof (buffer[0]), "0x%016lx", addr); in prt_addr()
435 (void) mdb_snprintf(buf, sizeof (buffer[0]), "0x%08lx", addr); in prt_addr()
/illumos-gate/usr/src/boot/efi/loader/
H A Dmain.c1206 EFI_HANDLE *buffer = NULL; in command_lsefi() local
1212 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1218 if ((buffer = malloc(bufsz)) == NULL) { in command_lsefi()
1223 status = BS->LocateHandle(AllHandles, NULL, NULL, &bufsz, buffer); in command_lsefi()
1225 free(buffer); in command_lsefi()
1238 handle = buffer[i]; in command_lsefi()
1280 free(buffer); in command_lsefi()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h921 BYTE buffer[sizeof (TPMU_HA)]; member
927 BYTE buffer[sizeof (TPMT_HA)]; member
942 BYTE buffer[1024]; member
948 BYTE buffer[MAX_DIGEST_BUFFER]; member
954 BYTE buffer[MAX_NV_INDEX_SIZE]; member
960 BYTE buffer[sizeof (UINT64)]; member
1277 BYTE buffer[MAX_SYM_KEY_BYTES]; member
1288 BYTE buffer[MAX_SYM_DATA]; member
1449 BYTE buffer[MAX_RSA_KEY_BYTES]; member
1464 BYTE buffer[MAX_ECC_KEY_BYTES]; member
[all …]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c116 static char buffer[BUFFERSIZE]; variable
606 boot_prop_display(char *buffer) in boot_prop_display() argument
624 buf32 = (int *)buffer; in boot_prop_display()
632 bop_printf(NULL, "%s", buffer); in boot_prop_display()
636 buf64 = (int64_t *)buffer; in boot_prop_display()
644 if (!unprintable(buffer, len)) { in boot_prop_display()
645 buffer[len] = 0; in boot_prop_display()
890 PUT_STRING(buffer); in vbop_printf()
1394 (void) strncpy(buffer, name, sizeof (buffer)); in process_boot_environment()
1395 buffer[name_len] = '\0'; in process_boot_environment()
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb2_kproto.h91 void *buffer, size_t bufsize);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c303 struct log_buffer *buffer; in log_buffer_create() local
311 buffer = (struct log_buffer *)kmem_alloc(sizeof (*buffer), KM_SLEEP); in log_buffer_create()
312 buffer->lb_refcnt = 1; in log_buffer_create()
313 buffer->lb_rec_id = 0; in log_buffer_create()
316 buffer->lb_logfile = logfile; in log_buffer_create()
317 buffer->lb_records = NULL; in log_buffer_create()
318 buffer->lb_num_recs = 0; in log_buffer_create()
319 buffer->lb_size_queued = 0; in log_buffer_create()
323 return (buffer); in log_buffer_create()
1640 caddr_t buffer; in nfslog_write_record() local
[all …]

12345678910>>...35