Home
last modified time | relevance | path

Searched refs:tmp (Results 1701 – 1725 of 1823) sorted by relevance

1...<<61626364656667686970>>...73

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c703 uintptr_t a, tmp; in cmd_list() local
780 if (mdb_vread(&tmp, sizeof (tmp), a + offset) == -1) { in cmd_list()
786 a = tmp; in cmd_list()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c942 krb5_int32 i, length, tmp, type; in krb5_fcc_store_principal() local
947 tmp = length = krb5_princ_size(context, princ); in krb5_fcc_store_principal()
955 tmp++; in krb5_fcc_store_principal()
961 ret = krb5_fcc_store_int32(context, id, tmp); in krb5_fcc_store_principal()
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1314 uint64_t tmp = measurements[i]; in apic_calibrate() local
1316 measurements[j] = tmp; in apic_calibrate()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c246 struct boot_memlist tmp; in sort_physinstall() local
257 tmp = memlists[i]; in sort_physinstall()
259 memlists[i + 1] = tmp; in sort_physinstall()
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1732 char *tmp = args->stk_strp; in stk_copyin() local
1739 if (args->scrubenv && strncmp(tmp, "LD_", 3) == 0) { in stk_copyin()
1741 args->stk_strp = tmp; in stk_copyin()
H A Dstreamio.c7487 mblk_t *tmp, *prevmp; in kstrgetmsg() local
7495 for (prevmp = bp, tmp = bp->b_cont; tmp != NULL; in kstrgetmsg()
7496 prevmp = tmp, tmp = tmp->b_cont) { in kstrgetmsg()
7497 if (DB_TYPE(tmp) != M_DATA) { in kstrgetmsg()
7500 putback(stp, q, tmp, tmp->b_band); in kstrgetmsg()
H A Dlog_sysevent.c1631 log_eventq_t *tmp = log_eventq_sent->next; in log_sysevent_filename() local
1643 log_eventq_sent = tmp; in log_sysevent_filename()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c112 time_t tmp = sadb_add_time((sa)->ipsa_usetime, \
115 (sa)->ipsa_ ## exp = tmp; \
118 MIN((sa)->ipsa_ ## exp, tmp); \
7290 mblk_t *tmp; local
7292 tmp = ipsa->ipsa_bpkt_head;
7294 tmp = ip_recv_attr_free_mblk(tmp);
7295 ip_drop_packet(tmp, B_TRUE, NULL,
7311 mblk_t *tmp, *buf_pkt; local
7319 tmp = buf_pkt->b_next;
7332 buf_pkt = tmp;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c4574 char *tmp; in vhci_parse_mpxio_lb_options() local
4576 tmp = dataptr + (strlen(LOGICAL_BLOCK_REGION_SIZE) + 1); in vhci_parse_mpxio_lb_options()
4578 for (ptr = tmp; i < strlen(tmp); i++, ptr++) { in vhci_parse_mpxio_lb_options()
4583 tmp, in vhci_parse_mpxio_lb_options()
4590 if (i >= strlen(tmp)) { in vhci_parse_mpxio_lb_options()
4591 region_size = stoi(&tmp); in vhci_parse_mpxio_lb_options()
8739 char tmp[64]; in vhci_print_scsi_cmd() local
8742 cpnt = scsi_cmd_name(cmd, scsi_cmds, tmp); in vhci_print_scsi_cmd()
8744 if (cpnt == tmp) { in vhci_print_scsi_cmd()
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun161 tmp, rest = buf.rsplit('\n', 1)
164 rows = tmp.split('\n')
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c607 unsigned int tmp; in hxge_ksort() local
623 tmp = *p1; in hxge_ksort()
625 *p2++ = tmp; in hxge_ksort()
3556 uint64_t tmp; in hxge_rxdma_fatal_err_recover() local
3652 HXGE_REG_RD64(handle, RDC_RX_CFG1, &tmp); in hxge_rxdma_fatal_err_recover()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c1339 uint64_t tmp[2]; in dtrace_multiply_128() local
1350 tmp[0] = hi1 * lo2; in dtrace_multiply_128()
1351 tmp[1] = 0; in dtrace_multiply_128()
1352 dtrace_shift_128(tmp, 32); in dtrace_multiply_128()
1355 tmp[0] = hi2 * lo1; in dtrace_multiply_128()
1356 tmp[1] = 0; in dtrace_multiply_128()
1357 dtrace_shift_128(tmp, 32); in dtrace_multiply_128()
2381 uint64_t tmp[2]; in dtrace_aggregate_stddev() local
4149 uintptr_t tmp; in dtrace_dif_subr() local
5768 uint64_t *tmp; in dtrace_dif_emulate() local
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c5620 int16_t tmp; in pcicfg_config_setup() local
5679 tmp = (int16_t)ddi_get16(*handle, (uint16_t *)virt); in pcicfg_config_setup()
5681 ret = ddi_peek16(dip, (int16_t *)virt, &tmp); in pcicfg_config_setup()
5685 if (tmp == -1) { in pcicfg_config_setup()
5686 DEBUG1("NO DEVICEFOUND, read %x\n", tmp); in pcicfg_config_setup()
5690 if (tmp == 0) { in pcicfg_config_setup()
5694 DEBUG1("DEVICEFOUND, read %x\n", tmp); in pcicfg_config_setup()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c1909 pmcs_dmachunk_t *tmp; in pmcs_add_more_chunks() local
1910 tmp = kmem_alloc(sizeof (pmcs_dmachunk_t), KM_SLEEP); in pmcs_add_more_chunks()
1911 tmp->nxt = dc; in pmcs_add_more_chunks()
1912 dc = tmp; in pmcs_add_more_chunks()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c2354 char *tmp; in nvme_print_feat_intr_vect() local
2357 if (asprintf(&tmp, "Vector %d Coalescing Disable", iv.b.iv_iv) < 0) in nvme_print_feat_intr_vect()
2360 nvme_print_bit(4, tmp, iv.b.iv_cd, in nvme_print_feat_intr_vect()
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_mca.c1776 struct cpuid_regs tmp; in clear_mc()
1777 (void) __cpuid_insn(&tmp); in clear_mc()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A DREADME169 properly, you will find a file in /tmp by the name of msg.XXXXXXXX (where
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2867 char **tmp = safe_malloc((nsearch + 1) * in zpool_do_import() local
2869 bcopy(searchdirs, tmp, nsearch * in zpool_do_import()
2872 searchdirs = tmp; in zpool_do_import()
3615 nvpair_t *tmp; in nvpair64_to_stat_array() local
3618 verify(nvlist_lookup_nvpair(nvl, name, &tmp) == 0); in nvpair64_to_stat_array()
3619 switch (nvpair_type(tmp)) { in nvpair64_to_stat_array()
3621 ret = nvpair_value_uint64_array(tmp, &nva->data, &nva->count); in nvpair64_to_stat_array()
3624 ret = nvpair_value_uint64(tmp, &nva->__data); in nvpair64_to_stat_array()
/illumos-gate/usr/src/cmd/awk/
H A Drun.c1716 Awkfloat tmp; in bltin() local
1783 tmp = u; in bltin()
1786 srand_seed = tmp; in bltin()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c332 seg_info_t tmp; in sort_offsettbl() local
338 (void) memcpy(&tmp, &offset_tbl[cnty], in sort_offsettbl()
343 (void) memcpy(&offset_tbl[cntx], &tmp, in sort_offsettbl()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c3826 uint32_t tmp; in dnet_mii_read() local
3848 tmp = ddi_get32(dnetp->io_handle, REG32(dnetp->io_reg, ETHER_ROM_REG)); in dnet_mii_read()
3850 turned_around = (tmp & MII_DATA_IN) ? 0 : 1; in dnet_mii_read()
3860 tmp = ddi_get32(dnetp->io_handle, in dnet_mii_read()
3863 data = (data << 1) | (tmp >> MII_DATA_IN_POSITION) & 0x0001; in dnet_mii_read()
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c3607 uchar_t tmp; in fdexec() local
3843 while ((tmp = Msr(fdc)) & CB) { in fdexec()
3847 if ((tmp & (RQM|DIO|CB)) == (RQM|DIO|CB)) { in fdexec()
4168 uchar_t tmp; in fdintr_dma() local
4235 while (((tmp = Msr(fdc)) & CB) && in fdintr_dma()
4242 if ((tmp & (RQM|DIO|CB)) == in fdintr_dma()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c941 struct send_block_record *tmp = bqueue_dequeue(bq); in get_next_record() local
943 return (tmp); in get_next_record()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1575 char *tmp = dir; in get_dir_from_path() local
1592 *tmp = '\0'; in get_dir_from_path()
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dcfhead.m424 ifdef(`TEMPFILE', `dnl', `define(`TEMPFILE', maketemp(/tmp/cfXXXXXX))dnl

1...<<61626364656667686970>>...73