Searched refs:temp_buf (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c87 gss_buffer_desc temp_buf; local
93 get_inet_addr_info(&myctladdr, &temp_buf);
95 chan.initiator_address.length = temp_buf.length;
96 chan.initiator_address.value = malloc(temp_buf.length);
97 memcpy(chan.initiator_address.value, temp_buf.value,
98 temp_buf.length);
100 get_inet_addr_info(&remctladdr, &temp_buf);
102 chan.acceptor_address.length = temp_buf.length;
103 chan.acceptor_address.value = malloc(temp_buf.length);
104 memcpy(chan.acceptor_address.value, temp_buf
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c407 char temp_buf[INET6_ADDRSTRLEN]; /* use for inet_ntop() */ local
416 temp_buf, sizeof (temp_buf)));
426 temp_buf, sizeof (temp_buf)));
518 temp_buf, sizeof (temp_buf)));
521 temp_buf, sizeof (temp_buf)),
655 char temp_buf[INET6_ADDRSTRLE local
[all...]
H A Dtraceroute.c260 char temp_buf[INET6_ADDRSTRLEN]; /* use for inet_ntop() */ local
601 temp_buf, sizeof (temp_buf)));
610 temp_buf, sizeof (temp_buf)));
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1820 uint32_t *temp_buf; local
1841 temp_buf = hal->temp_config_rom_buf;
1844 bcopy(&config_rom[0], &temp_buf[0], IEEE1394_BIB_SZ);
1850 bcopy(&config_rom[tmp_offset], &temp_buf[tmp_offset], tmp_size << 2);
1862 &temp_buf[tmp_offset + 1], tmp_size << 2);
1871 temp = T1394_DATA32(temp_buf[tmp_offset]);
1873 temp_buf[tmp_offset] = T1394_DATA32(temp);
1912 bcopy(buffer, &temp_buf[tmp_offset], size << 2);
1920 temp_buf[hal->root_directory->cfgrom_addr_hi] =
1928 temp_buf[
1967 uint32_t *temp_buf; local
[all...]
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_interface.c302 unsigned char temp_buf[sizeof (uint32_t)]; local
313 *((uint32_t *)(void *)&temp_buf) =
315 (void) memcpy(&buffer[i * 4], temp_buf, buffer_length);
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c1324 char *temp_buf; local
1375 temp_buf = xmalloc(
1379 (void) sprintf(temp_buf, "%-*s(%-*s):",
1385 temp_buf,
1388 free(temp_buf);
1698 char temp_buf[LINEBUF_SIZE]; local
1701 (void) strcat(strcpy(temp_buf, df_options), " ");
1703 temp_buf[0] = NUL;
1706 program_name, dfrp->dfr_fstype, temp_buf,
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c689 char temp_buf[PATH_MAX]; local
708 if (fgets(temp_buf, PATH_MAX, stdin) == NULL)
710 cp = strtok(temp_buf, "\n");
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c4566 char temp_buf[MAXPATHLEN]; local
4678 (void) sprintf(temp_buf, "%s:0", drvr_path);
4679 if (stat(temp_buf, &stbuf) != 0) {
4698 temp_buf);

Completed in 757 milliseconds