Home
last modified time | relevance | path

Searched refs:temp (Results 251 – 275 of 454) sorted by relevance

1...<<111213141516171819

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.c50 StkId temp = ci->func; /* exchange its 'func' and 'extra' values */ in swapextra() local
52 ci->extra = savestack(L, temp); in swapextra()
554 TValue temp; in luaG_aritherror() local
555 if (luaV_tonumber(p1, &temp) == NULL) in luaG_aritherror()
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Duppc.c1055 hrtime_t timeval, temp; in uppc_gethrtime() local
1062 temp = hrtime_base; in uppc_gethrtime()
1070 if (temp != hrtime_base) in uppc_gethrtime()
1072 timeval -= temp; in uppc_gethrtime()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/
H A Dlittleneck.c901 int32_t temp, number; in lneck_env_print_temps() local
918 "Temperature", &temp, sizeof (temp)); in lneck_env_print_temps()
920 log_printf(dgettext(TEXT_DOMAIN, " %02d"), temp); in lneck_env_print_temps()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c347 int temp; in nameparse() local
349 #define setuint(a, b, c) a = (((temp = atoi(b)) <= 0) ? (c) : temp) in nameparse()
/illumos-gate/usr/src/cmd/expr/
H A Dexpr.c523 int ylex, temp, op1; in expres() local
531 temp = Argi; in expres()
593 if (Argi == temp) { in expres()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c336 double temp = (double)bufsize; in monitor() local
337 scale = (uint_t)((temp * (long)0200000L) / text); in monitor()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c226 uint8_t *temp; in qlge_load_flash() local
243 temp = kmem_zalloc(sector_size, KM_SLEEP); in qlge_load_flash()
244 if (temp == NULL) { in qlge_load_flash()
264 rval = qlge_dump_fcode(qlge, (uint8_t *)temp, sector_size, in qlge_load_flash()
277 bdesc = (caddr_t)temp + addr_desc; in qlge_load_flash()
281 if (ql_erase_and_write_to_flash(qlge, temp, sector_size, in qlge_load_flash()
288 kmem_free(temp, sector_size); in qlge_load_flash()
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1699 char temp[PATH_MAX]; in expand() local
1703 out_str = temp; in expand()
1708 if (strlcpy(out_str, fnames[fnum], sizeof (temp)) in expand()
1709 >= sizeof (temp)) in expand()
1720 if (strlcpy(out_str, shell_line, sizeof (temp)) >= sizeof (temp)) in expand()
1735 if (strlcpy(outbuf, temp, sizeof (shell_line)) >= sizeof (shell_line)) in expand()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbracket.sh223 [[ D290.2003.02.16.temp == D290.+(2003.02.16).temp* ]] || err_exit 'pattern match bug with +(...)'
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dattach2.test62 } {0 main 1 temp}
72 } {0 main 1 temp 2 t2}
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c337 i6addr_t temp; local
341 temp.i6[0] = fin->fin_src6.i6[0] &
343 temp.i6[1] = fin->fin_src6.i6[1] &
345 temp.i6[2] = fin->fin_src6.i6[2] &
347 temp.i6[3] = fin->fin_src6.i6[3] &
350 IP6_MERGE(&in, &temp, &np->in_in[0]);
636 i6addr_t temp; local
640 temp.i6[0] = fin->fin_dst6.i6[0] & ~np->in_in[1].i6[0];
641 temp.i6[1] = fin->fin_dst6.i6[1] & ~np->in_in[1].i6[1];
642 temp.i6[2] = fin->fin_dst6.i6[2] & ~np->in_in[1].i6[2];
[all …]
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin.c231 char **temp = realloc(db_args, sizeof(char*) * (db_args_size+1)); local
232 if (temp == NULL) {
238 db_args = temp;
278 char **temp = realloc(db_args, sizeof(char*) * (db_args_size+1)); /* one for NULL */ local
279 if (temp == NULL) {
286 db_args = temp;
738 char **temp = realloc(db_args, sizeof(char*) * (db_args_size+1)); /* one for NULL */ local
739 if (temp == NULL) {
745 db_args = temp;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c956 unsigned char temp, temp1; in smbsr_check_result() local
969 (void) smb_mbc_peek(&sr->reply, offset, "b", &temp); in smbsr_check_result()
970 if (temp != wct) in smbsr_check_result()
982 (void) smb_mbc_peek(&sr->reply, offset, "bb", &temp, &temp1); in smbsr_check_result()
984 if ((temp != 0xFF) || (temp1 != 0xFF)) { in smbsr_check_result()
992 if ((temp != (bcc&0xFF)) || (temp1 != ((bcc>>8)&0xFF))) in smbsr_check_result()
/illumos-gate/usr/src/cmd/spell/
H A Dspellprog.c764 int temp, result; in dict() local
767 temp = *ep; in dict()
770 *ep = temp; in dict()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest4.c578 sqlite *temp; in tcl_thread_swap() local
598 temp = threadset[i].db; in tcl_thread_swap()
600 threadset[j].db = temp; in tcl_thread_swap()
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c323 int temp; in nameparse() local
325 #define setuint(a,b,c) a = ( ((temp = atoi(b)) <= 0) ? (c) : temp ) in nameparse()
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c627 ibtl_async_port_status_t temp; in ibtl_do_hca_asyncs() local
652 temp = IBTL_HCA_PORT_DOWN; in ibtl_do_hca_asyncs()
655 temp = IBTL_HCA_PORT_UP; in ibtl_do_hca_asyncs()
658 temp = IBTL_HCA_PORT_CHG; in ibtl_do_hca_asyncs()
661 temp = IBTL_HCA_PORT_ASYNC_CLNT_REREG; in ibtl_do_hca_asyncs()
683 if ((portp[port_minus1].status & temp) != 0) in ibtl_do_hca_asyncs()
700 if (temp == IBTL_HCA_PORT_CHG) { in ibtl_do_hca_asyncs()
705 hca_devp->hd_async_port[port_minus1].status &= ~temp; in ibtl_do_hca_asyncs()
/illumos-gate/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c430 int temp = -1; local
435 kwlist, &beName, &temp)) {
446 if (temp != -1 && nvlist_add_boolean_value(beAttrs,
447 BE_ATTR_ACTIVE_NEXTBOOT, temp == 0 ? B_FALSE : B_TRUE) != 0) {
/illumos-gate/usr/src/cmd/luxadm/
H A Dqlgcupdate.c519 char temp[4] = { 0 }; in q_findfileversion() local
562 (void) strncpy(temp, (char *)&dl_fcode[mark], 4); in q_findfileversion()
563 if ((strncmp(&temp[0], "/", 1) == 0) && in q_findfileversion()
564 (strncmp(&temp[3], "/", 1) == 0)) { in q_findfileversion()
569 (void) strncat((char *)version_file, temp, 1); in q_findfileversion()
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1586 char *temp; in passwd_conv() local
1605 temp = getpassphrase(m->msg); in passwd_conv()
1606 if (temp != NULL) { in passwd_conv()
1607 r->resp = strdup(temp); in passwd_conv()
1608 (void) memset(temp, 0, strlen(temp)); in passwd_conv()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c213 ofmt_field_t *temp; in init_menu_template() local
215 if ((temp = calloc(NUM_COLS + 1, sizeof (ofmt_field_t))) == NULL) in init_menu_template()
216 return (temp); in init_menu_template()
218 init_hdr_cols(temp); in init_menu_template()
219 menu_update_widths(temp, menu); in init_menu_template()
220 return (temp); in init_menu_template()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c142 tempr_t temp; in get_current_temp() local
157 if (get_temperature(snodep->sensorp, &temp) < 0) in get_current_temp()
159 (void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t)); in get_current_temp()
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dpca9556.c609 uchar_t temp; in pca9556_ioctl() local
728 temp = pcap->pca9556_transfer->i2c_rbuf[0] & (~g_buf.reg_mask); in pca9556_ioctl()
729 pcap->pca9556_transfer->i2c_wbuf[1] = temp| in pca9556_ioctl()
/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c640 *temp; /* Array pointer */ in readline() local
650 temp = siline; in readline()
651 while ((*area++ = *temp++) != '\n') in readline()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs.c211 sol_uverbs_hca_t *temp; in sol_uverbs_hca_open() local
320 temp = (sol_uverbs_hca_t *)entry->ptr; in sol_uverbs_hca_open()
323 "GUID: 0x%016llX", (void *)entry, (void *)temp->hdl, in sol_uverbs_hca_open()
324 (u_longlong_t)temp->guid); in sol_uverbs_hca_open()
1876 uint64_t temp; in sol_uverbs_query_gid() local
1919 temp = htonll(port_info->p_sgid_tbl[cmd.gid_index].gid.ucast_gid. in sol_uverbs_query_gid()
1921 (void) memcpy(&resp.gid[0], &temp, sizeof (temp)); in sol_uverbs_query_gid()
1922 temp = htonll(port_info->p_sgid_tbl[cmd.gid_index].gid.ucast_gid. in sol_uverbs_query_gid()
1924 (void) memcpy(&resp.gid[8], &temp, sizeof (temp)); in sol_uverbs_query_gid()

1...<<111213141516171819