Home
last modified time | relevance | path

Searched refs:temp (Results 151 – 175 of 454) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c160 unsigned char temp[5]; /* random 32-bit number */ in randomdigits() local
168 nread = read(fd, temp, 4); in randomdigits()
173 (char *) temp, 4); in randomdigits()
176 sparams->utils->rand(sparams->utils->rpool,(char *) temp,4); in randomdigits()
178 num=(temp[0] * 256 * 256 * 256) + in randomdigits()
179 (temp[1] * 256 * 256) + in randomdigits()
180 (temp[2] * 256) + in randomdigits()
181 (temp[3] ); in randomdigits()
/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c143 uint16_t temp, ctt, tahv, talv; in pchtemp_read() local
149 temp = ddi_get16(pch->pcht_handle, in pchtemp_read()
167 pch->pcht_temp_raw = temp; in pchtemp_read()
178 pch->pcht_temp = (temp & PCHTEMP_REG_TEMP_TSR) - PCHTEMP_TEMP_OFFSET; in pchtemp_read()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c119 char temp[LSIZE]; in gpkglist() local
149 (void) snprintf(temp, sizeof (temp), in gpkglist()
152 if (setitem(menup, temp)) { in gpkglist()
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_memlist.c135 struct sun4u_prom_memlist temp; in sort_reglist() local
147 temp = ar[min]; in sort_reglist()
149 ar[i] = temp; in sort_reglist()
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/
H A DT.nextfile8 TEMP0=$WORKDIR/test.temp.0
9 TEMP1=$WORKDIR/test.temp.1
H A DT.redir8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
H A DT.getline8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
H A DT.func8 TEMP1=$WORKDIR/test.temp.1
9 TEMP2=$WORKDIR/test.temp.2
/illumos-gate/usr/src/boot/common/
H A Disapnp.c129 uchar_t temp; in isapnp_get_resource_info() local
143 temp = inb(isapnp_readport); in isapnp_get_resource_info()
145 buffer[i] = temp; in isapnp_get_resource_info()
/illumos-gate/usr/src/cmd/crypt/
H A Dcrypt.c54 int ic, i, k, temp; local
86 temp = t1[k];
88 t1[ic] = temp;
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Damdvi_hw.c1220 struct amdvi_dte* temp; in amdvi_set_dte() local
1225 temp = &amdvi_dte[devid]; in amdvi_set_dte()
1230 temp->iotlb_enable = 1; in amdvi_set_dte()
1234 temp->sup_second_io_fault = 1; in amdvi_set_dte()
1235 temp->sup_all_io_fault = amdvi_disable_io_fault; in amdvi_set_dte()
1237 temp->dt_valid = 1; in amdvi_set_dte()
1238 temp->domain_id = domain->id; in amdvi_set_dte()
1242 temp->pt_base = vtophys(domain->ptp) >> 12; in amdvi_set_dte()
1243 temp->pt_level = amdvi_ptp_level; in amdvi_set_dte()
1249 temp->pt_valid = 1; in amdvi_set_dte()
[all …]
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk244 echo '#include <stdio.h>' >temp.c
245 echo 'int main(){printf(' >>temp.c
246 echo '"#define SQLITE_PTR_SZ %d",sizeof(char*));' >>temp.c
247 echo 'exit(0);}' >>temp.c
248 $(BCC) -o temp temp.c
249 ./temp >config.h
251 rm -f temp.c temp
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c774 char *temp = my_index (optstring, c); local
780 if (temp == NULL || c == ':')
796 if (temp[0] == 'W' && temp[1] == ';')
919 if (temp[1] == ':')
921 if (temp[2] == ':')
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c4364 uint8_t *temp; in emlxs_rcv_auth_msg_npr_node() local
4389 temp = (uint8_t *)((uint8_t *)lp); in emlxs_rcv_auth_msg_npr_node()
4391 if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x90000B01)) { in emlxs_rcv_auth_msg_npr_node()
4397 (*(uint32_t *)temp)); in emlxs_rcv_auth_msg_npr_node()
4401 temp += 3 * sizeof (uint32_t); in emlxs_rcv_auth_msg_npr_node()
4403 if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00010008)) { in emlxs_rcv_auth_msg_npr_node()
4409 (*(uint32_t *)temp)); in emlxs_rcv_auth_msg_npr_node()
4413 temp += sizeof (uint32_t) + 8; in emlxs_rcv_auth_msg_npr_node()
4415 if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00000001)) { in emlxs_rcv_auth_msg_npr_node()
4421 (*(uint32_t *)temp)); in emlxs_rcv_auth_msg_npr_node()
[all …]
/illumos-gate/usr/src/cmd/su/
H A Dsu.c1104 char *temp; in su_conv() local
1125 temp = getpassphrase(m->msg); in su_conv()
1128 if (temp != NULL) { in su_conv()
1129 r->resp = strdup(temp); in su_conv()
1143 temp = strchr(respbuf, '\n'); in su_conv()
1144 if (temp != NULL) in su_conv()
1145 *temp = '\0'; in su_conv()
1191 char *temp; in emb_su_conv() local
1250 temp = strchr(respbuf, '\n'); in emb_su_conv()
1251 if (temp != NULL) in emb_su_conv()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dlastinsert.test265 create temp table t1 (k integer primary key);
266 create temp table t2 (k integer primary key);
267 create temp view v1 as select * from t1;
268 create temp view v2 as select * from t2;
269 create temp table rid (k integer primary key, rin, rout);
272 create temp trigger r1 instead of insert on v1 for each row begin
278 create temp trigger r2 instead of insert on v2 for each row begin
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_misc.c772 s1394_target_t *temp; in s1394_target_from_dip_locked() local
774 temp = hal->target_head; in s1394_target_from_dip_locked()
775 while (temp != NULL) { in s1394_target_from_dip_locked()
776 if (temp->target_dip == tdip) { in s1394_target_from_dip_locked()
777 return (temp); in s1394_target_from_dip_locked()
779 temp = temp->target_next; in s1394_target_from_dip_locked()
/illumos-gate/usr/src/test/nvme-tests/tests/nvmeadm/
H A Dnvmeadm_test.ksh321 nvmeadm_fail list-features $nt_dev aerith arb temp
326 nvmeadm_fail get-features $nt_dev/1 temp
327 nvmeadm_fail get-features $nt_dev temp,tifa
328 nvmeadm_fail get-features $nt_dev temp cloud
420 nvmeadm_pass list-features $nt_dev pm Arbitration temp
426 nvmeadm_pass get-features $nt_dev temp
427 nvmeadm_pass get-features $nt_dev temp,vector
/illumos-gate/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c333 char c, temp; in des_crypt() local
362 temp = E[6*i+j]; in des_crypt()
364 E[6*i+j+24] = (char)temp; in des_crypt()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Ddrand48.c84 #define REST(v) for (i = 0; i < 3; i++) { xsubi[i] = x[i]; x[i] = temp[i]; } \
87 int i; TYPE v; unsigned temp[3]; \
88 for (i = 0; i < 3; i++) { temp[i] = x[i]; x[i] = LOW(xsubi[i]); } \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfindlib.h70 char temp[PATH_MAX]; member
87 char temp[PATH_MAX]; member
/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwocfg.c328 gptwocfg_config_t *config, *temp; in gptwocfg_unconfigure() local
464 temp = gptwo_config_list; in gptwocfg_unconfigure()
465 while (temp->gptwo_next != config) { in gptwocfg_unconfigure()
466 temp = temp->gptwo_next; in gptwocfg_unconfigure()
468 temp->gptwo_next = config->gptwo_next; in gptwocfg_unconfigure()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c566 zfs_handle_t *temp; in changelist_gather() local
671 if ((temp = zfs_open(zhp->zfs_hdl, zfs_get_name(zhp), in changelist_gather()
683 zfs_close(temp); in changelist_gather()
688 cn->cn_handle = temp; in changelist_gather()
690 zfs_is_mounted(temp, NULL); in changelist_gather()
691 cn->cn_shared = zfs_is_shared(temp); in changelist_gather()
/illumos-gate/usr/src/cmd/awk/
H A Dtran.c166 char temp[50]; in arginit() local
173 (void) sprintf(temp, "%d", i); in arginit()
175 (void) setsymtab(temp, *av, atof(*av), in arginit()
178 (void) setsymtab(temp, *av, 0.0, STR, ARGVtab); in arginit()
229 Cell *cp, *temp; in freesymtab() local
240 for (cp = tp->tab[i]; cp != NULL; cp = temp) { in freesymtab()
244 temp = cp->cnext; /* avoids freeing then using */ in freesymtab()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_crypt.c116 int ic, i, k, temp; in c_setup() local
143 temp = t1[k]; in c_setup()
145 t1[ic] = temp; in c_setup()

12345678910>>...19