Searched refs:temp (Results 276 - 300 of 410) sorted by relevance

<<11121314151617

/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp.il.cpp123 ! We need to free up a temp reg for the L2 flush macro (register usage
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c295 fhc_bd_t **temp; local
301 temp = kmem_alloc(newsize, KM_SLEEP);
306 bcopy(*in_array, temp, oldsize);
309 *in_array = temp;
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c756 char *options = NULL, *temp = NULL; local
757 options = temp = strdup(request->request->options);
804 if (temp != NULL)
805 free(temp);
/illumos-gate/usr/src/uts/common/sys/
H A Dlom_io.h528 int temp[MAX_TEMPS]; /* degrees C */ member in struct:__anon8088
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c339 int32_t seg_found, temp; local
408 temp = temp_array[j];
410 threshold_names[j], &temp);
456 int32_t match_count, i, temp; local
475 PSVC_OPTIMAL_TEMP_ATTR, &temp);
477 syslog(LOG_ERR, "Failed to get Optimal temp for %s\n",
481 if (temp < lowest_temp)
482 lowest_temp = temp;
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1560 uint32_t *temp; local
1565 temp = lvid->lvid_fst;
1572 ud_part->udp_nfree = SWAP_32(temp[i]);
1573 ud_part->udp_nblocks = SWAP_32(temp[c + i]);
1574 udf_vfsp->udf_freeblks += SWAP_32(temp[i]);
1575 udf_vfsp->udf_totalblks += SWAP_32(temp[c + i]);
1579 iu = (struct lvid_iu *)(temp + c * 2);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c979 krb5_address **temp; local
986 temp = addrs;
987 while (*temp++)
1153 krb5_authdata **temp; local
1159 for (temp=a; *temp; temp++)
1673 struct fcc_set *temp; local
1675 temp = *fccsp;
1677 free(temp);
[all...]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c938 * defines for u.expr.temp - these are used for T_OR and T_AND so that if
985 switch (np->u.expr.temp) {
997 switch (np->u.expr.temp) {
1730 np->u.expr.temp = EXPR_TEMP_BOTH_UNK;
1735 np->u.expr.temp = EXPR_TEMP_BOTH_UNK;
1739 np->u.expr.temp = EXPR_TEMP_LHS_UNK;
1749 np->u.expr.temp = EXPR_TEMP_RHS_UNK;
1764 np->u.expr.temp = EXPR_TEMP_BOTH_UNK;
1769 np->u.expr.temp = EXPR_TEMP_BOTH_UNK;
1773 np->u.expr.temp
[all...]
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c306 uint64_t temp; local
343 temp = h2b64(tgt->tp_ibt_svc_id);
344 bcopy(&temp, &tgt->tp_srp_port_id[0], 8);
345 temp = h2b64(tgt->tp_ioc->ioc_guid);
346 bcopy(&temp, &tgt->tp_srp_port_id[8], 8);
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c5296 temp_t *temp; local
5348 temp = s_malloc(sizeof (temp_t));
5349 temp->integer = atoi(np->id);
5350 temp->next = NULL;
5354 if (temp->integer < ptr->integer) {
5355 temp->next = ptr;
5356 *previous = temp;
5362 *previous = temp;
5378 /* free temp list */
5380 temp
6887 selector_list_t *temp; local
6900 link_list_t *temp; local
[all...]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y93 create_table ::= CREATE(X) temp(T) TABLE nm(Y). {
96 %type temp {int}
97 temp(A) ::= TEMP. {A = 1;}
98 temp(A) ::= . {A = 0;}
274 cmd ::= CREATE(X) temp(T) VIEW nm(Y) AS select(S). {
802 trigger_decl ::= temp(T) TRIGGER nm(B) trigger_time(C) trigger_event(D)
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c670 * The temp files are created in tmplink_dir, with
694 "To restore temp hardlink file %s.",
1853 char temp; local
1865 temp = *p;
1866 if (temp == '/' || temp == 0) {
1878 *p = temp;
1881 } while (temp != 0);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dsvm_rcm.c1017 hspuser_t *temp = previous->next; local
1019 newhspuser->next = temp;
1074 hspentry_t *temp = previous->next; local
1076 newhspentry->next = temp;
1166 deventry_t *temp = previous->next_dep; local
1168 dependent->next_dep = temp;
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c578 * Enable or disable inst, per enable. If temp is true, set
584 set_inst_enabled(const char *fmri, scf_instance_t *inst, boolean_t temp, argument
635 if (temp) {
1024 enable_fmri_rec(char *fmri, boolean_t temp) argument
1078 set_inst_enabled(fmri, inst, temp, B_TRUE);
1128 switch (enable_fmri_rec(buf, temp)) {
1279 switch (enable_fmri_rec(buf, temp)) {
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c2320 uint32_t temp, crc, *tail; local
2335 temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_AGC_IDX]);
2336 agc = (temp & IWH_OFDM_AGC_MSK) >> IWH_OFDM_AGC_BIT_POS;
2338 temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_RSSI_AB_IDX]);
2339 arssi = (temp & IWH_OFDM_RSSI_A_MSK) >> IWH_OFDM_RSSI_A_BIT_POS;
2340 brssi = (temp & IWH_OFDM_RSSI_B_MSK) >> IWH_OFDM_RSSI_B_BIT_POS;
2342 temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_RSSI_C_IDX]);
2343 crssi = (temp & IWH_OFDM_RSSI_C_MSK) >> IWH_OFDM_RSSI_C_BIT_POS;
5209 uint16_t temp; local
5218 temp
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Dsymtab.c583 struct entry temp, *tentry; local
613 tep = &temp;
/illumos-gate/usr/src/uts/i86pc/io/tzmon/
H A Dtzmon.c66 #define K_TO_C(temp) (((temp) - 2732) / 10)
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_qp.c2380 llist_head_t *temp; local
2425 temp = entry->nxt;
2438 entry = temp;
2439 temp = entry->nxt;
2476 llist_head_t *temp; local
2482 temp = entry->nxt;
2495 entry = temp;
2496 temp = entry->nxt;
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm.c1671 clock_t temp; local
1693 temp = ddi_get_lbolt();
1694 temp -= domp->last_off_time;
1695 temp = drv_hztousec(temp);
1697 if (temp < delay) {
1706 delay - temp));
1707 drv_usecwait(delay - temp);
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c483 saddr_t *temp = psaddr; local
486 free(temp);
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c525 instance_enabled(scf_instance_t *inst, boolean_t temp) argument
530 temp ? SCF_PG_GENERAL_OVR : SCF_PG_GENERAL, SCF_PROPERTY_ENABLED,
2429 int temp, perm; local
2478 temp = instance_enabled(wip->inst, B_TRUE);
2479 if (temp != -1) {
2480 if (temp != perm)
2483 temp ? gettext("true") : gettext("false"));
2486 gettext("enabled"), temp ? gettext("true") :
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c138 long temp; local
1484 time_t temp; local
1491 temp = (now - inputsecs);
1492 td = gmtime(&temp);
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1522 int again = 1, lastchar, temp; local
1578 temp = V_labl.v_offset;
1594 V_labl.v_offset = temp;
1597 V_labl.v_offset = temp;
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy2.c329 "cannot open temp file"));
855 wchar_t *temp; local
885 temp = cnamp;
889 used += cnamp - temp;
890 return (temp);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c1783 ulockfs_info_t *temp; local
1792 temp = curr;
1794 ASSERT(temp->ulp == NULL);
1795 kmem_free(temp, sizeof (ulockfs_info_t));

Completed in 361 milliseconds

<<11121314151617