Searched refs:temp (Results 251 - 275 of 410) sorted by relevance

<<11121314151617

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpca9556.c609 uchar_t temp; local
728 temp = pcap->pca9556_transfer->i2c_rbuf[0] & (~g_buf.reg_mask);
729 pcap->pca9556_transfer->i2c_wbuf[1] = temp|
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c1280 int temp; member in union:__anon5376
1638 if (ddi_copyin((void *)arg, &cpy.temp, sizeof (int), flag)) {
1646 cpy.temp |= FDGC_HISTORY;
1648 cpy.temp &= ~FDGC_HISTORY;
1652 cpy.temp |= FDGC_DETECTED;
1661 cpy.temp |= FDGC_CURRENT;
1666 cpy.temp ^= FDGC_DETECTED;
1673 cpy.temp &= ~FDGC_CURRENT;
1677 cpy.temp &= ~(FDGC_DETECTED | FDGC_CURRENT);
1684 cpy.temp |
[all...]
H A Dbscv.c2409 if (ssp->temps.temp[i] != LOM_TEMP_STATE_NOT_PRESENT) {
2410 temps.temp[idx] = ssp->temps.temp[i];
3912 * is a case whereby a fatal fault (eg. over temp) could
3915 * failure (over temp) is still present.
3943 int8_t temp; local
4016 temp = bscv_get8(ssp, chan_general,
4022 if ((temp <= LOM_TEMP_MAX_VALUE) ||
4023 (temp == LOM_TEMP_STATE_NOT_PRESENT)) {
4024 ssp->temps.temp[dev_n
5843 int8_t temp; local
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c106 boolean_t temp; /* temporary addr via add_addr() ? */ member in struct:nl7c_addr_s
195 new->temp = B_TRUE;
216 if (p->temp)
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c667 char temp[HTTP_MAX_VALUE], /* Temporary buffer for name */ local
699 for (ptr = temp;
700 *fptr && *fptr != '=' && !isspace(*fptr & 255) && ptr < (temp + sizeof(temp) - 1);
705 DEBUG_printf(("httpGetSubField: name=\"%s\"\n", temp));
769 if (strcmp(name, temp) == 0)
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c345 char *ptr; /* To use as scratch/temp pointer */
508 luninfo_list_t *lunlistp, *temp; local
659 for (temp = lunlistp->next; temp != NULL;
660 temp = temp->next) {
661 if (strcmp(lunlistp->path, temp->path) == 0) {
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1586 char *temp; local
1605 temp = getpassphrase(m->msg);
1606 if (temp != NULL) {
1607 r->resp = strdup(temp);
1608 (void) memset(temp, 0, strlen(temp));
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c141 ushort_t i, j, k, *temp, num_of_nodes; local
160 temp = kmem_zalloc(NUM_FRAME_LST_ENTRIES * 2, KM_SLEEP);
165 uhci_tree_bottom_nodes[j++] = temp[k];
166 uhci_tree_bottom_nodes[j] = temp[k] + pow_2(i);
171 temp[k] = uhci_tree_bottom_nodes[k];
174 kmem_free(temp, (NUM_FRAME_LST_ENTRIES*2));
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c920 unsigned char temp, temp1; local
933 (void) smb_mbc_peek(&sr->reply, offset, "b", &temp);
934 if (temp != wct)
946 (void) smb_mbc_peek(&sr->reply, offset, "bb", &temp, &temp1);
948 if ((temp != 0xFF) || (temp1 != 0xFF)) {
956 if ((temp != (bcc&0xFF)) || (temp1 != ((bcc>>8)&0xFF)))
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey_mgr.c108 CK_ULONG temp = *(CK_ULONG *)priv_tmpl[i].pValue; local
109 if (temp != subclass) {
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c58 struct Sequence* temp = s1; \
60 s2 = temp; \
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h310 typedef struct temp { struct
312 struct temp *next;
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c87 char *temp; local
97 temp = special;
106 temp = special;
113 temp = getfullrawname(special);
120 if (stat(temp, &r_stat) < 0) {
121 temp = special;
125 temp = special;
134 h->fd = open(temp, flags);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_dir.c903 int32_t temp; local
905 temp = 1024; /* set to size of dname allocated above */
906 if ((error = ud_compress(namelen, &temp,
910 sz_req = F_LEN + temp;
1282 int32_t error, temp; local
1326 temp = MIN(udf_vfsp->udf_lbsize - F_LEN, MAXNAMELEN);
1327 if ((error = ud_compress(namelen, &temp,
1329 fid->fid_idlen = (uint8_t)temp;
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c627 ibtl_async_port_status_t temp; local
652 temp = IBTL_HCA_PORT_DOWN;
655 temp = IBTL_HCA_PORT_UP;
658 temp = IBTL_HCA_PORT_CHG;
661 temp = IBTL_HCA_PORT_ASYNC_CLNT_REREG;
683 if ((portp[port_minus1].status & temp) != 0)
700 if (temp == IBTL_HCA_PORT_CHG) {
705 hca_devp->hd_async_port[port_minus1].status &= ~temp;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c211 sol_uverbs_hca_t *temp; local
320 temp = (sol_uverbs_hca_t *)entry->ptr;
323 "GUID: 0x%016llX", (void *)entry, (void *)temp->hdl,
324 (u_longlong_t)temp->guid);
1876 uint64_t temp; local
1919 temp = htonll(port_info->p_sgid_tbl[cmd.gid_index].gid.ucast_gid.
1921 (void) memcpy(&resp.gid[0], &temp, sizeof (temp));
1922 temp = htonll(port_info->p_sgid_tbl[cmd.gid_index].gid.ucast_gid.
1924 (void) memcpy(&resp.gid[8], &temp, sizeo
[all...]
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagpgart.c107 #define list_head_for_each_safe(entry, temp, head) \
109 for (entry = (&(head)->next[key])->next, temp = (entry)->next; \
111 entry = temp, temp = temp->next)
2545 struct list_head *entry, *temp, *head; local
2547 list_head_for_each_safe(entry, temp, &st->mapped_list) {
3206 struct list_head *entry, *temp; local
3207 list_head_for_each_safe(entry, temp, &st->mapped_list) {
3245 struct list_head *entry, *temp; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c1232 u32_t k, temp; local
1249 temp = FUNC_ID(pdev) * ILT_NUM_PAGE_ENTRIES_PER_FUNC;
1253 for (k=0;k<ILT_NUM_PAGE_ENTRIES_PER_FUNC;temp++,k++)
1255 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8,0);
1256 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8+4,on_chip_addr2_val);
2778 u32_t i,j,k,temp; local
2791 temp = FUNC_ID(pdev) * ILT_NUM_PAGE_ENTRIES_PER_FUNC;
2796 // j is the first table entry line for this block temp is the number of the last written entry (each entry is 8 octets long)
2797 j=temp;
2798 for (i=0; i<num_pages[k]; temp
4189 u32_t temp = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c2224 uint32_t temp, crc, *tail; local
2239 temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_AGC_IDX]);
2240 agc = (temp & IWP_OFDM_AGC_MSK) >> IWP_OFDM_AGC_BIT_POS;
2242 temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_RSSI_AB_IDX]);
2243 arssi = (temp & IWP_OFDM_RSSI_A_MSK) >> IWP_OFDM_RSSI_A_BIT_POS;
2244 brssi = (temp & IWP_OFDM_RSSI_B_MSK) >> IWP_OFDM_RSSI_B_BIT_POS;
2246 temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_RSSI_C_IDX]);
2247 crssi = (temp & IWP_OFDM_RSSI_C_MSK) >> IWP_OFDM_RSSI_C_BIT_POS;
4828 uint16_t temp; local
4837 temp
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/daktari/common/
H A Ddaktari.c1178 int32_t temp; local
1226 "Temperature", &temp, sizeof (temp));
1231 log_printf("%s\t\t%3d\t\t%s\n", label, temp, state);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.c428 *temp_p = lom_temp.temp[index];
554 tempr_t temp; local
576 if (get_lom_temp(index, &temp) != PICL_SUCCESS)
578 (void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c691 boolean_t temp = B_FALSE; local
707 temp = B_TRUE;
748 if (!temp) {
780 if (!temp) {
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dtree.h256 int temp; member in struct:node::__anon457::__anon465
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c222 int temp; variable
815 temp = x->cylin;
837 temp = bp[m].cylin;
846 dkcyl[i][temp >> 3]++;
/illumos-gate/usr/src/tools/cscope-fast/
H A Dinvlib.c873 char temp[512], *ptr; local
906 (void) strncpy(temp, ptr, (int)entryptr->size);
907 temp[entryptr->size] = '\0';
911 (void) printf("%2ld %-24s\t%5ld\t%3d\t%d\t%d\t%ld\n", j, temp,

Completed in 156 milliseconds

<<11121314151617