Symbol: temp
usr/src/boot/common/isapnp.c
129
uchar_t temp;
usr/src/boot/common/isapnp.c
143
temp = inb(isapnp_readport);
usr/src/boot/common/isapnp.c
145
buffer[i] = temp;
usr/src/boot/libsa/string/swab.c
44
unsigned long temp;
usr/src/boot/libsa/string/swab.c
53
#define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp
usr/src/cmd/addbadsec/ix_altsctr.c
625
struct alts_ent temp;
usr/src/cmd/addbadsec/ix_altsctr.c
630
temp = buf[cnt-1];
usr/src/cmd/addbadsec/ix_altsctr.c
634
if (buf[j-1].bad_start < temp.bad_start) {
usr/src/cmd/addbadsec/ix_altsctr.c
635
buf[j] = temp;
usr/src/cmd/addbadsec/ix_altsctr.c
636
temp = buf[j-1];
usr/src/cmd/addbadsec/ix_altsctr.c
642
buf[i] = temp;
usr/src/cmd/awk/lib.c
114
char temp[50];
usr/src/cmd/awk/lib.c
122
(void) sprintf(temp, "%d", i);
usr/src/cmd/awk/lib.c
123
fldtab[i]->nval = tostring(temp);
usr/src/cmd/awk/lib.c
350
char *s, temp[50];
usr/src/cmd/awk/lib.c
353
(void) sprintf(temp, "%d", n);
usr/src/cmd/awk/lib.c
354
if (lookup(temp, ARGVtab) == NULL)
usr/src/cmd/awk/lib.c
356
x = setsymtab(temp, "", 0.0, STR, ARGVtab);
usr/src/cmd/awk/run.c
1399
char *t, temp, num[50];
usr/src/cmd/awk/run.c
1447
temp = *patbeg;
usr/src/cmd/awk/run.c
1459
*patbeg = temp;
usr/src/cmd/awk/run.c
1500
temp = *s;
usr/src/cmd/awk/run.c
1512
*s = temp;
usr/src/cmd/awk/run.c
1539
temp = *s;
usr/src/cmd/awk/run.c
1551
*s = temp;
usr/src/cmd/awk/run.c
836
int temp;
usr/src/cmd/awk/run.c
872
temp = s[n + m - 1]; /* with thanks to John Linderman */
usr/src/cmd/awk/run.c
875
s[n + m - 1] = temp;
usr/src/cmd/awk/tran.c
166
char temp[50];
usr/src/cmd/awk/tran.c
173
(void) sprintf(temp, "%d", i);
usr/src/cmd/awk/tran.c
175
(void) setsymtab(temp, *av, atof(*av),
usr/src/cmd/awk/tran.c
178
(void) setsymtab(temp, *av, 0.0, STR, ARGVtab);
usr/src/cmd/awk/tran.c
229
Cell *cp, *temp;
usr/src/cmd/awk/tran.c
240
for (cp = tp->tab[i]; cp != NULL; cp = temp) {
usr/src/cmd/awk/tran.c
244
temp = cp->cnext; /* avoids freeing then using */
usr/src/cmd/awk_xpg4/awk3.c
1002
register int temp;
usr/src/cmd/awk_xpg4/awk3.c
1038
temp = np->n_type;
usr/src/cmd/awk_xpg4/awk3.c
1077
if (temp == INDEX) {
usr/src/cmd/awk_xpg4/awk3.c
1673
register NODE *temp;
usr/src/cmd/awk_xpg4/awk3.c
1738
temp = emptynode(t, len = wcslen(formal->n_name));
usr/src/cmd/awk_xpg4/awk3.c
1739
(void) memcpy(temp->n_name, formal->n_name,
usr/src/cmd/awk_xpg4/awk3.c
1741
temp->n_flags = FSTRING|FVINT;
usr/src/cmd/awk_xpg4/awk3.c
1742
temp->n_string = _null;
usr/src/cmd/awk_xpg4/awk3.c
1743
temp->n_strlen = 0;
usr/src/cmd/awk_xpg4/awk3.c
1745
(void) assign(temp, actual);
usr/src/cmd/awk_xpg4/awk3.c
1747
temp->n_flags |= FLARRAY;
usr/src/cmd/awk_xpg4/awk3.c
1748
temp->n_scope = scope_tag;
usr/src/cmd/awk_xpg4/awk3.c
1754
temp->n_alink = actual;
usr/src/cmd/awk_xpg4/awk3.c
1759
temptail->n_next = temp;
usr/src/cmd/awk_xpg4/awk3.c
1760
temptail = temp;
usr/src/cmd/awk_xpg4/awk3.c
1762
templist = temptail = temp;
usr/src/cmd/awk_xpg4/awk3.c
1763
temp->n_next = NNULL;
usr/src/cmd/awk_xpg4/awk3.c
1765
temp->n_alink = temp;
usr/src/cmd/awk_xpg4/awk3.c
1767
temp->n_alink = array;
usr/src/cmd/awk_xpg4/awk3.c
1774
temp = templist;
usr/src/cmd/awk_xpg4/awk3.c
1775
templist = temp->n_next;
usr/src/cmd/awk_xpg4/awk3.c
1777
temp->n_next = formal->n_next;
usr/src/cmd/awk_xpg4/awk3.c
1778
formal->n_next = temp;
usr/src/cmd/awk_xpg4/awk3.c
1804
temp = formal->n_next;
usr/src/cmd/awk_xpg4/awk3.c
1805
formal->n_next = temp->n_next;
usr/src/cmd/awk_xpg4/awk3.c
1807
if (temp->n_type == ARRAY && (temp->n_scope == slevel))
usr/src/cmd/awk_xpg4/awk3.c
1808
delarray(temp);
usr/src/cmd/awk_xpg4/awk3.c
1809
freenode(temp);
usr/src/cmd/backup/restore/symtab.c
557
struct entry temp, *tentry;
usr/src/cmd/backup/restore/symtab.c
587
tep = &temp;
usr/src/cmd/bnu/cpmv.c
50
char *temp_p, temp[MAXFULLNAME];
usr/src/cmd/bnu/cpmv.c
61
(void) strcpy(temp, f2);
usr/src/cmd/bnu/cpmv.c
62
if ((temp_p = strrchr(temp, '/')) == NULL)
usr/src/cmd/bnu/cpmv.c
63
temp_p = temp;
usr/src/cmd/bnu/cpmv.c
67
temp_p = temp;
usr/src/cmd/bnu/in.uucpd.c
520
char *temp;
usr/src/cmd/bnu/in.uucpd.c
549
temp = passwd;
usr/src/cmd/bnu/in.uucpd.c
550
if (temp != NULL) {
usr/src/cmd/bnu/in.uucpd.c
551
r->resp = strdup(temp);
usr/src/cmd/bnu/permission.c
795
char *temp, *tend;
usr/src/cmd/bnu/permission.c
805
if ( (temp = strdup(name)) != NULL ) {
usr/src/cmd/bnu/permission.c
806
for ( tend = temp + strlen(temp) ; *temp; ) {
usr/src/cmd/bnu/permission.c
807
if ( stat(temp, &statbuf) == 0 ) {
usr/src/cmd/bnu/permission.c
818
free(temp);
usr/src/cmd/bnu/permission.c
824
if ( (tend = strrchr(temp, '/')) == NULL ) {
usr/src/cmd/bnu/permission.c
825
free(temp);
usr/src/cmd/bnu/sysfiles.c
323
int temp;
usr/src/cmd/bnu/sysfiles.c
325
#define setuint(a,b,c) a = ( ((temp = atoi(b)) <= 0) ? (c) : temp )
usr/src/cmd/bnu/uustat.c
136
long temp;
usr/src/cmd/bnu/uustat.c
1482
time_t temp;
usr/src/cmd/bnu/uustat.c
1489
temp = (now - inputsecs);
usr/src/cmd/bnu/uustat.c
1490
td = gmtime(&temp);
usr/src/cmd/boot/bootadm/bootadm.c
3718
char temp[PATH_MAX];
usr/src/cmd/boot/bootadm/bootadm.c
3726
ret = build_path(temp, sizeof (temp), root, ARCHIVE_PREFIX, suffix);
usr/src/cmd/boot/bootadm/bootadm.c
3728
if (ret >= sizeof (temp))
usr/src/cmd/boot/bootadm/bootadm.c
3746
ret = create_sparc_archive(boot_archive, temp, bootblk,
usr/src/cmd/boot/bootadm/bootadm.c
3754
ret = extend_iso_archive(boot_archive, temp,
usr/src/cmd/boot/bootadm/bootadm.c
3783
ret = create_x86_archive(boot_archive, temp,
usr/src/cmd/boot/bootadm/bootadm_loader.c
213
ofmt_field_t *temp;
usr/src/cmd/boot/bootadm/bootadm_loader.c
215
if ((temp = calloc(NUM_COLS + 1, sizeof (ofmt_field_t))) == NULL)
usr/src/cmd/boot/bootadm/bootadm_loader.c
216
return (temp);
usr/src/cmd/boot/bootadm/bootadm_loader.c
218
init_hdr_cols(temp);
usr/src/cmd/boot/bootadm/bootadm_loader.c
219
menu_update_widths(temp, menu);
usr/src/cmd/boot/bootadm/bootadm_loader.c
220
return (temp);
usr/src/cmd/cmd-crypto/kmfcfg/util.c
370
av_opts *temp;
usr/src/cmd/cmd-crypto/kmfcfg/util.c
382
if ((temp = (av_opts *)((i == 0) ? malloc(sizeof (av_opts)) :
usr/src/cmd/cmd-crypto/kmfcfg/util.c
388
opts_av = (av_opts *)temp;
usr/src/cmd/cmd-crypto/pktool/common.c
394
av_opts *temp;
usr/src/cmd/cmd-crypto/pktool/common.c
406
if ((temp = (av_opts *)((i == 0) ? malloc(sizeof (av_opts)) :
usr/src/cmd/cmd-crypto/pktool/common.c
413
opts_av = (av_opts *)temp;
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1355
char temp[STR_LEN];
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1357
register char *s = temp, *end = s + STR_LEN;
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1358
char *logged = temp;
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1413
s - temp >= (report_len = strlen(report_string[n])) &&
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1439
if (s - temp >= len &&
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1454
if (s - temp >= (abort_len = strlen(abort_string[n])) &&
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1477
memmove(temp, s, minlen);
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1478
logged = temp + (logged - s);
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
1479
s = temp + minlen;
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
672
char temp[STR_LEN], env_str[STR_LEN], cur_chr;
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
681
s1 = temp;
usr/src/cmd/cmd-inet/usr.bin/chat/chat.c
834
return dup_mem (temp, (size_t) (s1 - temp)); /* may have embedded nuls */
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
1143
mib_item_t *temp;
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
1235
temp = (mib_item_t *)malloc(sizeof (mib_item_t));
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
1236
if (temp == NULL) {
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
1241
last_item->next_item = temp;
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
1243
first_item = temp;
usr/src/cmd/cmd-inet/usr.bin/netstat/netstat.c
1244
last_item = temp;
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
813
unsigned char temp[50];
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
818
bytes = snprintf((char *)temp, sizeof (temp),
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
821
if ((len < NETROOM()) && (bytes < sizeof (temp))) {
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
822
ring_supply_data(&netoring, temp, len);
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
823
printsub('>', &temp[2], len-2);
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
838
unsigned char temp[50];
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
843
bytes = snprintf((char *)temp, sizeof (temp),
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
846
len = strlen((char *)temp+4) + 4; /* temp[3] is 0 ... */
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
848
if ((len < NETROOM()) && (bytes < sizeof (temp))) {
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
849
ring_supply_data(&netoring, temp, len);
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
850
printsub('>', temp+2, len - 2);
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
941
unsigned char temp[50], *dp;
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
953
bytes = snprintf((char *)temp, sizeof (temp),
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
956
len = strlen((char *)temp+4) + 4; /* temp[3] is 0 ... */
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
958
if ((len < NETROOM()) && (bytes < sizeof (temp))) {
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
959
ring_supply_data(&netoring, temp, len);
usr/src/cmd/cmd-inet/usr.bin/telnet/telnet.c
960
printsub('>', temp+2, len - 2);
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
3144
d_list_t *temp = d_list;
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
3155
while (temp != NULL) {
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
3156
(void) ipsec_conf_del(temp->index, B_TRUE);
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
3157
temp = temp->next;
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
512
d_list_t *temp = malloc(sizeof (d_list_t));
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
514
if (temp == NULL) {
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
519
temp->index = index;
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
520
temp->next = NULL;
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
523
d_list = d_tail = temp;
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
527
d_tail->next = temp;
usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ipsecconf.c
528
d_tail = temp;
usr/src/cmd/cmd-inet/usr.sbin/ndp.c
849
boolean_t temp = B_FALSE;
usr/src/cmd/cmd-inet/usr.sbin/ndp.c
880
temp = B_TRUE;
usr/src/cmd/cmd-inet/usr.sbin/ndp.c
894
if (!temp) {
usr/src/cmd/cmd-inet/usr.sbin/route.c
3069
mib_item_t *temp;
usr/src/cmd/cmd-inet/usr.sbin/route.c
3153
temp = malloc(sizeof (mib_item_t));
usr/src/cmd/cmd-inet/usr.sbin/route.c
3154
if (temp == NULL) {
usr/src/cmd/cmd-inet/usr.sbin/route.c
3159
last_item->next_item = temp;
usr/src/cmd/cmd-inet/usr.sbin/route.c
3161
first_item = temp;
usr/src/cmd/cmd-inet/usr.sbin/route.c
3162
last_item = temp;
usr/src/cmd/cpio/cpio.c
6913
int i, j, temp;
usr/src/cmd/cpio/cpio.c
6965
temp = (mode >> (6 - (i * 3)));
usr/src/cmd/cpio/cpio.c
6967
if (S_IROTH & temp)
usr/src/cmd/cpio/cpio.c
6969
if (S_IWOTH & temp)
usr/src/cmd/cpio/cpio.c
6971
if (S_IXOTH & temp)
usr/src/cmd/cpio/cpio.c
6976
temp = Gen.g_mode & Ftype;
usr/src/cmd/cpio/cpio.c
6977
switch (temp) {
usr/src/cmd/cpio/cpio.c
7002
temp = Gen.g_mode & Ftype;
usr/src/cmd/cpio/cpio.c
7003
switch (temp) {
usr/src/cmd/cron/cron.c
1393
char *temp;
usr/src/cmd/cron/cron.c
1413
temp = xmalloc(strlen(MAIL) + strlen(usrname) + 2);
usr/src/cmd/cron/cron.c
1414
(void) sprintf(temp, "%s %s", MAIL, usrname);
usr/src/cmd/cron/cron.c
1415
pipe = popen(temp, "w");
usr/src/cmd/cron/cron.c
1461
free(temp);
usr/src/cmd/crypt/crypt.c
54
int ic, i, k, temp;
usr/src/cmd/crypt/crypt.c
86
temp = t1[k];
usr/src/cmd/crypt/crypt.c
88
t1[ic] = temp;
usr/src/cmd/dc/dc.c
1078
int temp, c, n;
usr/src/cmd/dc/dc.c
1086
temp = 0;
usr/src/cmd/dc/dc.c
1089
temp++;
usr/src/cmd/dc/dc.c
1109
if (temp != 0) {
usr/src/cmd/devfsadm/devfsadm.c
5309
temp_t *temp;
usr/src/cmd/devfsadm/devfsadm.c
5361
temp = s_malloc(sizeof (temp_t));
usr/src/cmd/devfsadm/devfsadm.c
5362
temp->integer = atoi(np->id);
usr/src/cmd/devfsadm/devfsadm.c
5363
temp->next = NULL;
usr/src/cmd/devfsadm/devfsadm.c
5367
if (temp->integer < ptr->integer) {
usr/src/cmd/devfsadm/devfsadm.c
5368
temp->next = ptr;
usr/src/cmd/devfsadm/devfsadm.c
5369
*previous = temp;
usr/src/cmd/devfsadm/devfsadm.c
5375
*previous = temp;
usr/src/cmd/devfsadm/devfsadm.c
5393
temp = ptr;
usr/src/cmd/devfsadm/devfsadm.c
5395
free(temp);
usr/src/cmd/devfsadm/devfsadm.c
6900
selector_list_t *temp;
usr/src/cmd/devfsadm/devfsadm.c
6903
temp = head;
usr/src/cmd/devfsadm/devfsadm.c
6905
free(temp->val);
usr/src/cmd/devfsadm/devfsadm.c
6906
free(temp);
usr/src/cmd/devfsadm/devfsadm.c
6913
link_list_t *temp;
usr/src/cmd/devfsadm/devfsadm.c
6916
temp = head;
usr/src/cmd/devfsadm/devfsadm.c
6918
if (temp->type == CONSTANT) {
usr/src/cmd/devfsadm/devfsadm.c
6919
free(temp->constant);
usr/src/cmd/devfsadm/devfsadm.c
6921
free(temp);
usr/src/cmd/devfsadm/devfsadm_impl.h
312
struct temp *next;
usr/src/cmd/dispadmin/subr.c
112
long temp;
usr/src/cmd/dispadmin/subr.c
178
temp = result + 1;
usr/src/cmd/dispadmin/subr.c
179
if (temp - 1 == result)
usr/src/cmd/dispadmin/subr.c
190
temp = result + 1;
usr/src/cmd/dispadmin/subr.c
191
if (temp - 1 == result)
usr/src/cmd/dladm/dladm.c
7027
boolean_t temp = B_FALSE;
usr/src/cmd/dladm/dladm.c
7045
temp = B_TRUE;
usr/src/cmd/dladm/dladm.c
7082
state.ls_temp = temp;
usr/src/cmd/dladm/dladm.c
7111
count, DLADM_OPT_ACTIVE | (temp ? 0 : DLADM_OPT_PERSIST));
usr/src/cmd/dladm/dladm.c
7409
boolean_t success, temp = B_FALSE;
usr/src/cmd/dladm/dladm.c
7438
temp = B_TRUE;
usr/src/cmd/dladm/dladm.c
7496
if (temp)
usr/src/cmd/dladm/dladm.c
7511
boolean_t temp = B_FALSE;
usr/src/cmd/dladm/dladm.c
7523
temp = B_TRUE;
usr/src/cmd/dladm/dladm.c
7560
if (!temp) {
usr/src/cmd/eqn/font.c
65
char temp[20];
usr/src/cmd/eqn/font.c
67
(void) getstr(temp, 20);
usr/src/cmd/eqn/font.c
69
gfont = temp[0];
usr/src/cmd/eqn/size.c
49
char temp[20];
usr/src/cmd/eqn/size.c
51
getstr(temp, 20);
usr/src/cmd/eqn/size.c
52
if (temp[0] == '+')
usr/src/cmd/eqn/size.c
53
gsize += atoi(temp+1);
usr/src/cmd/eqn/size.c
54
else if (temp[0] == '-')
usr/src/cmd/eqn/size.c
55
gsize -= atoi(temp+1);
usr/src/cmd/eqn/size.c
57
gsize = atoi(temp);
usr/src/cmd/expr/expr.c
523
int ylex, temp, op1;
usr/src/cmd/expr/expr.c
531
temp = Argi;
usr/src/cmd/expr/expr.c
593
if (Argi == temp) {
usr/src/cmd/factor/factor.c
117
double temp;
usr/src/cmd/factor/factor.c
119
modf(nn/arg, &temp);
usr/src/cmd/factor/factor.c
120
if(nn == temp*arg){
usr/src/cmd/factor/factor.c
58
double junk, temp;
usr/src/cmd/factor/factor.c
97
modf(nn/ii, &temp);
usr/src/cmd/factor/factor.c
98
if(nn == temp*ii){
usr/src/cmd/fdisk/fdisk.c
1770
logical_drive_t *temp;
usr/src/cmd/fdisk/fdisk.c
2053
for (temp = fdisk_get_ld_head(epp); temp != NULL;
usr/src/cmd/fdisk/fdisk.c
2054
temp = temp->next) {
usr/src/cmd/fdisk/fdisk.c
2055
relsect = temp->abs_secnum + temp->logdrive_offset;
usr/src/cmd/fdisk/fdisk.c
2056
if (temp->parts[0].systid == id &&
usr/src/cmd/fdisk/fdisk.c
2057
temp->parts[0].bootid == act &&
usr/src/cmd/fdisk/fdisk.c
2058
temp->parts[0].beghead == bhead &&
usr/src/cmd/fdisk/fdisk.c
2059
temp->parts[0].begsect == ((bsect & 0x3f) |
usr/src/cmd/fdisk/fdisk.c
2061
temp->parts[0].begcyl == (uchar_t)(bcyl & 0xff) &&
usr/src/cmd/fdisk/fdisk.c
2062
temp->parts[0].endhead == ehead &&
usr/src/cmd/fdisk/fdisk.c
2063
temp->parts[0].endsect == ((esect & 0x3f) |
usr/src/cmd/fdisk/fdisk.c
2065
temp->parts[0].endcyl == (uchar_t)(ecyl & 0xff) &&
usr/src/cmd/fdisk/fdisk.c
2067
temp->parts[0].numsect == LE_32(numsect)) {
usr/src/cmd/fdisk/fdisk.c
3119
struct ipart *temp = partition[i];
usr/src/cmd/fdisk/fdisk.c
3121
partition[j] = temp;
usr/src/cmd/fdisk/fdisk.c
4182
logical_drive_t *temp;
usr/src/cmd/fdisk/fdisk.c
4184
for (temp = fdisk_get_ld_head(epp); temp != NULL;
usr/src/cmd/fdisk/fdisk.c
4185
temp = temp->next) {
usr/src/cmd/fdisk/fdisk.c
4186
ext_tab = temp->parts[0];
usr/src/cmd/fdisk/fdisk.c
4190
tempsect = LE_32(temp->parts[1].relsect);
usr/src/cmd/fdisk/fdisk.c
5430
logical_drive_t *temp;
usr/src/cmd/fdisk/fdisk.c
5439
for (temp = head, pno = 5; temp != NULL; temp = temp->next, pno++) {
usr/src/cmd/fdisk/fdisk.c
5441
id_to_name(temp->parts[0].systid, namebuff);
usr/src/cmd/fdisk/fdisk.c
5444
LE_32(temp->parts[0].relsect),
usr/src/cmd/fdisk/fdisk.c
5445
LE_32(temp->parts[0].numsect),
usr/src/cmd/fdisk/fdisk.c
5446
temp->abs_secnum,
usr/src/cmd/fdisk/fdisk.c
5447
temp->abs_secnum + temp->numsect - 1 +
usr/src/cmd/fdisk/fdisk.c
5455
id_to_name(temp->parts[1].systid, namebuff);
usr/src/cmd/fdisk/fdisk.c
5458
LE_32(temp->parts[1].relsect),
usr/src/cmd/fdisk/fdisk.c
5459
LE_32(temp->parts[1].numsect),
usr/src/cmd/fdisk/fdisk.c
5471
logical_drive_t *temp;
usr/src/cmd/fdisk/fdisk.c
5500
for (temp = fdisk_get_ld_head(epp), pno = 5; temp != NULL;
usr/src/cmd/fdisk/fdisk.c
5501
temp = temp->next, pno++) {
usr/src/cmd/fdisk/fdisk.c
5503
fpart = &temp->parts[0];
usr/src/cmd/fdisk/fdisk.c
5511
part_start = temp->abs_secnum +
usr/src/cmd/fdisk/fdisk.c
5512
temp->logdrive_offset;
usr/src/cmd/fdisk/fdisk.c
5521
startcyl = temp->begcyl;
usr/src/cmd/fdisk/fdisk.c
5522
endcyl = temp->endcyl;
usr/src/cmd/find/find.c
2286
mode_t temp;
usr/src/cmd/find/find.c
2302
temp = startmode & S_IRWXU;
usr/src/cmd/find/find.c
2303
if (temp & (S_IRUSR|S_IRGRP|S_IROTH))
usr/src/cmd/find/find.c
2306
if (temp & (S_IWUSR|S_IWGRP|S_IWOTH))
usr/src/cmd/find/find.c
2308
if (temp & (S_IXUSR|S_IXGRP|S_IXOTH))
usr/src/cmd/find/find.c
2313
temp = startmode & S_IRWXG;
usr/src/cmd/find/find.c
2314
if (temp & (S_IRUSR|S_IRGRP|S_IROTH))
usr/src/cmd/find/find.c
2316
if (temp & (S_IWUSR|S_IWGRP|S_IWOTH))
usr/src/cmd/find/find.c
2318
if (temp & (S_IXUSR|S_IXGRP|S_IXOTH))
usr/src/cmd/find/find.c
2323
temp = startmode & S_IRWXO;
usr/src/cmd/find/find.c
2324
if (temp & (S_IRUSR|S_IRGRP|S_IROTH))
usr/src/cmd/find/find.c
2326
if (temp & (S_IWUSR|S_IWGRP|S_IWOTH))
usr/src/cmd/find/find.c
2328
if (temp & (S_IXUSR|S_IXGRP|S_IXOTH))
usr/src/cmd/flowadm/flowadm.c
694
boolean_t temp = B_FALSE;
usr/src/cmd/flowadm/flowadm.c
710
temp = B_TRUE;
usr/src/cmd/flowadm/flowadm.c
751
if (!temp) {
usr/src/cmd/flowadm/flowadm.c
783
if (!temp) {
usr/src/cmd/fm/eversholt/common/tree.h
254
int temp;
usr/src/cmd/fm/modules/common/eversholt/eval.c
1733
np->u.expr.temp = EXPR_TEMP_BOTH_UNK;
usr/src/cmd/fm/modules/common/eversholt/eval.c
1738
np->u.expr.temp = EXPR_TEMP_BOTH_UNK;
usr/src/cmd/fm/modules/common/eversholt/eval.c
1742
np->u.expr.temp = EXPR_TEMP_LHS_UNK;
usr/src/cmd/fm/modules/common/eversholt/eval.c
1752
np->u.expr.temp = EXPR_TEMP_RHS_UNK;
usr/src/cmd/fm/modules/common/eversholt/eval.c
1767
np->u.expr.temp = EXPR_TEMP_BOTH_UNK;
usr/src/cmd/fm/modules/common/eversholt/eval.c
1772
np->u.expr.temp = EXPR_TEMP_BOTH_UNK;
usr/src/cmd/fm/modules/common/eversholt/eval.c
1776
np->u.expr.temp = EXPR_TEMP_LHS_UNK;
usr/src/cmd/fm/modules/common/eversholt/eval.c
1787
np->u.expr.temp = EXPR_TEMP_RHS_UNK;
usr/src/cmd/fm/modules/common/eversholt/eval.c
987
switch (np->u.expr.temp) {
usr/src/cmd/fm/modules/common/eversholt/eval.c
999
switch (np->u.expr.temp) {
usr/src/cmd/fm/modules/common/fabric-xlate/fx_epkt.c
104
fmd_hdl_debug(hdl, "Translate epkt DESC = %#x\n", temp);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_epkt.c
122
temp = entry->pcie_ue_sts;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_epkt.c
123
for (data->pcie_adv_ctl = (uint32_t)-1; temp; data->pcie_adv_ctl++)
usr/src/cmd/fm/modules/common/fabric-xlate/fx_epkt.c
124
temp = temp >> 1;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_epkt.c
93
uint32_t temp;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_epkt.c
96
temp = *(uint32_t *)&epktp->rc_descr >> 12;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_epkt.c
97
if (entry->epkt_desc == temp)
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
168
uint32_t temp;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
202
temp = entry->fire_bit;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
203
for (data->pcie_adv_ctl = (uint32_t)-1; temp;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
205
temp = temp >> 1;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
320
uint32_t temp;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
345
temp = entry->fire_bit;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
346
for (data->pcie_adv_ctl = (uint32_t)-1; temp; data->pcie_adv_ctl++)
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
347
temp = temp >> 1;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
353
temp = (reg & 0x3F0000) >> 16;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
354
data->pcie_ue_hdr[0] = (uint32_t)(temp << 24);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
357
temp = (reg & 0xFFFF);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
358
data->pcie_ue_hdr[1] = (uint32_t)(temp << 16);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_fire.c
359
data->pcie_ue_tgt_bdf = temp;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
239
char *temp, *res;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
255
temp = (char *)xmlNodeGetContent(nodes->nodeTab[0]);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
256
if (temp != NULL) {
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
257
fmd_hdl_debug(hdl, "query result: %s\n", temp);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
258
res = fmd_hdl_strdup(hdl, temp, FMD_SLEEP);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
259
xmlFree(temp);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
405
char *retval, *temp;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
498
temp = GET_PROP(devNode, "value");
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
499
retval = fmd_hdl_strdup(hdl, temp, FMD_SLEEP);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
501
xmlFree(temp);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
637
char *retval, *temp;
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
722
temp = GET_PROP(devNode, "value");
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
723
retval = fmd_hdl_strdup(hdl, temp, FMD_SLEEP);
usr/src/cmd/fm/modules/common/fabric-xlate/fx_subr.c
725
xmlFree(temp);
usr/src/cmd/format/ix_altsctr.c
648
struct alts_ent temp;
usr/src/cmd/format/ix_altsctr.c
653
temp = buf[cnt-1];
usr/src/cmd/format/ix_altsctr.c
657
if (buf[j-1].bad_start < temp.bad_start) {
usr/src/cmd/format/ix_altsctr.c
658
buf[j] = temp;
usr/src/cmd/format/ix_altsctr.c
659
temp = buf[j - 1];
usr/src/cmd/format/ix_altsctr.c
665
buf[i] = temp;
usr/src/cmd/fs.d/autofs/ns_ldap.c
627
struct loadmaster_cbdata *temp = (struct loadmaster_cbdata *)udata;
usr/src/cmd/fs.d/autofs/ns_ldap.c
628
char *defopts = temp->ptr1;
usr/src/cmd/fs.d/autofs/ns_ldap.c
629
char **stack = temp->ptr2;
usr/src/cmd/fs.d/autofs/ns_ldap.c
630
char ***stkptr = temp->ptr3;
usr/src/cmd/fs.d/autofs/ns_ldap.c
786
struct loaddirect_cbdata *temp = (struct loaddirect_cbdata *)udata;
usr/src/cmd/fs.d/autofs/ns_ldap.c
787
char *opts = temp->ptr1;
usr/src/cmd/fs.d/autofs/ns_ldap.c
788
char *localmap = temp->ptr2;
usr/src/cmd/fs.d/autofs/ns_ldap.c
789
char **stack = temp->ptr3;
usr/src/cmd/fs.d/autofs/ns_ldap.c
790
char ***stkptr = temp->ptr4;
usr/src/cmd/fs.d/autofs/ns_ldap.c
901
struct dir_cbdata *temp = (struct dir_cbdata *)udata;
usr/src/cmd/fs.d/autofs/ns_ldap.c
902
struct dir_entry **list = temp->list;
usr/src/cmd/fs.d/autofs/ns_ldap.c
903
struct dir_entry *last = temp->last;
usr/src/cmd/fs.d/autofs/ns_ldap.c
961
temp->error = ENOMEM;
usr/src/cmd/fs.d/autofs/ns_ldap.c
965
temp->last = last;
usr/src/cmd/fs.d/autofs/ns_ldap.c
966
temp->error = 0;
usr/src/cmd/fs.d/udfs/common/ud_lib.c
102
temp = getfullrawname(special);
usr/src/cmd/fs.d/udfs/common/ud_lib.c
109
if (stat(temp, &r_stat) < 0) {
usr/src/cmd/fs.d/udfs/common/ud_lib.c
110
temp = special;
usr/src/cmd/fs.d/udfs/common/ud_lib.c
114
temp = special;
usr/src/cmd/fs.d/udfs/common/ud_lib.c
123
h->fd = open(temp, flags);
usr/src/cmd/fs.d/udfs/common/ud_lib.c
85
char *temp;
usr/src/cmd/fs.d/udfs/common/ud_lib.c
91
temp = special;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1069
struct recu_dir *rd, *erd, *temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1072
rd = erd = temp = NULL;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1115
temp = (struct recu_dir *)
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1117
if (temp == NULL) {
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1121
temp->next = NULL;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1122
temp->inode = iloc;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1123
temp->nm = malloc(strlen(nm) + 1 +
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1125
if (temp->nm != NULL) {
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1126
(void) strcpy(temp->nm, nm);
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1127
(void) strcat(temp->nm, "/");
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1128
(void) strncat(temp->nm,
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1133
erd = rd = temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1135
erd->next = temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1136
erd = temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1149
temp = rd;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1151
if (temp->nm) {
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1152
free(temp->nm);
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1154
free(temp);
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1342
struct recu_dir *rd, *erd, *temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1344
rd = erd = temp = NULL;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1383
temp = (struct recu_dir *)
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1385
if (temp == NULL) {
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1389
temp->next = NULL;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1390
temp->inode = iloc;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1391
temp->nm = malloc(strlen(dir) + 1 +
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1393
if (temp->nm != NULL) {
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1394
(void) strcpy(temp->nm, dir);
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1395
(void) strcat(temp->nm, "/");
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1396
(void) strncat(temp->nm, (char *)addr,
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1403
erd = rd = temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1405
erd->next = temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1406
erd = temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1416
temp = rd;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1418
if (temp->nm) {
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1419
free(temp->nm);
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
1421
free(temp);
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
201
uint32_t temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
226
if (inode_from_path(temp_cwd, &temp,
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
232
if ((temp = ud_xlate_to_daddr(ricb_prn,
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
246
value = temp << l2b;
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
248
i_number = temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
336
uint64_t temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
338
if (check_and_get_int($3, &temp) ==
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
340
find_in = temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
372
uint32_t temp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
375
temp = value;
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
377
temp = value << l2b;
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
380
if (verify_inode(temp, 0) != 0) {
usr/src/cmd/fs.d/udfs/fsdb/fsdb_yacc.y
381
i_number = temp >> l2b;
usr/src/cmd/fs.d/ufs/edquota/edquota.c
785
uint_t temp;
usr/src/cmd/fs.d/ufs/edquota/edquota.c
790
if ((temp = sigignore(1 << i)) == (int)SIG_ERR) {
usr/src/cmd/fs.d/ufs/edquota/edquota.c
796
previous = temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1018
temp = expr();
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1021
put(value+temp, objsz);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1024
temp = expr();
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1027
put(value-temp, objsz);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1249
temp = cur_inum;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1254
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1270
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1484
temp = 1;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1486
temp *= NINDIR(fs) * BLKSIZE;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1487
cur_bytes += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1526
if (log_lodb((u_offset_t)addr, &temp)) {
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1527
addr = temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1535
temp = cur_inum;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1564
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1586
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
1994
long numb = 0, temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2017
temp = term();
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2018
if (!temp) {
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2023
numb /= temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2137
long temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2141
temp = cur_inum;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2147
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2172
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2186
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2194
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2203
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2214
restore_inode((ino_t)temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2812
long temp, tcount;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2820
temp = expr();
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2836
temp &= 0177777L;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2839
temp &= 0377;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2848
*(long *)cptr = temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2852
*(short *)cptr = temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2855
*cptr = temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2861
put((u_offset_t)temp, objsz);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2881
u_offset_t temp = addr;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2885
temp &= ~(SHORT - 1);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2887
temp &= ~(LONG - 1);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2888
if ((bptr = getblk(temp)) == 0)
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2890
bptr += blkoff(fs, temp);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
2980
short bod = 0, mode, temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3046
temp = slot;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3060
if (!temp--)
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3064
dirslot = slot - temp - 1;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3440
long maxchars, s_err, nbytes, temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3480
temp = (long)*cptr;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3482
olditem += temp & 0xff;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3540
temp = 1;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3542
temp <<= 1;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3543
olditem += item & (temp - 1);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3551
temp = 1;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3553
temp <<= 1;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3554
olditem += item & (temp - 1);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3607
long tinode, tcount, temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
379
long temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3919
temp = (addr - (cgimin(fs, i) << FRGSHIFT)) >> FRGSHIFT;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3920
temp = (i * fs->fs_ipg) + fragstoblks(fs, temp) *
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3929
for (i = 0; tcount--; ip++, temp++) {
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
3967
print(temp, 12, -8, 0);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4072
print(temp, 12, -8, 0);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4227
getshadowdata(&temp, LONG);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4228
p = (char *)&temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4325
long temp, tcount = count, tcur_bytes = cur_bytes;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4339
temp = cur_block - lblkno(fs, cur_bytes);
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4340
cur_block -= temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4342
cur_block += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4345
temp = tcur_bytes - cur_bytes;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4346
addr += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4347
cur_bytes += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4354
temp = lblkno(fs, cur_bytes) - cur_block;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4355
cur_block += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4357
cur_block -= temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4360
temp = tcur_bytes - cur_bytes;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4361
addr += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4362
cur_bytes += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4403
int j, k, temp = BYTESPERLINE / objsz;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4411
if (i % temp == 0) {
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4412
if (*tcount >= temp - 1) {
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4426
if (j > (i + temp - 1)) {
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4427
j = (j - i) / temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4430
sptr += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4432
lptr += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4433
*tcount -= temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
4434
i += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
849
temp = 1;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
851
temp = expr();
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
859
addr = getdirslot((long)(dirslot + temp));
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
864
cur_inum += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
867
cur_inum -= temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
873
cur_cgrp += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
875
cur_cgrp -= temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
880
addr = getshadowslot((long)(cur_shad + temp));
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
887
addr += temp * objsz;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
888
cur_bytes += temp * objsz;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
900
temp = 1;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
902
temp = expr();
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
910
addr = getdirslot((long)(dirslot - temp));
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
915
cur_inum -= temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
918
cur_inum += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
924
cur_cgrp -= temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
926
cur_cgrp += temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
931
addr = getshadowslot((long)(cur_shad - temp));
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
937
addr -= temp * objsz;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
938
cur_bytes -= temp * objsz;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
947
temp = expr();
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
952
addr *= temp;
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
958
temp = expr();
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
961
if (!temp) {
usr/src/cmd/fs.d/ufs/fsdb/fsdb.c
968
addr /= temp;
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
1520
int again = 1, lastchar, temp;
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
1576
temp = V_labl.v_offset;
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
1592
V_labl.v_offset = temp;
usr/src/cmd/fs.d/ufs/volcopy/volcopy.c
1595
V_labl.v_offset = temp;
usr/src/cmd/ipf/tools/ipfstat.c
548
int temp;
usr/src/cmd/ipf/tools/ipfstat.c
705
kmemcpy((char *)&temp, (u_long)deadlist[15].n_value, sizeof(temp));
usr/src/cmd/ipf/tools/ipfstat.c
706
ipsstp->iss_active = temp;
usr/src/cmd/krb5/kadmin/cli/kadmin.c
231
char **temp = realloc(db_args, sizeof(char*) * (db_args_size+1));
usr/src/cmd/krb5/kadmin/cli/kadmin.c
232
if (temp == NULL) {
usr/src/cmd/krb5/kadmin/cli/kadmin.c
238
db_args = temp;
usr/src/cmd/krb5/kadmin/cli/kadmin.c
278
char **temp = realloc(db_args, sizeof(char*) * (db_args_size+1)); /* one for NULL */
usr/src/cmd/krb5/kadmin/cli/kadmin.c
279
if (temp == NULL) {
usr/src/cmd/krb5/kadmin/cli/kadmin.c
286
db_args = temp;
usr/src/cmd/krb5/kadmin/cli/kadmin.c
738
char **temp = realloc(db_args, sizeof(char*) * (db_args_size+1)); /* one for NULL */
usr/src/cmd/krb5/kadmin/cli/kadmin.c
739
if (temp == NULL) {
usr/src/cmd/krb5/kadmin/cli/kadmin.c
745
db_args = temp;
usr/src/cmd/krb5/kadmin/dbutil/kdb5_util.c
198
char **temp;
usr/src/cmd/krb5/kadmin/dbutil/kdb5_util.c
200
temp = realloc(db5util_db_args,
usr/src/cmd/krb5/kadmin/dbutil/kdb5_util.c
202
if (temp == NULL)
usr/src/cmd/krb5/kadmin/dbutil/kdb5_util.c
204
db5util_db_args = temp;
usr/src/cmd/krb5/kadmin/dbutil/kdb5_util.c
331
char *temp = NULL;
usr/src/cmd/krb5/kadmin/dbutil/kdb5_util.c
332
retval = krb5_get_default_realm(util_context, &temp);
usr/src/cmd/krb5/kadmin/dbutil/kdb5_util.c
338
util_context->default_realm = temp;
usr/src/cmd/krb5/kadmin/server/ovsec_kadmd.c
518
char **temp = realloc( db_args,
usr/src/cmd/krb5/kadmin/server/ovsec_kadmd.c
520
if( temp == NULL )
usr/src/cmd/krb5/kadmin/server/ovsec_kadmd.c
526
db_args = temp;
usr/src/cmd/krb5/krb5kdc/main.c
501
char **temp = realloc( db_args, sizeof(char*) * (db_args_size+1)); /* one for NULL */
usr/src/cmd/krb5/krb5kdc/main.c
502
if( temp == NULL )
usr/src/cmd/krb5/krb5kdc/main.c
509
db_args = temp;
usr/src/cmd/krb5/krb5kdc/main.c
555
char **temp = realloc( db_args, sizeof(char*) * (db_args_size+1)); /* one for NULL */
usr/src/cmd/krb5/krb5kdc/main.c
556
if( temp == NULL )
usr/src/cmd/krb5/krb5kdc/main.c
563
db_args = temp;
usr/src/cmd/krb5/ldap_util/kdb5_ldap_util.c
443
char *temp = NULL;
usr/src/cmd/krb5/ldap_util/kdb5_ldap_util.c
444
retval = krb5_get_default_realm(util_context, &temp);
usr/src/cmd/krb5/ldap_util/kdb5_ldap_util.c
452
util_context->default_realm = temp;
usr/src/cmd/login/login.c
807
char *temp;
usr/src/cmd/login/login.c
826
temp = getpassphrase(m->msg);
usr/src/cmd/login/login.c
827
if (temp != NULL) {
usr/src/cmd/login/login.c
831
r->resp = strdup(temp);
usr/src/cmd/lp/cmd/lpfilter.c
356
char **temp;
usr/src/cmd/lp/cmd/lpfilter.c
358
temp = getlist(p, "", LP_SEP);
usr/src/cmd/lp/cmd/lpfilter.c
359
mergelist (&(flbuf.templates), temp);
usr/src/cmd/lp/cmd/lpfilter.c
360
freelist (temp);
usr/src/cmd/lp/cmd/lpsched/exec.c
651
char *options = NULL, *temp = NULL;
usr/src/cmd/lp/cmd/lpsched/exec.c
652
options = temp = strdup(request->request->options);
usr/src/cmd/lp/cmd/lpsched/exec.c
699
if (temp != NULL)
usr/src/cmd/lp/cmd/lpsched/exec.c
700
free(temp);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1357
sprintf(temp, "%s/dev%s/DESC.out", fontdir, devname);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1358
if ( (fin = open(temp, 0)) < 0 )
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1359
error(FATAL, "can't open tables for %s", temp);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1421
sprintf(temp, "%s/dev%s/%s.out", fontdir, devname, s);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1422
else sprintf(temp, "%s/%s.out", s1, s);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1424
if ( (fin = open(temp, 0)) < 0 ) {
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1425
sprintf(temp, "%s/dev%s/%s.out", fontdir, devname, mapfont(s));
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1426
if ( (fin = open(temp, 0)) < 0 )
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1427
error(FATAL, "can't open font table %s", temp);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1618
sprintf(temp, "%s/dev%s/fontmaps/%s", fontdir, realdev, devname);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1620
if ( devfontmap == NULL && (fp = fopen(temp, "r")) != NULL ) {
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1623
while ( fscanf(fp, "%s", temp) != EOF ) {
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1624
if ( temp[0] != '#' && strlen(temp) < 3 )
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1625
if ( fscanf(fp, "%s", &temp[3]) == 1 && strlen(&temp[3]) < 3 ) {
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1626
strcpy((devfontmap + i)->name, temp);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
1627
strcpy((devfontmap + i)->use, &temp[3]);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2019
sprintf(temp, "%s/%s", hostfontdir, fontname[font].name);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2020
if ( access(temp, 04) == 0 )
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2021
doglobal(temp);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2702
sprintf(temp, "%s/dev%s/charlib/%s", fontdir, realdev, name);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2703
if ( access(temp, 04) == 0 && doglobal(temp) == TRUE ) {
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2713
sprintf(temp, "%s/dev%s/charlib/%s.map", fontdir, realdev, name);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2714
if ( access(temp, 04) == 0 && tf == stdout )
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2715
cat(temp);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2782
sprintf(temp, "%s/dev%s/%s.name", fontdir, realdev, fontname[font].name);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2784
if ( (fp_in = fopen(temp, "r")) != NULL ) {
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2786
if ( fscanf(fp_in, "%s", temp) == 1 ) {
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
2791
fprintf(fp_out, " %s", temp);
usr/src/cmd/lp/filter/postscript/dpost/dpost.c
573
char temp[150];
usr/src/cmd/lp/filter/postscript/font/makedev.c
332
char temp[100];
usr/src/cmd/lp/filter/postscript/font/makedev.c
335
while (fscanf(fin, "%s", temp) != EOF && strcmp(temp, "0") != 0) {
usr/src/cmd/lp/filter/postscript/font/makedev.c
336
if (strcmp(temp, "fi") == 0)
usr/src/cmd/lp/filter/postscript/font/makedev.c
338
else if (strcmp(temp, "fl") == 0)
usr/src/cmd/lp/filter/postscript/font/makedev.c
340
else if (strcmp(temp, "ff") == 0)
usr/src/cmd/lp/filter/postscript/font/makedev.c
342
else if (strcmp(temp, "ffi") == 0)
usr/src/cmd/lp/filter/postscript/font/makedev.c
344
else if (strcmp(temp, "ffl") == 0)
usr/src/cmd/lp/filter/postscript/font/makedev.c
347
fprintf(stderr, "illegal ligature %s\n", temp);
usr/src/cmd/lp/lib/msgs/_getmessage.c
152
temp = stoh(buf);
usr/src/cmd/lp/lib/msgs/_getmessage.c
154
if ((buf + temp) > endbuf)
usr/src/cmd/lp/lib/msgs/_getmessage.c
161
buf += temp;
usr/src/cmd/lp/lib/msgs/_getmessage.c
51
int temp = 0;
usr/src/cmd/lp/lib/users/loadpri.c
197
long temp;
usr/src/cmd/lp/lib/users/loadpri.c
210
temp = strtol(p, pp, 10);
usr/src/cmd/lp/lib/users/loadpri.c
214
pri = temp;
usr/src/cmd/luxadm/g_adm.c
4561
temp_decode(Temp_elem_st *temp)
usr/src/cmd/luxadm/g_adm.c
4563
if (temp->ot_fail) {
usr/src/cmd/luxadm/g_adm.c
4567
if (temp->ut_fail) {
usr/src/cmd/luxadm/g_adm.c
4571
if (temp->ot_warn) {
usr/src/cmd/luxadm/g_adm.c
4575
if (temp->ut_warn) {
usr/src/cmd/luxadm/g_adm.c
4590
disp_degree(Temp_elem_st *temp)
usr/src/cmd/luxadm/g_adm.c
4594
t = temp->degrees;
usr/src/cmd/luxadm/g_adm.c
4722
Temp_elem_st temp;
usr/src/cmd/luxadm/g_adm.c
4743
(void *)&temp, sizeof (temp));
usr/src/cmd/luxadm/g_adm.c
4748
(void *)&temp, sizeof (temp));
usr/src/cmd/luxadm/g_adm.c
4750
if ((j == 0) && (temp.code == S_OK) &&
usr/src/cmd/luxadm/g_adm.c
4751
(!(temp.ot_fail || temp.ot_warn ||
usr/src/cmd/luxadm/g_adm.c
4752
temp.ut_fail || temp.ut_warn))) {
usr/src/cmd/luxadm/g_adm.c
4754
} else if ((j == 6) && (temp.code == S_OK) &&
usr/src/cmd/luxadm/g_adm.c
4757
} else if (last_ok && (temp.code == S_OK)) {
usr/src/cmd/luxadm/g_adm.c
4762
if (temp.code == S_OK) {
usr/src/cmd/luxadm/g_adm.c
4763
disp_degree(&temp);
usr/src/cmd/luxadm/g_adm.c
4764
if (temp.ot_fail || temp.ot_warn ||
usr/src/cmd/luxadm/g_adm.c
4765
temp.ut_fail || temp.ut_warn) {
usr/src/cmd/luxadm/g_adm.c
4766
temp_decode(&temp);
usr/src/cmd/luxadm/g_adm.c
4772
} else if (temp.code == S_CRITICAL) {
usr/src/cmd/luxadm/g_adm.c
4777
} else if (temp.code == S_NONCRITICAL) {
usr/src/cmd/luxadm/g_adm.c
4782
} else if (temp.code == S_NOT_INSTALLED) {
usr/src/cmd/luxadm/g_adm.c
4787
} else if (temp.code == S_NOT_AVAILABLE) {
usr/src/cmd/luxadm/qlgcupdate.c
519
char temp[4] = { 0 };
usr/src/cmd/luxadm/qlgcupdate.c
562
(void) strncpy(temp, (char *)&dl_fcode[mark], 4);
usr/src/cmd/luxadm/qlgcupdate.c
563
if ((strncmp(&temp[0], "/", 1) == 0) &&
usr/src/cmd/luxadm/qlgcupdate.c
564
(strncmp(&temp[3], "/", 1) == 0)) {
usr/src/cmd/luxadm/qlgcupdate.c
569
(void) strncat((char *)version_file, temp, 1);
usr/src/cmd/make/bin/main.cc
1808
Boolean temp;
usr/src/cmd/make/bin/main.cc
2112
temp = (Boolean) macro->body.macro.read_only;
usr/src/cmd/make/bin/main.cc
2141
macro->body.macro.read_only = temp;
usr/src/cmd/make/bin/read2.cc
1747
Name temp;
usr/src/cmd/make/bin/read2.cc
1762
temp = GETNAME(wcs_buffer, FIND_LENGTH);
usr/src/cmd/make/bin/read2.cc
1763
(void) SETVAR(temp, value, append);
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
248
uintptr_t temp;
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
270
temp = (uintptr_t)mdi_vhci_value->vh_class;
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
272
if (mdb_vread(class, strlen(MDI_HCI_CLASS_SCSI), temp)
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
290
temp = (uintptr_t)mdi_vhci_value->vh_next;
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
291
if (mdb_vread(mdi_vhci_value, mdi_vhci_len, temp)
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
297
temp = (uintptr_t)mdi_vhci_value->vh_class;
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
298
if (mdb_vread(class, strlen(MDI_HCI_CLASS_SCSI), temp) !=
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
323
temp = (uintptr_t)ct_hash_table_val;
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
324
if (mdb_vread(ct_hash_val, ct_hash_len, temp) != ct_hash_len) {
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
340
temp = (uintptr_t)ct_hash_val->ct_hash_head;
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
341
if (mdb_vread(mdi_client_value, mdi_client_len, temp)
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
353
temp = (uintptr_t)mdi_client_value->ct_hnext;
usr/src/cmd/mdb/common/modules/scsi_vhci/scsi_vhci.c
355
temp) != mdi_client_len) {
usr/src/cmd/more/more.c
1699
char temp[PATH_MAX];
usr/src/cmd/more/more.c
1703
out_str = temp;
usr/src/cmd/more/more.c
1708
if (strlcpy(out_str, fnames[fnum], sizeof (temp))
usr/src/cmd/more/more.c
1709
>= sizeof (temp))
usr/src/cmd/more/more.c
1720
if (strlcpy(out_str, shell_line, sizeof (temp)) >= sizeof (temp))
usr/src/cmd/more/more.c
1735
if (strlcpy(outbuf, temp, sizeof (shell_line)) >= sizeof (shell_line))
usr/src/cmd/ndmpd/tlm/tlm_restore_writer.c
1854
char temp;
usr/src/cmd/ndmpd/tlm/tlm_restore_writer.c
1866
temp = *p;
usr/src/cmd/ndmpd/tlm/tlm_restore_writer.c
1867
if (temp == '/' || temp == 0) {
usr/src/cmd/ndmpd/tlm/tlm_restore_writer.c
1879
*p = temp;
usr/src/cmd/ndmpd/tlm/tlm_restore_writer.c
1882
} while (temp != 0);
usr/src/cmd/newform/newform.c
640
*temp; /* Array pointer */
usr/src/cmd/newform/newform.c
650
temp = siline;
usr/src/cmd/newform/newform.c
651
while ((*area++ = *temp++) != '\n')
usr/src/cmd/news/news.c
225
struct n_file temp;
usr/src/cmd/news/news.c
226
temp = n_list[i];
usr/src/cmd/news/news.c
228
n_list[j] = temp;
usr/src/cmd/nvmeadm/nvmeadm_print.c
333
int64_t temp = (int64_t)value;
usr/src/cmd/nvmeadm/nvmeadm_print.c
334
temp -= 273;
usr/src/cmd/nvmeadm/nvmeadm_print.c
335
nvme_print_int64(indent, name, temp, NULL, "C");
usr/src/cmd/oawk/run.c
363
wchar_t *s, temp;
usr/src/cmd/oawk/run.c
394
temp = s[n+m-1];
usr/src/cmd/oawk/run.c
397
s[n+m-1] = temp;
usr/src/cmd/oawk/run.c
831
wchar_t *t, temp, num[5];
usr/src/cmd/oawk/run.c
872
temp = c;
usr/src/cmd/oawk/run.c
880
*s = temp;
usr/src/cmd/oawk/run.c
890
temp = c;
usr/src/cmd/oawk/run.c
898
*s = temp;
usr/src/cmd/pack/pack.c
147
long temp;
usr/src/cmd/pack/pack.c
153
temp = insize.lint.lng;
usr/src/cmd/pack/pack.c
155
outbuff[i] = (char)(temp & 0377);
usr/src/cmd/pack/pack.c
156
temp >>= 8;
usr/src/cmd/passwd/passwd.c
1587
char *temp;
usr/src/cmd/passwd/passwd.c
1606
temp = getpassphrase(m->msg);
usr/src/cmd/passwd/passwd.c
1607
if (temp != NULL) {
usr/src/cmd/passwd/passwd.c
1608
r->resp = strdup(temp);
usr/src/cmd/passwd/passwd.c
1609
(void) memset(temp, 0, strlen(temp));
usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/psvcpolicy.c
1773
int32_t temp = amb_temp_array[i];
usr/src/cmd/picl/plugins/sun4u/cherrystone/psvcpolicy/psvcpolicy.c
1776
err = psvc_set_attr(hdlp, id, thresh_names[i], &temp);
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1097
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1102
&temp) == 0) {
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1219
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1241
if (get_temperature(sensorp, &temp) == -1)
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
1244
sensorp->cur_temp = temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
515
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
522
else if (ioctl(fd, PIC_GET_TEMPERATURE, temp) != 0) {
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
559
disk_temperature(env_disk_t *diskp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvd.c
566
*temp = diskp->current_temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
169
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
184
if (get_temperature(snodep->sensorp, &temp) < 0)
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
186
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
198
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
213
if (disk_temperature(dnodep->diskp, &temp) < 0)
usr/src/cmd/picl/plugins/sun4u/chicago/envd/piclenvsetup.c
215
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/psvcpolicy.c
337
int32_t seg_found, temp;
usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/psvcpolicy.c
406
temp = temp_array[j];
usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/psvcpolicy.c
408
threshold_names[j], &temp);
usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/psvcpolicy.c
454
int32_t match_count, i, temp;
usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/psvcpolicy.c
473
PSVC_OPTIMAL_TEMP_ATTR, &temp);
usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/psvcpolicy.c
479
if (temp < lowest_temp)
usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/psvcpolicy.c
480
lowest_temp = temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1543
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1546
if (get_raw_temperature(sensorp, &temp) == -1)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1549
if (temp < (sensorp->tmin - ADM_HYSTERISIS)) {
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1555
} else if (temp >= sensorp->tmin) {
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1634
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1670
if (get_temperature(sensorp, &temp) == -1)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1673
sensorp->cur_temp = temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1679
sensorp->name, temp,
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1694
temp,
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1711
if (TEMP_IN_SHUTDOWN_RANGE(temp, sensorp) &&
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
1721
temp,
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
818
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
825
else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) {
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
839
*temp = (tempr_t)y_of_x(sensorp->crtbl, *temp);
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
850
disk_temperature(env_disk_t *diskp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
857
*temp = diskp->current_temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
867
get_raw_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvd.c
874
else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) {
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
179
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
194
if (get_temperature(snodep->sensorp, &temp) < 0)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
196
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
208
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
223
if (disk_temperature(dnodep->diskp, &temp) < 0)
usr/src/cmd/picl/plugins/sun4u/enchilada/envd/piclenvsetup.c
225
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1270
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1278
else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) {
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1289
expected_temp = xlate_obs2exp(sensorp, (tempr_t)*temp);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1293
sensorp->name, *temp, (tempr_t)expected_temp);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1294
*temp = (tempr_t)expected_temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1606
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1629
temp = (threshp && threshp->policy_entries > 0) ?
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1631
sensorp->target_temp = temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1632
sensorp->cur_temp = temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1633
sensorp->avg_temp = temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1634
sensorp->prev_avg_temp = temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1681
if (get_temperature(sensorp, &temp) == 0) {
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1682
sensorp->cur_temp = temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1683
sensorp->avg_temp = temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1692
temp = xlate_exp2obs(sensorp, threshp->low_power_off);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1696
(int)temp, threshp->low_power_off);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1697
(void) ioctl(sensorp->fd, MAX1617_SET_LOW_LIMIT, &temp);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1699
temp = xlate_exp2obs(sensorp, threshp->high_power_off);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1703
(int)temp, threshp->high_power_off);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1705
&temp);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1792
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1800
if (get_temperature(sensorp, &temp) < 0)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1804
sensorp->cur_temp = temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1805
sensorp->avg_temp = (sensorp->avg_temp + temp)/2;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1813
temp, sensorp->avg_temp, ((sensorp->pmdevp) ?
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1830
if (TEMP_IN_WARNING_RANGE(temp, threshp) && !disable_warning) {
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1848
sensorp->name, temp,
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1856
if (TEMP_IN_SHUTDOWN_RANGE(temp, threshp) &&
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1873
temp, threshp->low_shutdown,
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1904
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1934
temp = sensorp->cur_temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1943
av_ambient += temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1951
if (temp >= threshp->high_warning) {
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
1954
} else if (temp <= threshp->low_warning) {
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
2032
sensorp->name, temp, tempdiff,
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
569
get_lpm_speed(lpm_dev_t *lpmdevs, int temp)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
582
lpm = y_of_x(devp->temp_lpm_tbl, temp);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
584
envd_log(LOG_INFO, "ambient %d lpm %d\n", temp, lpm);
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
702
xlate_obs2exp(env_sensor_t *sensorp, tempr_t temp)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
712
new_temp = temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
720
if (temp < map[i].observed)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
736
ftemp = map[i-1].expected + (temp - map[i-1].observed) *
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
750
xlate_exp2obs(env_sensor_t *sensorp, tempr_t temp)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
761
new_temp = temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
769
if (temp < map[i].expected)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvd.c
786
ftemp = map[i-1].observed + (temp - map[i-1].expected) *
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
204
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
220
if (get_temperature(snodep->sensorp, &temp) < 0)
usr/src/cmd/picl/plugins/sun4u/excalibur/envd/piclenvsetup.c
222
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
287
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
294
else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) {
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
449
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
490
if (get_temperature(sensorp, &temp) == 0) {
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
491
sensorp->cur_temp = temp;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
519
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
528
if (get_temperature(sensorp, &temp) < 0)
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
531
sensorp->cur_temp = temp;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
536
sensorp->name, temp,
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
554
if (TEMP_IN_WARNING_RANGE(temp, threshp)) {
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
563
sensorp->name, temp,
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
570
if (TEMP_IN_SHUTDOWN_RANGE(temp, threshp)) {
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvd.c
586
temp, threshp->low_shutdown,
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
189
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
203
if (get_temperature(snodep->sensorp, &temp) < 0)
usr/src/cmd/picl/plugins/sun4u/grover/envd/piclenvsetup.c
205
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
273
int32_t seg_found, temp;
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
332
temp = temps[j];
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
334
temp_attr[j], &temp);
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
408
int32_t temp;
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
451
status = psvc_get_attr(hdlp, id, PSVC_SENSOR_VALUE_ATTR, &temp);
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
459
if (((features & PSVC_LOW_SHUT) && temp <= lo_shut) ||
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
460
((features & PSVC_LOW_WARN) && temp <= lo_warn) ||
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
461
((features & PSVC_HIGH_SHUT) && temp >= hi_shut) ||
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
462
((features & PSVC_HIGH_WARN) && temp >= hi_warn))
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
467
if ((features & PSVC_LOW_SHUT) && temp <= lo_shut) {
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
470
syslog(LOG_ERR, LOWTEMP_CRITICAL_MSG, temp, label);
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
471
} else if ((features & PSVC_LOW_WARN) && temp <= lo_warn) {
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
474
syslog(LOG_ERR, LOWTEMP_WARNING_MSG, temp, label);
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
475
} else if ((features & PSVC_HIGH_SHUT) && temp >= hi_shut) {
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
478
syslog(LOG_ERR, HIGHTEMP_CRITICAL_MSG, temp, label);
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
479
} else if ((features & PSVC_HIGH_WARN) && temp >= hi_warn) {
usr/src/cmd/picl/plugins/sun4u/littleneck/psvcpolicy/psvcpolicy.c
482
syslog(LOG_ERR, HIGHTEMP_WARNING_MSG, temp, label);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
1644
i_psvc_get_temperature_11_2(EHdl_t *hdlp, uint64_t aspec, int32_t *temp)
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
1665
*temp = temp16;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
1674
i_psvc_get_temperature_11_4(EHdl_t *hdlp, uint64_t aspec, int32_t *temp)
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
1695
*temp = temp16;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
1704
i_psvc_get_temperature_11_6(EHdl_t *hdlp, uint64_t aspec, int32_t *temp)
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
1718
status = ioctl_retry(fp, I2C_GET_INPUT, (void *)temp);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
778
i_psvc_get_device_value_0_0(EHdl_t *hdlp, EObj_t *objp, int32_t *temp)
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
802
objp->addr_spec, temp);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
817
status = i_psvc_get_table_value(hdlp, tid, *temp, &temp16);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
818
*temp = temp16;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
824
i_psvc_get_device_value_0_1(EHdl_t *hdlp, EObj_t *objp, int32_t *temp)
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
848
objp->addr_spec, temp);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
863
status = i_psvc_get_table_value(hdlp, tid, *temp, &temp16);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/psvcobj.c
864
*temp = temp16;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
1248
int32_t temp;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
1260
&temp);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
1263
temp = 0;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
1271
if (*hot_device < temp)
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
1272
*hot_device = temp;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
218
int32_t seg_found, temp;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
286
temp = temp_array[j];
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
288
threshold_names[j], &temp);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
309
int32_t temp;
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
361
status = psvc_get_attr(hdlp, id, PSVC_SENSOR_VALUE_ATTR, &temp);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
372
if ((temp == 127) && (strcmp(state, PSVC_ERROR) != 0)) {
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
394
if ((features & PSVC_LOW_SHUT) && temp < lo_shut) {
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
413
temp, label);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
417
} else if ((features & PSVC_LOW_WARN) && temp < lo_warn) {
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
430
temp, label);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
434
} else if ((features & PSVC_HIGH_SHUT) && temp > hi_shut) {
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
447
temp, label);
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
451
} else if ((features & PSVC_HIGH_WARN) && temp > hi_warn) {
usr/src/cmd/picl/plugins/sun4u/psvc/psvcpolicy/psvcpolicy.c
464
temp, label);
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1171
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1174
if (get_raw_temperature(sensorp, &temp) == -1)
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1177
if (temp < (sensorp->tmin - ADM_HYSTERISIS)) {
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1183
} else if (temp >= sensorp->tmin) {
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1267
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1297
if (get_temperature(sensorp, &temp) == -1)
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1300
sensorp->cur_temp = temp;
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1306
sensorp->name, temp,
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1321
temp,
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1338
if (TEMP_IN_SHUTDOWN_RANGE(temp, sensorp) &&
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
1348
temp,
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
648
get_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
655
else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) {
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
667
*temp = (tempr_t)y_of_x(sensorp->crtbl, *temp);
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
678
get_raw_temperature(env_sensor_t *sensorp, tempr_t *temp)
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvd.c
685
else if (ioctl(fd, I2C_GET_TEMPERATURE, temp) == -1) {
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
142
tempr_t temp;
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
157
if (get_temperature(snodep->sensorp, &temp) < 0)
usr/src/cmd/picl/plugins/sun4u/taco/envd/piclenvsetup.c
159
(void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
usr/src/cmd/priocntl/subr.c
586
long temp;
usr/src/cmd/priocntl/subr.c
651
temp = result + 1;
usr/src/cmd/priocntl/subr.c
652
if (temp - 1 == result)
usr/src/cmd/priocntl/subr.c
663
temp = result + 1;
usr/src/cmd/priocntl/subr.c
664
if (temp - 1 == result)
usr/src/cmd/ptools/pmadvise/pmadvise.c
488
saddr_t *temp = psaddr;
usr/src/cmd/ptools/pmadvise/pmadvise.c
491
free(temp);
usr/src/cmd/refer/refer2.c
109
temp[0] = 0;
usr/src/cmd/refer/refer2.c
110
corout(buff, temp, "hunt", *sr, TLEN);
usr/src/cmd/refer/refer2.c
111
assert(strlen(temp) < TLEN);
usr/src/cmd/refer/refer2.c
112
if (strlen(temp)+strlen(answer) > BUFSIZ)
usr/src/cmd/refer/refer2.c
115
strcat(answer, temp);
usr/src/cmd/refer/refer2.c
45
char answer[ANSLEN], temp[TLEN], line[BUFSIZ];
usr/src/cmd/rm/rm.c
329
struct stat temp;
usr/src/cmd/rm/rm.c
341
if (fstatat(caller->fd, entry, &temp, AT_SYMLINK_NOFOLLOW) != 0) {
usr/src/cmd/rm/rm.c
350
if (S_ISDIR(temp.st_mode)) {
usr/src/cmd/rm/rm.c
371
if (temp.st_ino == rootdir.st_ino &&
usr/src/cmd/rm/rm.c
372
temp.st_dev == rootdir.st_dev) {
usr/src/cmd/rm/rm.c
393
frame.dev = temp.st_dev;
usr/src/cmd/rm/rm.c
394
frame.ino = temp.st_ino;
usr/src/cmd/rm/rm.c
470
if (fstat(frame.fd, &temp) != 0 ||
usr/src/cmd/rm/rm.c
471
frame.ino != temp.st_ino ||
usr/src/cmd/rm/rm.c
472
frame.dev != temp.st_dev) {
usr/src/cmd/rm/rm.c
541
if (ontty && !S_ISLNK(temp.st_mode) &&
usr/src/cmd/rm/rm.c
545
pathbuf, temp.st_mode & 0777, yesstr, nostr)) {
usr/src/cmd/rpcgen/rpc_main.c
390
char *temp;
usr/src/cmd/rpcgen/rpc_main.c
391
temp = extendfile(file, ext);
usr/src/cmd/rpcgen/rpc_main.c
393
if (access(temp, F_OK) != -1)
usr/src/cmd/rpcgen/rpc_main.c
394
return (temp);
usr/src/cmd/rpcgen/rpc_main.c
855
char *temp;
usr/src/cmd/rpcgen/rpc_main.c
880
temp = (char *)rindex(cmd->infile, '.');
usr/src/cmd/rpcgen/rpc_main.c
883
(temp - cmd->infile));
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_ip_route.c
163
temp = (mib_item_t *)malloc(sizeof (mib_item_t));
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_ip_route.c
164
if (!temp) {
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_ip_route.c
169
last_item->next_item = temp;
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_ip_route.c
171
first_item = temp;
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_ip_route.c
172
last_item = temp;
usr/src/cmd/rpcsvc/rpc.bootparamd/bootparam_ip_route.c
83
mib_item_t *temp;
usr/src/cmd/rpcsvc/rstat_proc.c
452
mib_item_t *temp;
usr/src/cmd/rpcsvc/rstat_proc.c
538
temp = malloc(sizeof (mib_item_t));
usr/src/cmd/rpcsvc/rstat_proc.c
539
if (!temp) {
usr/src/cmd/rpcsvc/rstat_proc.c
544
last_item->next_item = temp;
usr/src/cmd/rpcsvc/rstat_proc.c
546
first_item = temp;
usr/src/cmd/rpcsvc/rstat_proc.c
547
last_item = temp;
usr/src/cmd/sa/sar.c
119
time_t temp;
usr/src/cmd/sa/sar.c
205
temp = time(NULL);
usr/src/cmd/sa/sar.c
206
curt = localtime(&temp);
usr/src/cmd/saf/pmadm.c
1302
register struct taglist *temp; /* scratch pointer */
usr/src/cmd/saf/pmadm.c
1311
temp = (struct taglist *) malloc(sizeof(struct taglist));
usr/src/cmd/saf/pmadm.c
1312
if (temp == NULL) {
usr/src/cmd/saf/pmadm.c
1316
temp->t_next = thead;
usr/src/cmd/saf/pmadm.c
1317
(void) strcpy(temp->t_tag, sp->sc_tag);
usr/src/cmd/saf/pmadm.c
1318
(void) strcpy(temp->t_type, sp->sc_type);
usr/src/cmd/saf/pmadm.c
1319
thead = temp;
usr/src/cmd/sdiff/sdiff.c
118
static char *temp;
usr/src/cmd/sdiff/sdiff.c
219
temp = strdup("/tmp/sdiffXXXXXX");
usr/src/cmd/sdiff/sdiff.c
220
tempfd = mkstemp(temp);
usr/src/cmd/sdiff/sdiff.c
223
"Cannot open/create temp %s"), temp);
usr/src/cmd/sdiff/sdiff.c
224
free(temp);
usr/src/cmd/sdiff/sdiff.c
225
temp = 0;
usr/src/cmd/sdiff/sdiff.c
636
if (temp) {
usr/src/cmd/sdiff/sdiff.c
637
(void) unlink(temp);
usr/src/cmd/sdiff/sdiff.c
638
free(temp);
usr/src/cmd/sdiff/sdiff.c
703
if ((tempdes = fopen(temp, "w")) == NULL)
usr/src/cmd/sdiff/sdiff.c
706
temp);
usr/src/cmd/sdiff/sdiff.c
711
ename = temp;
usr/src/cmd/sdiff/sdiff.c
716
if ((tempdes = fopen(temp, "w")) == NULL)
usr/src/cmd/sdiff/sdiff.c
719
temp);
usr/src/cmd/sdiff/sdiff.c
722
ename = temp;
usr/src/cmd/sdiff/sdiff.c
795
} else if (a1[0] == '-' && a1[1] == 0 && temp == 0) {
usr/src/cmd/sdiff/sdiff.c
798
pa1 = temp = strdup("/tmp/sdiffXXXXXX");
usr/src/cmd/sdiff/sdiff.c
799
if ((tempfd = mkstemp(temp)) == -1 ||
usr/src/cmd/sdiff/sdiff.c
802
temp);
usr/src/cmd/sendmail/src/domain.c
427
register int temp;
usr/src/cmd/sendmail/src/domain.c
430
temp = prefs[i];
usr/src/cmd/sendmail/src/domain.c
432
prefs[j] = temp;
usr/src/cmd/sendmail/src/domain.c
436
temp = weight[i];
usr/src/cmd/sendmail/src/domain.c
438
weight[j] = temp;
usr/src/cmd/sgs/dump/common/dump.c
217
unsigned long *temp;
usr/src/cmd/sgs/dump/common/dump.c
231
temp = (unsigned long *)strtab;
usr/src/cmd/sgs/dump/common/dump.c
232
total = temp[0];
usr/src/cmd/sgs/dump/common/dump.c
233
topath = temp[1];
usr/src/cmd/sgs/lex/common/sub2.c
150
int i, *temp;
usr/src/cmd/sgs/lex/common/sub2.c
152
temp = nxtpos;
usr/src/cmd/sgs/lex/common/sub2.c
155
*temp++ = count;
usr/src/cmd/sgs/lex/common/sub2.c
158
*temp++ = i;
usr/src/cmd/sgs/lex/common/sub2.c
159
nxtpos = temp;
usr/src/cmd/sgs/lex/common/sub2.c
456
CHR *temp, *tz;
usr/src/cmd/sgs/lex/common/sub2.c
460
temp = tmpstat;
usr/src/cmd/sgs/lex/common/sub2.c
472
temp[*newpos++] = 2;
usr/src/cmd/sgs/lex/common/sub2.c
476
tz = temp + tptr;
usr/src/cmd/sgs/lex/common/sub2.c
477
while (temp < tz) {
usr/src/cmd/sgs/lex/common/sub2.c
478
if (*temp == 2) {
usr/src/cmd/sgs/lex/common/sub2.c
480
*temp++ = 1;
usr/src/cmd/sgs/lex/common/sub2.c
483
*temp++ = 0;
usr/src/cmd/sgs/lex/common/sub2.c
493
CHR *temp;
usr/src/cmd/sgs/lex/common/sub2.c
498
temp = tmpstat;
usr/src/cmd/sgs/lex/common/sub2.c
503
if (!temp[*j++])
usr/src/cmd/sgs/lex/common/sub2.c
526
int go[MAXNCG], temp[MAXNCG], index, c;
usr/src/cmd/sgs/lex/common/sub2.c
541
go[i] = temp[i] = -1;
usr/src/cmd/sgs/lex/common/sub2.c
558
temp[tch[i]] = tst[i];
usr/src/cmd/sgs/lex/common/sub2.c
563
temp[i] = -2; /* error trans */
usr/src/cmd/sgs/lex/common/sub2.c
567
if (temp[i] != -1)
usr/src/cmd/sgs/lex/common/sub2.c
577
if (temp[i] != -1) {
usr/src/cmd/sgs/lex/common/sub2.c
580
(temp[i] == -2 ? -1 : temp[i]);
usr/src/cmd/sgs/lex/common/sub2.c
794
int temp[MAXPOSSTATE], k, neg[MAXPOSSTATE], n;
usr/src/cmd/sgs/lex/common/sub2.c
804
temp[k++] = left[q];
usr/src/cmd/sgs/lex/common/sub2.c
806
temp[k++] = left[q];
usr/src/cmd/sgs/lex/common/sub2.c
825
if (temp[j] < temp[i]) {
usr/src/cmd/sgs/lex/common/sub2.c
826
m = temp[j];
usr/src/cmd/sgs/lex/common/sub2.c
827
temp[j] = temp[i];
usr/src/cmd/sgs/lex/common/sub2.c
828
temp[i] = m;
usr/src/cmd/sgs/lex/common/sub2.c
832
if (temp[i] == temp[i+1])
usr/src/cmd/sgs/lex/common/sub2.c
833
temp[i] = 0;
usr/src/cmd/sgs/lex/common/sub2.c
842
if (temp[i] != 0) {
usr/src/cmd/sgs/lex/common/sub2.c
845
aptr, temp[i]) :
usr/src/cmd/sgs/lex/common/sub2.c
846
fprintf(fout, "%d,\n", temp[i]));
usr/src/cmd/sgs/lex/common/sub2.c
849
(void) printf("%d ", temp[i]);
usr/src/cmd/sgs/yacc/common/y2.c
822
wchar_t *temp;
usr/src/cmd/sgs/yacc/common/y2.c
852
temp = cnamp;
usr/src/cmd/sgs/yacc/common/y2.c
856
used += cnamp - temp;
usr/src/cmd/sgs/yacc/common/y2.c
857
return (temp);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
103
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
108
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
117
if (memcmp(temp, wire, 5)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
119
hexdump((uchar_t *)temp, 5);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
133
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
138
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
148
if (memcmp(temp, wire, 4)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
150
hexdump((uchar_t *)temp, 4);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
164
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
169
(void) memset(temp, 0, sizeof (temp));
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
170
smb_msgbuf_init(&mb, temp, 4, mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
180
if (memcmp(temp, wire, 5)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
182
hexdump((uchar_t *)temp, 5);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
199
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
204
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
212
if (memcmp(temp, wire, 10)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
214
hexdump((uchar_t *)temp, 10);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
231
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
236
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
244
if (memcmp(temp, wire, 10)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
246
hexdump((uchar_t *)temp, 10);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
259
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
264
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
272
if (memcmp(temp, wcsa, 8)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
274
hexdump((uchar_t *)temp, 8);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
287
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
292
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
300
if (memcmp(temp, wcsp, 10)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
302
hexdump((uchar_t *)temp, 10);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
316
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
321
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
330
if (memcmp(temp, wire, 10)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
332
hexdump((uchar_t *)temp, 10);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
346
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
351
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
361
if (memcmp(temp, wire, 8)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
363
hexdump((uchar_t *)temp, 8);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
377
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
382
(void) memset(temp, 0, sizeof (temp));
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
383
smb_msgbuf_init(&mb, temp, 8, mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
393
if (memcmp(temp, wire, 10)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
395
hexdump((uchar_t *)temp, 10);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
42
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
47
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
55
if (memcmp(temp, wire, 6)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
57
hexdump((uchar_t *)temp, 6);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
74
uint8_t temp[32];
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
79
smb_msgbuf_init(&mb, temp, sizeof (temp), mbflags);
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
87
if (memcmp(temp, wire, 6)) {
usr/src/cmd/smbsrv/test-msgbuf/test_msgbuf.c
89
hexdump((uchar_t *)temp, 6);
usr/src/cmd/spell/spellprog.c
764
int temp, result;
usr/src/cmd/spell/spellprog.c
767
temp = *ep;
usr/src/cmd/spell/spellprog.c
770
*ep = temp;
usr/src/cmd/su/su.c
1104
char *temp;
usr/src/cmd/su/su.c
1125
temp = getpassphrase(m->msg);
usr/src/cmd/su/su.c
1128
if (temp != NULL) {
usr/src/cmd/su/su.c
1129
r->resp = strdup(temp);
usr/src/cmd/su/su.c
1143
temp = strchr(respbuf, '\n');
usr/src/cmd/su/su.c
1144
if (temp != NULL)
usr/src/cmd/su/su.c
1145
*temp = '\0';
usr/src/cmd/su/su.c
1190
char *temp;
usr/src/cmd/su/su.c
1249
temp = strchr(respbuf, '\n');
usr/src/cmd/su/su.c
1250
if (temp != NULL)
usr/src/cmd/su/su.c
1251
*temp = '\0';
usr/src/cmd/svc/svcs/svcs.c
2419
int temp, perm;
usr/src/cmd/svc/svcs/svcs.c
2468
temp = instance_enabled(wip->inst, B_TRUE);
usr/src/cmd/svc/svcs/svcs.c
2469
if (temp != -1) {
usr/src/cmd/svc/svcs/svcs.c
2470
if (temp != perm)
usr/src/cmd/svc/svcs/svcs.c
2473
temp ? gettext("true") : gettext("false"));
usr/src/cmd/svc/svcs/svcs.c
2476
gettext("enabled"), temp ? gettext("true") :
usr/src/cmd/svc/svcs/svcs.c
2483
if (temp == 0 || (temp == -1 && perm == 0)) {
usr/src/cmd/svc/svcs/svcs.c
2485
const char *pg = (temp != -1 && temp != perm) ?
usr/src/cmd/svc/svcs/svcs.c
535
instance_enabled(scf_instance_t *inst, boolean_t temp)
usr/src/cmd/svc/svcs/svcs.c
540
temp ? SCF_PG_GENERAL_OVR : SCF_PG_GENERAL, SCF_PROPERTY_ENABLED,
usr/src/cmd/svr4pkg/pkginstall/getinst.c
236
char temp[256];
usr/src/cmd/svr4pkg/pkginstall/getinst.c
259
(void) snprintf(temp, sizeof (temp),
usr/src/cmd/svr4pkg/pkginstall/getinst.c
262
if (setitem(menup, temp)) {
usr/src/cmd/svr4pkg/pkginstall/main.c
1963
temp = setlocale(LC_TIME, NULL);
usr/src/cmd/svr4pkg/pkginstall/main.c
1969
(void) setlocale(LC_TIME, temp);
usr/src/cmd/svr4pkg/pkginstall/main.c
255
char *temp;
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
141
char temp[PATH_MAX];
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
463
i = snprintf(temp, PATH_MAX, "%s/%s", pkgbin,
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
470
if (cppath(MODE_SRC|DIR_DISPLAY, path, temp, 0644)) {
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
516
i = snprintf(temp, PATH_MAX, "%s/install/%s",
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
527
if (cppath(MODE_SRC, path, temp, 0644)) {
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
528
progerr(ERR_CANNOT_COPY, path, temp);
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
547
i = snprintf(temp, sizeof (temp), "%s/%s",
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
549
if (i > sizeof (temp)) {
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
555
if (cppath(MODE_SRC, path, temp, 0644)) {
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
556
progerr(ERR_CANNOT_COPY, path, temp);
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
566
i = snprintf(temp, sizeof (temp), "%s/pkgmap",
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
574
if (cppath(MODE_SRC, path, temp, 0644)) {
usr/src/cmd/svr4pkg/pkginstall/merginfo.c
575
progerr(ERR_CANNOT_COPY, path, temp);
usr/src/cmd/svr4pkg/pkgmk/main.c
184
char temp[MAX_PKG_PARAM_LENGTH];
usr/src/cmd/svr4pkg/pkgmk/main.c
467
(void) snprintf(temp, sizeof (temp),
usr/src/cmd/svr4pkg/pkgmk/main.c
469
putparam("VERSION", temp);
usr/src/cmd/svr4pkg/pkgmk/main.c
471
logerr(gettext(WRN_SETPARAM), "VERSION", temp);
usr/src/cmd/svr4pkg/pkgmk/main.c
489
(void) snprintf(temp, sizeof (temp), "%s%s",
usr/src/cmd/svr4pkg/pkgmk/main.c
491
putparam("PSTAMP", temp);
usr/src/cmd/svr4pkg/pkgmk/main.c
492
logerr(gettext(WRN_SETPARAM), "PSTAMP", temp);
usr/src/cmd/svr4pkg/pkgmk/main.c
707
char *svpt, *path, temp[PATH_MAX];
usr/src/cmd/svr4pkg/pkgmk/main.c
715
(void) snprintf(temp, sizeof (temp), "%s/pkgmap", pkgloc);
usr/src/cmd/svr4pkg/pkgmk/main.c
716
if ((fp = fopen(temp, "w")) == NULL) {
usr/src/cmd/svr4pkg/pkgmk/main.c
732
(void) fprintf(stderr, "%s\n", temp);
usr/src/cmd/svr4pkg/pkgmk/main.c
735
(void) snprintf(temp, sizeof (temp), "%s/pkginfo", pkgloc);
usr/src/cmd/svr4pkg/pkgmk/main.c
736
if (copyf(svept->ainfo.local, temp, svept->cinfo.modtime))
usr/src/cmd/svr4pkg/pkgmk/main.c
738
(void) fprintf(stderr, "%s\n", temp);
usr/src/cmd/svr4pkg/pkgmk/main.c
748
(void) snprintf(temp, sizeof (temp),
usr/src/cmd/svr4pkg/pkgmk/main.c
751
path = temp;
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
135
char temp[PATH_LGTH];
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
186
(void) fscanf(fp, "%4096s", temp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
188
if (strcmp(temp, "include") == 0)
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
190
else if (strcmp(temp, "rsearch") == 0)
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
192
else if (strcmp(temp, "search") == 0)
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
194
else if (strcmp(temp, "default") == 0) {
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
197
} else if (strchr(temp, '=')) {
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
198
translate(temp, mybuff);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
205
logerr(gettext(MSG_BANG), temp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
367
char temp[PATH_MAX], *basename;
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
377
(void) strlcpy(temp, (local && local[0] ? local : path), sizeof (temp));
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
378
mappath(0, temp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
379
canonize(temp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
382
if (rootlist[0] || (basedir && (*temp != '/'))) {
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
389
return (srchroot(temp, host));
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
394
basepath(temp, dname[nfp], NULL);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
400
if (strcmp(temp, "/dev/null") != 0) {
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
401
if (stat(temp, &statbuf) ||
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
408
(void) strlcpy(host, temp, sizeof (host));
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
414
temp + (*temp == '/' ? 1 : 0));
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
421
pt = strrchr(temp, '/');
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
423
pt = temp;
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
449
char temp[PATH_MAX], lookpath[PATH_MAX], *pt;
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
452
(void) fgets(temp, PATH_MAX, fp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
453
translate(temp, lookpath);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
464
(void) snprintf(temp, sizeof (temp),
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
466
pt = temp;
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
478
char temp[PATH_MAX], lookpath[PATH_MAX], *pt;
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
481
(void) fgets(temp, PATH_MAX, fp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
482
translate(temp, lookpath);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
492
(void) snprintf(temp, sizeof (temp),
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
494
pt = temp;
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
589
char temp[PATH_MAX];
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
591
(void) fgets(temp, PATH_MAX, fp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
598
(void) sscanf(temp, "%1024s", file);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
600
translate(file, temp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
601
canonize(temp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
603
if (*temp == '\0')
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
605
else if (*temp != '/')
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
606
(void) snprintf(file, sizeof (file), "%s/%s", dname[nfp], temp);
usr/src/cmd/svr4pkg/pkgmk/mkpkgmap.c
608
(void) strlcpy(file, temp, sizeof (file));
usr/src/cmd/tabs/tabs.c
399
char *temp;
usr/src/cmd/tabs/tabs.c
465
temp = scan;
usr/src/cmd/tabs/tabs.c
466
while (*++temp)
usr/src/cmd/tabs/tabs.c
468
*temp = '\n';
usr/src/cmd/tar/tar.c
4323
int i, j, temp;
usr/src/cmd/tar/tar.c
4336
temp = (mode >> (6 - (i * 3)));
usr/src/cmd/tar/tar.c
4338
if (S_IROTH & temp)
usr/src/cmd/tar/tar.c
4340
if (S_IWOTH & temp)
usr/src/cmd/tar/tar.c
4342
if (S_IXOTH & temp)
usr/src/cmd/tar/tar.c
4345
temp = st->st_mode & Ftype;
usr/src/cmd/tar/tar.c
4346
switch (temp) {
usr/src/cmd/tbl/t4.c
177
temp = snp = csize[nclin][icol-1];
usr/src/cmd/tbl/t4.c
182
if (snp>temp)
usr/src/cmd/tbl/t4.c
190
if (snp-temp>4)
usr/src/cmd/tbl/t4.c
194
if (atoi(temp)>36)
usr/src/cmd/tbl/t4.c
202
temp = snp = vsize[nclin][icol-1];
usr/src/cmd/tbl/t4.c
207
if (snp>temp)
usr/src/cmd/tbl/t4.c
215
if (snp-temp>4)
usr/src/cmd/tbl/t4.c
54
char sn[10], *snp, *temp;
usr/src/cmd/troff/n9.c
115
*i++ = makem(-(temp = ((w - length) / 2)));
usr/src/cmd/troff/n9.c
117
*i++ = makem(-(w - length - temp));
usr/src/cmd/troff/n9.c
415
int length, ws, npad, temp, type;
usr/src/cmd/troff/n9.c
426
temp = npad = ws = 0;
usr/src/cmd/troff/n9.c
464
temp = j;
usr/src/cmd/troff/n9.c
479
*fp++ = temp;
usr/src/cmd/troff/n9.c
481
temp = i = (j = length - ws) / npad;
usr/src/cmd/troff/n9.c
486
if (temp < 0)
usr/src/cmd/troff/n9.c
88
int w, cnt, delim, rem, temp;
usr/src/cmd/troff/nroff.d/n6.c
115
char temp[10];
usr/src/cmd/troff/nroff.d/n6.c
118
s = temp;
usr/src/cmd/troff/nroff.d/n6.c
122
if ((j = findch(temp)) > 0)
usr/src/cmd/troff/troff.d/draw.c
154
char temp[50], *p, *getstr();
usr/src/cmd/troff/troff.d/draw.c
159
for (N = 2; (p=getstr(p,temp)) != NULL && N < sizeof(x)/sizeof(x[0]); N++) {
usr/src/cmd/troff/troff.d/draw.c
160
x[N] = atoi(temp);
usr/src/cmd/troff/troff.d/draw.c
161
p = getstr(p, temp);
usr/src/cmd/troff/troff.d/draw.c
162
y[N] = atoi(temp);
usr/src/cmd/troff/troff.d/draw.c
201
char *getstr(char *p, char *temp)
usr/src/cmd/troff/troff.d/draw.c
206
temp[0] = 0;
usr/src/cmd/troff/troff.d/draw.c
210
*temp++ = *p++;
usr/src/cmd/troff/troff.d/draw.c
211
*temp = '\0';
usr/src/cmd/troff/troff.d/makedev.c
315
char temp[100];
usr/src/cmd/troff/troff.d/makedev.c
318
while (fscanf(fin, "%s", temp) != EOF && strcmp(temp, "0") != 0) {
usr/src/cmd/troff/troff.d/makedev.c
319
if (strcmp(temp, "fi") == 0)
usr/src/cmd/troff/troff.d/makedev.c
321
else if (strcmp(temp, "fl") == 0)
usr/src/cmd/troff/troff.d/makedev.c
323
else if (strcmp(temp, "ff") == 0)
usr/src/cmd/troff/troff.d/makedev.c
325
else if (strcmp(temp, "ffi") == 0)
usr/src/cmd/troff/troff.d/makedev.c
327
else if (strcmp(temp, "ffl") == 0)
usr/src/cmd/troff/troff.d/makedev.c
330
fprintf(stderr, "illegal ligature %s\n", temp);
usr/src/cmd/troff/troff.d/t10.c
237
int temp, a, b;
usr/src/cmd/troff/troff.d/t10.c
254
temp = absmot(*k);
usr/src/cmd/troff/troff.d/t10.c
256
temp = -temp;
usr/src/cmd/troff/troff.d/t10.c
257
dv += temp;
usr/src/cmd/troff/troff.d/t10.c
341
char temp[3];
usr/src/cmd/troff/troff.d/t10.c
343
temp[0] = n & BYTEMASK;
usr/src/cmd/troff/troff.d/t10.c
344
temp[1] = n >> BYTE;
usr/src/cmd/troff/troff.d/t10.c
345
temp[2] = 0;
usr/src/cmd/troff/troff.d/t10.c
346
ptfpcmd(0, temp);
usr/src/cmd/troff/troff.d/t6.c
257
char temp[10];
usr/src/cmd/troff/troff.d/t6.c
263
s = temp;
usr/src/cmd/troff/troff.d/t6.c
268
if (strcmp(&chname[chtab[j]], temp) == 0)
usr/src/cmd/truss/actions.c
694
long temp = rv1;
usr/src/cmd/truss/actions.c
697
rv2 = temp;
usr/src/cmd/truss/htbl.c
44
hashb_t *temp;
usr/src/cmd/truss/htbl.c
57
temp = &htp->tbl[i];
usr/src/cmd/truss/htbl.c
58
(void) mutex_init(&temp->block, USYNC_THREAD, NULL);
usr/src/cmd/utmp_update/utmp_update.c
230
int temp, i;
usr/src/cmd/utmp_update/utmp_update.c
253
(void) sscanf(pid, "%d", &temp);
usr/src/cmd/utmp_update/utmp_update.c
254
entryx->ut_pid = temp;
usr/src/cmd/utmp_update/utmp_update.c
256
(void) sscanf(type, "%d", &temp);
usr/src/cmd/utmp_update/utmp_update.c
257
entryx->ut_type = temp;
usr/src/cmd/utmp_update/utmp_update.c
259
(void) sscanf(term, "%d", &temp);
usr/src/cmd/utmp_update/utmp_update.c
260
entryx->ut_exit.e_termination = temp;
usr/src/cmd/utmp_update/utmp_update.c
262
(void) sscanf(exitstatus, "%d", &temp);
usr/src/cmd/utmp_update/utmp_update.c
263
entryx->ut_exit.e_exit = temp;
usr/src/cmd/utmp_update/utmp_update.c
272
(void) sscanf(xtime, "%d", &temp);
usr/src/cmd/utmp_update/utmp_update.c
273
entryx->ut_tv.tv_sec = temp;
usr/src/cmd/utmp_update/utmp_update.c
275
(void) sscanf(time_usec, "%d", &temp);
usr/src/cmd/utmp_update/utmp_update.c
276
entryx->ut_tv.tv_usec = temp;
usr/src/cmd/utmp_update/utmp_update.c
278
(void) sscanf(session, "%d", &temp);
usr/src/cmd/utmp_update/utmp_update.c
279
entryx->ut_session = temp;
usr/src/cmd/utmp_update/utmp_update.c
281
temp = strlen(pad);
usr/src/cmd/utmp_update/utmp_update.c
283
for (i = 0; i < temp && (i>>1) < sizeof (entryx->pad); i += 2)
usr/src/cmd/utmp_update/utmp_update.c
286
(void) sscanf(syslen, "%d", &temp);
usr/src/cmd/utmp_update/utmp_update.c
287
entryx->ut_syslen = temp;
usr/src/cmd/valtools/ckitem.c
132
char temp[LSIZE * MB_LEN_MAX];
usr/src/cmd/valtools/ckitem.c
285
r = wcstombs(temp, wtemp,
usr/src/cmd/valtools/ckitem.c
292
if (setitem(mp, temp)) {
usr/src/cmd/valtools/ckitem.c
303
r = wcstombs(temp, wtemp, n * MB_LEN_MAX);
usr/src/cmd/valtools/ckitem.c
309
if (setitem(mp, temp)) {
usr/src/cmd/vgrind/regexp.c
143
int temp;
usr/src/cmd/vgrind/regexp.c
174
temp = OCNT(acs);
usr/src/cmd/vgrind/regexp.c
176
acs -= temp;
usr/src/cmd/vgrind/regexp.c
177
} while (temp != 0);
usr/src/cmd/vgrind/regexp.c
193
temp = OCNT(acs);
usr/src/cmd/vgrind/regexp.c
195
acs -= temp;
usr/src/cmd/vgrind/regexp.c
196
} while (temp != 0);
usr/src/cmd/vgrind/regexp.c
215
temp = OCNT(acs);
usr/src/cmd/vgrind/regexp.c
217
acs -= temp;
usr/src/cmd/vgrind/regexp.c
218
} while (temp != 0);
usr/src/cmd/vgrind/regexp.c
233
temp = OCNT(acs);
usr/src/cmd/vgrind/regexp.c
235
acs -= temp;
usr/src/cmd/vgrind/regexp.c
236
} while (temp != 0);
usr/src/cmd/vgrind/regexp.c
276
temp = OCNT(acs);
usr/src/cmd/vgrind/regexp.c
278
acs -= temp;
usr/src/cmd/vgrind/regexp.c
279
} while (temp != 0);
usr/src/cmd/vi/port/ex_vadj.c
644
unsigned char temp[LBSIZE];
usr/src/cmd/vi/port/ex_vadj.c
667
CP(temp, linebuf);
usr/src/cmd/vi/port/ex_vadj.c
683
strcLIN(temp);
usr/src/cmd/vi/port/ex_vadj.c
746
strcLIN(temp);
usr/src/cmd/vi/port/ex_vadj.c
860
unsigned char temp[LBSIZE];
usr/src/cmd/vi/port/ex_vadj.c
876
CP(temp, linebuf);
usr/src/cmd/vi/port/ex_vadj.c
895
strcLIN(temp);
usr/src/cmd/vi/port/ex_vadj.c
920
strcLIN(temp);
usr/src/cmd/vi/port/ex_vmain.c
1383
unsigned char temp[LBSIZE];
usr/src/cmd/vi/port/ex_vmain.c
1385
strncpy(temp, linebuf, sizeof (temp));
usr/src/cmd/vi/port/ex_vmain.c
1409
if (strncmp(linebuf, temp, sizeof (temp)) == 0)
usr/src/cmd/vi/port/ex_vmain.c
1411
strcLIN(temp);
usr/src/cmd/vi/port/ex_vops.c
101
unsigned char temp[LBSIZE];
usr/src/cmd/vi/port/ex_vops.c
167
strcpy(temp, vutmp);
usr/src/cmd/vi/port/ex_vops.c
170
strcLIN(temp);
usr/src/cmd/vi/port/ex_vops.c
189
temp[vUA2 - linebuf] = 0;
usr/src/cmd/vi/port/ex_vops.c
190
for (cp = &temp[vUA1 - linebuf]; *cp;) {
usr/src/cmd/vi/port/ex_vput.c
588
wchar_t temp[TUBECOLS];
usr/src/cmd/vi/port/ex_vput.c
594
copy(temp, vtube[i], WCOLS * sizeof(wchar_t));
usr/src/cmd/vi/port/ex_vput.c
596
copy(vtube[p], temp, WCOLS * sizeof(wchar_t));
usr/src/common/crypto/aes/aes_impl.c
1032
uint32_t temp;
usr/src/common/crypto/aes/aes_impl.c
1040
temp = rk[i];
usr/src/common/crypto/aes/aes_impl.c
1042
rk[4 * Nr - i + 3] = temp;
usr/src/common/crypto/aes/aes_impl.c
1234
uint32_t temp;
usr/src/common/crypto/aes/aes_impl.c
1241
temp = rk[i];
usr/src/common/crypto/aes/aes_impl.c
1243
rk[j] = temp;
usr/src/common/crypto/aes/aes_impl.c
1244
temp = rk[i + 1];
usr/src/common/crypto/aes/aes_impl.c
1246
rk[j + 1] = temp;
usr/src/common/crypto/aes/aes_impl.c
1247
temp = rk[i + 2];
usr/src/common/crypto/aes/aes_impl.c
1249
rk[j + 2] = temp;
usr/src/common/crypto/aes/aes_impl.c
1250
temp = rk[i + 3];
usr/src/common/crypto/aes/aes_impl.c
1252
rk[j + 3] = temp;
usr/src/common/crypto/aes/aes_impl.c
880
uint32_t temp;
usr/src/common/crypto/aes/aes_impl.c
889
temp = rk[3];
usr/src/common/crypto/aes/aes_impl.c
891
(Te4[(temp >> 16) & 0xff] & 0xff000000) ^
usr/src/common/crypto/aes/aes_impl.c
892
(Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
usr/src/common/crypto/aes/aes_impl.c
893
(Te4[temp & 0xff] & 0x0000ff00) ^
usr/src/common/crypto/aes/aes_impl.c
894
(Te4[temp >> 24] & 0x000000ff) ^
usr/src/common/crypto/aes/aes_impl.c
912
temp = rk[5];
usr/src/common/crypto/aes/aes_impl.c
914
(Te4[(temp >> 16) & 0xff] & 0xff000000) ^
usr/src/common/crypto/aes/aes_impl.c
915
(Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
usr/src/common/crypto/aes/aes_impl.c
916
(Te4[temp & 0xff] & 0x0000ff00) ^
usr/src/common/crypto/aes/aes_impl.c
917
(Te4[temp >> 24] & 0x000000ff) ^
usr/src/common/crypto/aes/aes_impl.c
938
temp = rk[7];
usr/src/common/crypto/aes/aes_impl.c
940
(Te4[(temp >> 16) & 0xff] & 0xff000000) ^
usr/src/common/crypto/aes/aes_impl.c
941
(Te4[(temp >> 8) & 0xff] & 0x00ff0000) ^
usr/src/common/crypto/aes/aes_impl.c
942
(Te4[temp & 0xff] & 0x0000ff00) ^
usr/src/common/crypto/aes/aes_impl.c
943
(Te4[temp >> 24] & 0x000000ff) ^
usr/src/common/crypto/aes/aes_impl.c
952
temp = rk[11];
usr/src/common/crypto/aes/aes_impl.c
954
(Te4[temp >> 24] & 0xff000000) ^
usr/src/common/crypto/aes/aes_impl.c
955
(Te4[(temp >> 16) & 0xff] & 0x00ff0000) ^
usr/src/common/crypto/aes/aes_impl.c
956
(Te4[(temp >> 8) & 0xff] & 0x0000ff00) ^
usr/src/common/crypto/aes/aes_impl.c
957
(Te4[temp & 0xff] & 0x000000ff);
usr/src/common/crypto/ecc/ecp_aff.c
128
MP_CHECKOK(mp_set_int(&temp, 3));
usr/src/common/crypto/ecc/ecp_aff.c
130
MP_CHECKOK(group->meth->field_enc(&temp, &temp, group->meth));
usr/src/common/crypto/ecc/ecp_aff.c
133
field_mul(&tempx, &temp, &tempx, group->meth));
usr/src/common/crypto/ecc/ecp_aff.c
136
MP_CHECKOK(mp_set_int(&temp, 2));
usr/src/common/crypto/ecc/ecp_aff.c
138
MP_CHECKOK(group->meth->field_enc(&temp, &temp, group->meth));
usr/src/common/crypto/ecc/ecp_aff.c
140
MP_CHECKOK(group->meth->field_mul(qy, &temp, &tempy, group->meth));
usr/src/common/crypto/ecc/ecp_aff.c
158
mp_clear(&temp);
usr/src/common/crypto/ecc/ecp_aff.c
88
mp_int lambda, temp, tempx, tempy;
usr/src/common/crypto/ecc/ecp_aff.c
91
MP_DIGITS(&temp) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
95
MP_CHECKOK(mp_init(&temp, FLAG(px)));
usr/src/common/iscsi/utils.c
255
char *temp = NULL;
usr/src/common/iscsi/utils.c
269
if ((temp = malloc(strlen(uts_info.nodename) +
usr/src/common/iscsi/utils.c
285
(void) snprintf(temp, strlen(p), "%s.%s", uts_info.nodename, p);
usr/src/common/iscsi/utils.c
288
for (p = temp; *p; p++)
usr/src/common/iscsi/utils.c
292
len = strlen(temp) + 1;
usr/src/common/iscsi/utils.c
297
if (reverse_fqdn(temp, pmet, len) == B_FALSE) {
usr/src/common/iscsi/utils.c
310
if (temp)
usr/src/common/iscsi/utils.c
311
free(temp);
usr/src/common/lzma/LzHash.h
18
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
19
hash2Value = temp & (kHash2Size - 1); \
usr/src/common/lzma/LzHash.h
20
hashValue = (temp ^ ((UInt32)cur[2] << 8)) & p->hashMask; }
usr/src/common/lzma/LzHash.h
23
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
24
hash2Value = temp & (kHash2Size - 1); \
usr/src/common/lzma/LzHash.h
25
hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
usr/src/common/lzma/LzHash.h
26
hashValue = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & p->hashMask; }
usr/src/common/lzma/LzHash.h
29
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
30
hash2Value = temp & (kHash2Size - 1); \
usr/src/common/lzma/LzHash.h
31
hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
usr/src/common/lzma/LzHash.h
32
hash4Value = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)); \
usr/src/common/lzma/LzHash.h
44
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
45
hash2Value = temp & (kHash2Size - 1); \
usr/src/common/lzma/LzHash.h
46
hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
usr/src/common/lzma/LzHash.h
49
UInt32 temp = p->crc[cur[0]] ^ cur[1]; \
usr/src/common/lzma/LzHash.h
50
hash2Value = temp & (kHash2Size - 1); \
usr/src/common/lzma/LzHash.h
51
hash3Value = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); \
usr/src/common/lzma/LzHash.h
52
hash4Value = (temp ^ ((UInt32)cur[2] << 8) ^ (p->crc[cur[3]] << 5)) & (kHash4Size - 1); }
usr/src/common/lzma/LzmaEnc.c
1278
UInt32 temp = kNumOpts - 1 - cur;
usr/src/common/lzma/LzmaEnc.c
1279
if (temp < numAvailFull)
usr/src/common/lzma/LzmaEnc.c
1280
numAvailFull = temp;
usr/src/common/lzma/LzmaEnc.c
1290
UInt32 temp;
usr/src/common/lzma/LzmaEnc.c
1297
for (temp = 1; temp < limit && data[temp] == data2[temp]; temp++);
usr/src/common/lzma/LzmaEnc.c
1298
lenTest2 = temp - 1;
usr/src/common/lzma/LzmaEnc.c
533
Byte temp = p->cache;
usr/src/common/lzma/LzmaEnc.c
537
*buf++ = (Byte)(temp + (Byte)(p->low >> 32));
usr/src/common/lzma/LzmaEnc.c
541
temp = 0xFF;
usr/src/common/util/qsort.c
514
uint32_t temp;
usr/src/common/util/qsort.c
516
temp = *r1;
usr/src/common/util/qsort.c
518
*r2++ = temp;
usr/src/common/util/qsort.c
525
uint64_t temp;
usr/src/common/util/qsort.c
527
temp = *r1;
usr/src/common/util/qsort.c
529
*r2++ = temp;
usr/src/common/util/qsort.c
535
uint32_t temp;
usr/src/common/util/qsort.c
539
temp = *r1;
usr/src/common/util/qsort.c
541
*r2++ = temp;
usr/src/common/util/qsort.c
548
char temp;
usr/src/common/util/qsort.c
552
temp = *r1;
usr/src/common/util/qsort.c
554
*r2++ = temp;
usr/src/grub/grub-0.97/lib/getopt.c
774
char *temp = my_index (optstring, c);
usr/src/grub/grub-0.97/lib/getopt.c
780
if (temp == NULL || c == ':')
usr/src/grub/grub-0.97/lib/getopt.c
796
if (temp[0] == 'W' && temp[1] == ';')
usr/src/grub/grub-0.97/lib/getopt.c
919
if (temp[1] == ':')
usr/src/grub/grub-0.97/lib/getopt.c
921
if (temp[2] == ':')
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
508
luninfo_list_t *lunlistp, *temp;
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
659
for (temp = lunlistp->next; temp != NULL;
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
660
temp = temp->next) {
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
661
if (strcmp(lunlistp->path, temp->path) == 0) {
usr/src/lib/cfgadm_plugins/usb/common/cfga_usb.c
482
char *temp;
usr/src/lib/cfgadm_plugins/usb/common/cfga_usb.c
485
if ((temp = strrchr(ap_id, (int)*PORT_SEPERATOR)) != 0) {
usr/src/lib/cfgadm_plugins/usb/common/cfga_usb.c
486
port_nbr_str = temp + strlen(PORT_SEPERATOR);
usr/src/lib/crypt_modules/bsdbf/blowfish.c
419
uint32_t temp;
usr/src/lib/crypt_modules/bsdbf/blowfish.c
421
temp = 0x00000000;
usr/src/lib/crypt_modules/bsdbf/blowfish.c
427
temp = (temp << 8) | data[j];
usr/src/lib/crypt_modules/bsdbf/blowfish.c
431
return temp;
usr/src/lib/crypt_modules/bsdbf/blowfish.c
440
uint32_t temp;
usr/src/lib/crypt_modules/bsdbf/blowfish.c
447
temp = Blowfish_stream2word(key, keybytes, &j);
usr/src/lib/crypt_modules/bsdbf/blowfish.c
448
c->P[i] = c->P[i] ^ temp;
usr/src/lib/crypt_modules/bsdbf/blowfish.c
479
uint32_t temp;
usr/src/lib/crypt_modules/bsdbf/blowfish.c
486
temp = Blowfish_stream2word(key, keybytes, &j);
usr/src/lib/crypt_modules/bsdbf/blowfish.c
487
c->P[i] = c->P[i] ^ temp;
usr/src/lib/fm/libdiskstatus/common/ds_scsi.c
1091
scsi_temp_log_param_t *temp;
usr/src/lib/fm/libdiskstatus/common/ds_scsi.c
1103
temp = (scsi_temp_log_param_t *)lphp;
usr/src/lib/fm/libdiskstatus/common/ds_scsi.c
1112
temp->t_temp) != 0)
usr/src/lib/fm/libdiskstatus/common/ds_scsi.c
1114
curtemp = temp->t_temp;
usr/src/lib/fm/libdiskstatus/common/ds_scsi.c
1123
temp->t_temp) != 0)
usr/src/lib/fm/libdiskstatus/common/ds_scsi.c
1125
reftemp = temp->t_temp;
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
342
uint32_t temp;
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
366
nvlist_lookup_uint32(drive_stats, DM_TEMPERATURE, &temp) != 0) {
usr/src/lib/fm/topo/modules/common/disk/disk_common.c
378
0 || nvlist_add_double(nvl, TOPO_PROP_VAL_VAL, (double)temp) != 0) {
usr/src/lib/gss_mechs/mech_dummy/mech/dmech.c
397
gss_name_t temp;
usr/src/lib/gss_mechs/mech_dummy/mech/dmech.c
476
(gss_OID)GSS_C_NT_USER_NAME, &temp);
usr/src/lib/gss_mechs/mech_dummy/mech/dmech.c
482
*src_name = temp;
usr/src/lib/gss_mechs/mech_krb5/crypto/des/afsstring2key.c
373
int temp;
usr/src/lib/gss_mechs/mech_krb5/crypto/des/afsstring2key.c
404
temp = E[6*i+j];
usr/src/lib/gss_mechs/mech_krb5/crypto/des/afsstring2key.c
406
E[6*i+j+24] = temp;
usr/src/lib/gss_mechs/mech_krb5/crypto/des/string2key.c
121
temp = (unsigned int) *str++;
usr/src/lib/gss_mechs/mech_krb5/crypto/des/string2key.c
124
fprintf(stdout,"%02x ",temp & 0xff);
usr/src/lib/gss_mechs/mech_krb5/crypto/des/string2key.c
129
*p_char++ ^= (int) temp & 01;
usr/src/lib/gss_mechs/mech_krb5/crypto/des/string2key.c
131
*--p_char ^= (int) temp & 01;
usr/src/lib/gss_mechs/mech_krb5/crypto/des/string2key.c
132
temp = temp >> 1;
usr/src/lib/gss_mechs/mech_krb5/crypto/des/string2key.c
145
temp = 0;
usr/src/lib/gss_mechs/mech_krb5/crypto/des/string2key.c
147
temp |= *p_char++ << (1+j);
usr/src/lib/gss_mechs/mech_krb5/crypto/des/string2key.c
148
*k_p++ = (unsigned char) temp;
usr/src/lib/gss_mechs/mech_krb5/crypto/des/string2key.c
57
register unsigned temp;
usr/src/lib/gss_mechs/mech_krb5/crypto/md4/md4.c
178
#define ROTATE { krb5_ui_4 temp; temp = d, d = c, c = b, b = a, a = temp; }
usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/cc_file.c
1153
krb5_authdata **temp;
usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/cc_file.c
1159
for (temp=a; *temp; temp++)
usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/cc_file.c
1673
struct fcc_set *temp;
usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/cc_file.c
1675
temp = *fccsp;
usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/cc_file.c
1677
free(temp);
usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/cc_file.c
979
krb5_address **temp;
usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/cc_file.c
986
temp = addrs;
usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/cc_file.c
987
while (*temp++)
usr/src/lib/gss_mechs/mech_krb5/mech/util_cksum.c
107
if ((temp = xmalloc(cksum->length)) == NULL) {
usr/src/lib/gss_mechs/mech_krb5/mech/util_cksum.c
113
memcpy(temp, cksum->contents, cksum->length);
usr/src/lib/gss_mechs/mech_krb5/mech/util_cksum.c
115
cksum->contents = (krb5_octet *)temp;
usr/src/lib/gss_mechs/mech_krb5/mech/util_cksum.c
47
void *temp;
usr/src/lib/gss_mechs/mech_spnego/mech/spnego_mech.c
2987
gss_OID_desc *temp = get_mech_oid(minor_status, buff_in,
usr/src/lib/gss_mechs/mech_spnego/mech/spnego_mech.c
2989
if (temp != NULL) {
usr/src/lib/gss_mechs/mech_spnego/mech/spnego_mech.c
2991
temp, &returned_mechSet);
usr/src/lib/gss_mechs/mech_spnego/mech/spnego_mech.c
2994
if (generic_gss_release_oid(minor_status, &temp))
usr/src/lib/iconv_modules/ko/common/iso2022-7_to_euc.c
263
char *temp;
usr/src/lib/iconv_modules/ko/common/iso2022-7_to_euc.c
265
temp = *inbuf;
usr/src/lib/iconv_modules/ko/common/iso2022-7_to_euc.c
267
if ( *inbytesleft >= 4 && temp[0] == ESC && temp[1] == '$'
usr/src/lib/iconv_modules/ko/common/iso2022-7_to_euc.c
268
&& temp[2] == ')' && temp[3] == 'C' ) {
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
100
cd->hbuf[3] = temp[3];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
101
cd->hbuf[4] = temp[4];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
83
char temp[5];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
85
temp[1] = cd->hbuf[1];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
86
temp[2] = cd->hbuf[2];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
87
temp[3] = cd->hbuf[3];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
88
temp[4] = cd->hbuf[4];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
90
make_johap_code((K), temp))) != FAILED)\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
98
cd->hbuf[1] = temp[1];\
usr/src/lib/iconv_modules/ko/common/nbyte_euc.h
99
cd->hbuf[2] = temp[2];\
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
275
unsigned short make_johap_code(int n, char* temp)
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
282
if (temp[4] == '\0')
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
284
save = temp[3];
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
285
temp[3] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
289
save = temp[4];
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
290
temp[4] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
294
code = (temp[1] >= 'A' && temp[1] <= '^') ?
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
295
(unsigned short)X32_19[temp[1] - '@']
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
297
code = (code << 5) | (unsigned short)((temp[2] >= 'b' &&
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
298
temp[2] <= '|') ? X32_21[temp[2] - '`']
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
300
code = (code << 5) | (unsigned short)((temp[3] >= 'A' &&
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
301
temp[3] <= '^') ? X32_28[temp[3] - '@']
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
304
if (temp[4] >= 'A')
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
306
if (temp[3] == 'A' && temp[4] == 'U') /* gs */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
308
else if (temp[3] == 'D' && temp[4] == 'X') /* nj */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
310
else if (temp[3] == 'D' && temp[4] == '^') /* nh */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
312
else if (temp[3] == 'I' && temp[4] == 'A') /* rg */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
314
else if (temp[3] == 'I' && temp[4] == 'Q') /* rm */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
316
else if (temp[3] == 'I' && temp[4] == 'R') /* rb */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
318
else if (temp[3] == 'I' && temp[4] == 'U') /* rs */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
320
else if (temp[3] == 'I' && temp[4] == '\\') /* rt */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
322
else if (temp[3] == 'I' && temp[4] == ']') /* rp */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
324
else if (temp[3] == 'I' && temp[4] == '^') /* rh */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
326
else if (temp[3] == 'R' && temp[4] == 'U') /* bs */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
328
else if (temp[3] == 'U' && temp[4] == 'U') /* ss */
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
332
temp[1] = (n == 1) ? save : '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_UTF2.c
333
temp[2] = temp[3] = temp[4] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
293
unsigned short make_johap_code(int n, char* temp)
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
300
if (temp[4] == '\0')
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
302
save = temp[3];
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
303
temp[3] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
307
save = temp[4];
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
308
temp[4] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
312
code = (temp[1] >= 'A' && temp[1] <= '^') ?
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
313
(unsigned short)X32_19[temp[1] - '@']
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
315
code = (code << 5) | (unsigned short)((temp[2] >= 'b' &&
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
316
temp[2] <= '|') ? X32_21[temp[2] - '`']
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
318
code = (code << 5) | (unsigned short)((temp[3] >= 'A' &&
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
319
temp[3] <= '^') ? X32_28[temp[3] - '@']
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
322
if (temp[4] >= 'A')
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
324
if (temp[3] == 'A' && temp[4] == 'U') /* gs */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
326
else if (temp[3] == 'D' && temp[4] == 'X') /* nj */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
328
else if (temp[3] == 'D' && temp[4] == '^') /* nh */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
330
else if (temp[3] == 'I' && temp[4] == 'A') /* rg */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
332
else if (temp[3] == 'I' && temp[4] == 'Q') /* rm */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
334
else if (temp[3] == 'I' && temp[4] == 'R') /* rb */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
336
else if (temp[3] == 'I' && temp[4] == 'U') /* rs */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
338
else if (temp[3] == 'I' && temp[4] == '\\') /* rt */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
340
else if (temp[3] == 'I' && temp[4] == ']') /* rp */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
342
else if (temp[3] == 'I' && temp[4] == '^') /* rh */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
344
else if (temp[3] == 'R' && temp[4] == 'U') /* bs */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
346
else if (temp[3] == 'U' && temp[4] == 'U') /* ss */
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
350
temp[1] = (n == 1) ? save : '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_to_euc.c
351
temp[2] = temp[3] = temp[4] = '\0';
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
81
char temp[5];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
83
temp[1] = cd->hbuf[1];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
84
temp[2] = cd->hbuf[2];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
85
temp[3] = cd->hbuf[3];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
86
temp[4] = cd->hbuf[4];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
88
make_johap_code((K), temp))) == HANGUL)\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
96
cd->hbuf[1] = temp[1];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
97
cd->hbuf[2] = temp[2];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
98
cd->hbuf[3] = temp[3];\
usr/src/lib/iconv_modules/ko/common/nbyte_utf.h
99
cd->hbuf[4] = temp[4];\
usr/src/lib/krb5/dyn/dyn_realloc.c
56
DynPtr temp;
usr/src/lib/krb5/dyn/dyn_realloc.c
70
temp = (DynPtr) realloc(obj->array, new_size_in_bytes);
usr/src/lib/krb5/dyn/dyn_realloc.c
71
if (temp == NULL) {
usr/src/lib/krb5/dyn/dyn_realloc.c
77
obj->array = temp;
usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/hash_page.c
1246
int ret_val, temp;
usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/hash_page.c
1248
temp = (1 << SPLITNUM(n)) - 1;
usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/hash_page.c
1249
ret_val = bucket_to_page(hashp, temp);
usr/src/lib/libadm/common/ckint.c
95
temp[64];
usr/src/lib/libadm/common/ckint.c
98
setprmpt(temp, base);
usr/src/lib/libadm/common/ckint.c
99
prompt = temp;
usr/src/lib/libadm/common/ckstr.c
116
char temp[1024];
usr/src/lib/libadm/common/ckstr.c
121
(void) snprintf(temp, sizeof (temp), errstr, length);
usr/src/lib/libadm/common/ckstr.c
122
puterror(stdout, temp, error);
usr/src/lib/libadm/common/ckstr.c
127
defhlp = sethlp(temp, regexp, length);
usr/src/lib/libadm/common/ckyorn.c
55
temp[TMPSIZ+1];
usr/src/lib/libadm/common/ckyorn.c
57
for (pt = temp, i = 0; *str && i < TMPSIZ; i++) {
usr/src/lib/libadm/common/ckyorn.c
62
if (strcmp(temp, vchoices[i++]) == 0)
usr/src/lib/libadm/common/pkginfo.c
194
char temp[256];
usr/src/lib/libadm/common/pkginfo.c
203
*temp = '\0';
usr/src/lib/libadm/common/pkginfo.c
205
while (value = fpkgparam(fp, temp)) {
usr/src/lib/libadm/common/pkginfo.c
206
if (strcmp(temp, "ARCH") == 0 ||
usr/src/lib/libadm/common/pkginfo.c
207
strcmp(temp, "CATEGORY") == 0) {
usr/src/lib/libadm/common/pkginfo.c
219
if (strcmp(temp, "NAME") == 0)
usr/src/lib/libadm/common/pkginfo.c
221
else if (strcmp(temp, "VERSION") == 0)
usr/src/lib/libadm/common/pkginfo.c
223
else if (strcmp(temp, "ARCH") == 0)
usr/src/lib/libadm/common/pkginfo.c
225
else if (strcmp(temp, "VENDOR") == 0)
usr/src/lib/libadm/common/pkginfo.c
227
else if (strcmp(temp, "BASEDIR") == 0)
usr/src/lib/libadm/common/pkginfo.c
229
else if (strcmp(temp, "CATEGORY") == 0)
usr/src/lib/libadm/common/pkginfo.c
232
temp[0] = '\0';
usr/src/lib/libadm/common/pkginfo.c
254
(void) snprintf(temp, sizeof (temp),
usr/src/lib/libadm/common/pkginfo.c
256
if (access(temp, 0) == 0)
usr/src/lib/libadm/common/pkginfo.c
259
(void) snprintf(temp, sizeof (temp),
usr/src/lib/libadm/common/pkginfo.c
261
if (access(temp, 0) == 0)
usr/src/lib/libadm/common/pkginfo.c
379
char temp[256];
usr/src/lib/libadm/common/pkginfo.c
381
(void) snprintf(temp, sizeof (temp),
usr/src/lib/libadm/common/pkginfo.c
383
if ((fp = fopen(temp, "r")) == NULL)
usr/src/lib/libadm/common/pkginfo.c
386
while (fgets(temp, 256, fp)) {
usr/src/lib/libadm/common/pkginfo.c
387
if (*temp == '#')
usr/src/lib/libadm/common/pkginfo.c
389
if (verscmp(temp, version) == 0) {
usr/src/lib/libadm/common/pkginfo.c
425
char temp[128];
usr/src/lib/libadm/common/pkginfo.c
438
temp[0] = '\0';
usr/src/lib/libadm/common/pkginfo.c
440
while (value = fpkgparam(fp, temp)) {
usr/src/lib/libadm/common/pkginfo.c
441
if (strcmp(temp, "ARCH") == 0) {
usr/src/lib/libadm/common/pkginfo.c
453
} else if (strcmp(temp, "VERSION") == 0) {
usr/src/lib/libadm/common/pkginfo.c
459
temp[0] = '\0';
usr/src/lib/libadm/common/pkgparam.c
111
char temp[PATH_MAX];
usr/src/lib/libadm/common/pkgparam.c
113
if (pkginfofind(temp, pkg_dir, pkginst))
usr/src/lib/libadm/common/pkgparam.c
114
fp = fopen(temp, "r");
usr/src/lib/libadm/common/puttext.c
278
mlen = wcstombs(mbtemp, temp, MWIDTH+1);
usr/src/lib/libadm/common/puttext.c
284
copy = temp;
usr/src/lib/libadm/common/puttext.c
300
mlen = wcstombs(mbtemp, temp, MWIDTH+1);
usr/src/lib/libadm/common/puttext.c
50
wchar_t *copy, *lastword, *lastend, temp[MWIDTH+1];
usr/src/lib/libadm/common/puttext.c
90
copy = temp;
usr/src/lib/libc/port/gen/crypt.c
1064
char temp;
usr/src/lib/libc/port/gen/crypt.c
1099
temp = E[6*i+j];
usr/src/lib/libc/port/gen/crypt.c
1101
E[6*i+j+24] = temp;
usr/src/lib/libc/port/gen/drand48.c
86
#define REST(v) for (i = 0; i < 3; i++) { xsubi[i] = x[i]; x[i] = temp[i]; } \
usr/src/lib/libc/port/gen/drand48.c
89
int i; TYPE v; unsigned temp[3]; \
usr/src/lib/libc/port/gen/drand48.c
90
for (i = 0; i < 3; i++) { temp[i] = x[i]; x[i] = LOW(xsubi[i]); } \
usr/src/lib/libc/port/gen/localtime.c
688
int temp;
usr/src/lib/libc/port/gen/localtime.c
706
temp = -tmptr->tm_mon;
usr/src/lib/libc/port/gen/localtime.c
708
tmptr->tm_year -= (temp / 12);
usr/src/lib/libc/port/gen/localtime.c
709
if (temp %= 12) { /* Remainder... */
usr/src/lib/libc/port/gen/localtime.c
711
tmptr->tm_mon = 12 - temp;
usr/src/lib/libc/port/gen/mon.c
338
double temp = (double)bufsize;
usr/src/lib/libc/port/gen/mon.c
339
scale = (uint_t)((temp * (long)0200000L) / text);
usr/src/lib/libc/port/gen/swab.c
41
#define STEP (void)((temp = *from++), (*to++ = *from++), (*to++ = temp))
usr/src/lib/libc/port/gen/swab.c
46
char temp;
usr/src/lib/libc/port/print/doprnt.c
1581
wchar_t temp;
usr/src/lib/libc/port/print/doprnt.c
1583
temp = va_arg(args.ap, wchar_t);
usr/src/lib/libc/port/print/doprnt.c
1584
if (temp) {
usr/src/lib/libc/port/print/doprnt.c
1587
buf[0] = temp;
usr/src/lib/libc/port/print/doprnt.c
1589
retcode = wctomb(buf, temp);
usr/src/lib/libc/port/print/doprnt.c
1612
wchar_t temp;
usr/src/lib/libc/port/print/doprnt.c
1614
temp = va_arg(args.ap, wchar_t);
usr/src/lib/libc/port/print/doprnt.c
1615
if (temp) {
usr/src/lib/libc/port/print/doprnt.c
1616
retcode = wctomb(buf, temp);
usr/src/lib/libc/port/print/doprnt.c
1630
long long temp;
usr/src/lib/libc/port/print/doprnt.c
1631
temp = va_arg(args.ap, long long);
usr/src/lib/libc/port/print/doprnt.c
1632
buf[0] = (CHAR_T)temp;
usr/src/lib/libc/port/rt/mqueue.c
182
uint64_t temp;
usr/src/lib/libc/port/rt/mqueue.c
227
temp = (mqhp->mq_maxsz + MQ_ALIGNSIZE - 1) & ~(MQ_ALIGNSIZE - 1);
usr/src/lib/libc/port/rt/mqueue.c
229
nextp = currentp + sizeof (msghdr_t) + temp;
usr/src/lib/libc/port/rt/mqueue.c
387
uint64_t temp;
usr/src/lib/libc/port/rt/mqueue.c
435
temp = (msgsize + MQ_ALIGNSIZE - 1) & ~(MQ_ALIGNSIZE - 1);
usr/src/lib/libc/port/rt/mqueue.c
438
maxmsg * (temp + sizeof (msghdr_t)) +
usr/src/lib/libc/port/stdio/open_memstream.c
141
void *temp;
usr/src/lib/libc/port/stdio/open_memstream.c
142
temp = recallocarray(memp->mstr_buf, memp->mstr_alloc,
usr/src/lib/libc/port/stdio/open_memstream.c
144
if (temp == NULL) {
usr/src/lib/libc/port/stdio/open_memstream.c
147
memp->mstr_buf = temp;
usr/src/lib/libc/port/stdio/open_memstream.c
149
*memp->mstr_ubufp = temp;
usr/src/lib/libc/port/stdio/open_wmemstream.c
75
void *temp;
usr/src/lib/libc/port/stdio/open_wmemstream.c
76
temp = recallocarray(wmemp->wmstr_buf, wmemp->wmstr_alloc,
usr/src/lib/libc/port/stdio/open_wmemstream.c
78
if (temp == NULL) {
usr/src/lib/libc/port/stdio/open_wmemstream.c
81
wmemp->wmstr_buf = temp;
usr/src/lib/libc/port/stdio/open_wmemstream.c
83
*wmemp->wmstr_ubufp = temp;
usr/src/lib/libc/port/stdio/setbuf.c
52
Uchar *temp;
usr/src/lib/libc/port/stdio/setbuf.c
89
temp = buf + PUSHBACK;
usr/src/lib/libc/port/stdio/setbuf.c
90
iop->_base = temp;
usr/src/lib/libc/port/stdio/setbuf.c
91
_setbufend(iop, temp + size);
usr/src/lib/libc/port/stdio/setbuf.c
92
iop->_ptr = temp;
usr/src/lib/libc/port/stdio/setvbuf.c
102
temp = buf + PUSHBACK;
usr/src/lib/libc/port/stdio/setvbuf.c
103
iop->_base = temp;
usr/src/lib/libc/port/stdio/setvbuf.c
104
_setbufend(iop, temp + size);
usr/src/lib/libc/port/stdio/setvbuf.c
105
iop->_ptr = temp;
usr/src/lib/libc/port/stdio/setvbuf.c
45
Uchar *temp;
usr/src/lib/libcrypt/common/cryptio.c
158
char tempbuf[KSIZE], *a, *temp;
usr/src/lib/libcrypt/common/cryptio.c
162
temp = tempbuf;
usr/src/lib/libcrypt/common/cryptio.c
164
temp[i] = *a++;
usr/src/lib/libcrypt/common/cryptio.c
168
temp[i] ^= (char)((gorp>>(8*i))&0377);
usr/src/lib/libcrypt/common/cryptio.c
174
if (writekey(b, temp) == -1) {
usr/src/lib/libcrypt/common/des_crypt.c
333
char c, temp;
usr/src/lib/libcrypt/common/des_crypt.c
362
temp = E[6*i+j];
usr/src/lib/libcrypt/common/des_crypt.c
364
E[6*i+j+24] = (char)temp;
usr/src/lib/libcurses/screen/wcstombs.c
43
char temp[MB_LEN_MAX];
usr/src/lib/libcurses/screen/wcstombs.c
51
if ((val = _curs_wctomb(temp, *pwcs++)) == -1)
usr/src/lib/libcurses/screen/wcstombs.c
58
*s++ = temp[i];
usr/src/lib/libdemangle/common/cxx_util.c
102
void *temp = xrealloc(n->nm_ops, n->nm_items,
usr/src/lib/libdemangle/common/cxx_util.c
105
if (temp == NULL)
usr/src/lib/libdemangle/common/cxx_util.c
108
n->nm_items = temp;
usr/src/lib/libdemangle/common/cxx_util.c
396
void *temp = xrealloc(sub->sub_ops, sub->sub_items,
usr/src/lib/libdemangle/common/cxx_util.c
399
if (temp == NULL)
usr/src/lib/libdemangle/common/cxx_util.c
402
sub->sub_items = temp;
usr/src/lib/libdemangle/common/cxx_util.c
493
void *temp = xrealloc(tpl->tpl_ops, tpl->tpl_items,
usr/src/lib/libdemangle/common/cxx_util.c
496
if (temp == NULL)
usr/src/lib/libdemangle/common/cxx_util.c
499
tpl->tpl_items = temp;
usr/src/lib/libdemangle/common/str.c
110
void *temp;
usr/src/lib/libdemangle/common/str.c
113
temp = zalloc(s->str_ops, newsize);
usr/src/lib/libdemangle/common/str.c
114
if (temp == NULL)
usr/src/lib/libdemangle/common/str.c
117
(void) memcpy(temp, s->str_s, s->str_len);
usr/src/lib/libdemangle/common/str.c
119
temp = xrealloc(s->str_ops, s->str_s, s->str_size, newsize);
usr/src/lib/libdemangle/common/str.c
120
if (temp == NULL)
usr/src/lib/libdemangle/common/str.c
124
s->str_s = temp;
usr/src/lib/libdemangle/common/util.c
82
void *temp = zalloc(ops, newsz);
usr/src/lib/libdemangle/common/util.c
84
if (temp == NULL)
usr/src/lib/libdemangle/common/util.c
88
(void) memcpy(temp, p, oldsz);
usr/src/lib/libdemangle/common/util.c
92
return (temp);
usr/src/lib/libdiskmgt/common/drive.c
584
struct dk_temperature temp;
usr/src/lib/libdiskmgt/common/drive.c
586
if (ioctl(fd, DKIOCGTEMPERATURE, &temp) >= 0) {
usr/src/lib/libdiskmgt/common/drive.c
588
temp.dkt_cur_temp) != 0) {
usr/src/lib/libdladm/common/libdliptun.c
247
uint64_t temp;
usr/src/lib/libdladm/common/libdliptun.c
263
if ((status = dladm_get_conf_field(handle, conf, IPTUN_CONF_TYPE, &temp,
usr/src/lib/libdladm/common/libdliptun.c
264
sizeof (temp))) != DLADM_STATUS_OK)
usr/src/lib/libdladm/common/libdliptun.c
266
params->iptun_param_type = (iptun_type_t)temp;
usr/src/lib/libfdisk/common/libfdisk.c
1205
logical_drive_t *temp;
usr/src/lib/libfdisk/common/libfdisk.c
1231
for (temp = epp->ld_head; temp != NULL; temp = temp->next) {
usr/src/lib/libfdisk/common/libfdisk.c
1232
if (temp == epp->ld_head) {
usr/src/lib/libfdisk/common/libfdisk.c
1235
abs_secnum = temp->abs_secnum;
usr/src/lib/libfdisk/common/libfdisk.c
1237
if (temp->modified == FDISK_MINOR_WRITE) {
usr/src/lib/libfdisk/common/libfdisk.c
1239
temp->parts, abs_secnum);
usr/src/lib/libfdisk/common/libfdisk.c
1243
temp->modified = 0;
usr/src/lib/libfdisk/common/libfdisk.c
1244
} else if (temp->modified == FDISK_MAJOR_WRITE) {
usr/src/lib/libfdisk/common/libfdisk.c
1290
for (temp = epp->ld_head, ld_count = 0; temp != NULL;
usr/src/lib/libfdisk/common/libfdisk.c
1291
temp = temp->next, ld_count++) {
usr/src/lib/libfdisk/common/libfdisk.c
1295
abs_secnum = temp->abs_secnum;
usr/src/lib/libfdisk/common/libfdisk.c
1297
if (temp->modified) {
usr/src/lib/libfdisk/common/libfdisk.c
1299
temp->parts, abs_secnum);
usr/src/lib/libfdisk/common/libfdisk.c
1313
if ((!wflag) && (temp->modified ==
usr/src/lib/libfdisk/common/libfdisk.c
155
ext_part_t *temp;
usr/src/lib/libfdisk/common/libfdisk.c
160
if ((temp = calloc(1, sizeof (ext_part_t))) == NULL) {
usr/src/lib/libfdisk/common/libfdisk.c
165
(void) strncpy(temp->device_name, devstr,
usr/src/lib/libfdisk/common/libfdisk.c
166
sizeof (temp->device_name));
usr/src/lib/libfdisk/common/libfdisk.c
169
if (stat(temp->device_name, &sbuf) != 0) {
usr/src/lib/libfdisk/common/libfdisk.c
172
(void) snprintf(temp->device_name, sizeof (temp->device_name),
usr/src/lib/libfdisk/common/libfdisk.c
175
if (stat(temp->device_name, &sbuf) != 0) {
usr/src/lib/libfdisk/common/libfdisk.c
182
if (strrchr(temp->device_name, 'p') == NULL) {
usr/src/lib/libfdisk/common/libfdisk.c
183
(void) strcat(temp->device_name, "p0");
usr/src/lib/libfdisk/common/libfdisk.c
186
if (stat(temp->device_name, &sbuf) != 0) {
usr/src/lib/libfdisk/common/libfdisk.c
201
temp->ld_head = NULL;
usr/src/lib/libfdisk/common/libfdisk.c
202
temp->sorted_ld_head = NULL;
usr/src/lib/libfdisk/common/libfdisk.c
204
if ((temp->dev_fd = open(temp->device_name, O_RDWR, 0666)) < 0) {
usr/src/lib/libfdisk/common/libfdisk.c
209
if ((temp->mtable = parttab) == NULL) {
usr/src/lib/libfdisk/common/libfdisk.c
210
if ((rval = fdisk_init_master_part_table(temp)) !=
usr/src/lib/libfdisk/common/libfdisk.c
224
temp->op_flag = opflag;
usr/src/lib/libfdisk/common/libfdisk.c
226
if ((rval = fdisk_init_disk_geom(temp)) != FDISK_SUCCESS) {
usr/src/lib/libfdisk/common/libfdisk.c
230
*epp = temp;
usr/src/lib/libfdisk/common/libfdisk.c
243
free(temp);
usr/src/lib/libfdisk/common/libfdisk.c
361
logical_drive_t *temp = fdisk_get_ld_head(epp);
usr/src/lib/libfdisk/common/libfdisk.c
366
for (pno = 5; temp != NULL; temp = temp->next, pno++) {
usr/src/lib/libfdisk/common/libfdisk.c
367
if (fdisk_is_solaris_part(LE_8(temp->parts[0].systid))) {
usr/src/lib/libfdisk/common/libfdisk.c
368
part_start = temp->abs_secnum + temp->logdrive_offset;
usr/src/lib/libfdisk/common/libfdisk.c
369
if ((temp->parts[0].systid == SUNIXOS) &&
usr/src/lib/libfdisk/common/libfdisk.c
376
*numsec = temp->numsect;
usr/src/lib/libfdisk/common/libfdisk.c
387
logical_drive_t *temp = fdisk_get_ld_head(epp);
usr/src/lib/libfdisk/common/libfdisk.c
394
for (pno = 5; (pno < pnum) && (temp != NULL); temp = temp->next, pno++)
usr/src/lib/libfdisk/common/libfdisk.c
397
if (temp == NULL) {
usr/src/lib/libfdisk/common/libfdisk.c
401
*sysid = LE_8(temp->parts[0].systid);
usr/src/lib/libfdisk/common/libfdisk.c
402
*begsec = temp->abs_secnum + temp->logdrive_offset;
usr/src/lib/libfdisk/common/libfdisk.c
403
*numsec = temp->numsect;
usr/src/lib/libfdisk/common/libfdisk.c
413
logical_drive_t *temp;
usr/src/lib/libfdisk/common/libfdisk.c
415
if ((temp = calloc(1, sizeof (logical_drive_t))) == NULL) {
usr/src/lib/libfdisk/common/libfdisk.c
418
temp->next = NULL;
usr/src/lib/libfdisk/common/libfdisk.c
419
return (temp);
usr/src/lib/libfdisk/common/libfdisk.c
428
logical_drive_t *temp;
usr/src/lib/libfdisk/common/libfdisk.c
430
for (temp = epp->ld_head; temp != NULL; ) {
usr/src/lib/libfdisk/common/libfdisk.c
431
temp = epp->ld_head -> next;
usr/src/lib/libfdisk/common/libfdisk.c
433
epp->ld_head = temp;
usr/src/lib/libfdisk/common/libfdisk.c
445
logical_drive_t *temp;
usr/src/lib/libfdisk/common/libfdisk.c
468
for (temp = epp->sorted_ld_head; temp != NULL; temp =
usr/src/lib/libfdisk/common/libfdisk.c
469
temp->sorted_next) {
usr/src/lib/libfdisk/common/libfdisk.c
470
if (temp->abs_secnum == *first_free_sec) {
usr/src/lib/libfdisk/common/libfdisk.c
471
*first_free_sec = temp->abs_secnum +
usr/src/lib/libfdisk/common/libfdisk.c
472
temp->logdrive_offset + temp->numsect;
usr/src/lib/libfdisk/common/libfdisk.c
505
logical_drive_t *temp;
usr/src/lib/libfdisk/common/libfdisk.c
509
for (temp = epp->sorted_ld_head; temp != NULL;
usr/src/lib/libfdisk/common/libfdisk.c
510
temp = temp->sorted_next) {
usr/src/lib/libfdisk/common/libfdisk.c
511
if (temp->abs_secnum > begsec) {
usr/src/lib/libfdisk/common/libfdisk.c
512
last_free_sec = temp->abs_secnum - 1;
usr/src/lib/libfdisk/common/libfdisk.c
570
logical_drive_t *temp;
usr/src/lib/libfdisk/common/libfdisk.c
573
for (temp = epp->ld_head; temp != NULL; temp = temp->next) {
usr/src/lib/libfdisk/common/libfdisk.c
574
firstsec = temp->abs_secnum;
usr/src/lib/libfdisk/common/libfdisk.c
575
lastsec = firstsec + temp->logdrive_offset + temp->numsect - 1;
usr/src/lib/libfdisk/common/libfdisk.c
626
logical_drive_t *temp, *ep_ptr;
usr/src/lib/libfdisk/common/libfdisk.c
666
temp = fdisk_alloc_ld_node();
usr/src/lib/libfdisk/common/libfdisk.c
667
temp->abs_secnum = secnum;
usr/src/lib/libfdisk/common/libfdisk.c
668
temp->logdrive_offset =
usr/src/lib/libfdisk/common/libfdisk.c
670
temp ->numsect = LE_32(ext_fdp->numsect);
usr/src/lib/libfdisk/common/libfdisk.c
673
if (temp->logdrive_offset >
usr/src/lib/libfdisk/common/libfdisk.c
676
temp->abs_secnum +=
usr/src/lib/libfdisk/common/libfdisk.c
677
temp->logdrive_offset;
usr/src/lib/libfdisk/common/libfdisk.c
678
temp->logdrive_offset = 0;
usr/src/lib/libfdisk/common/libfdisk.c
681
temp->begcyl =
usr/src/lib/libfdisk/common/libfdisk.c
682
FDISK_SECT_TO_CYL(epp, temp->abs_secnum);
usr/src/lib/libfdisk/common/libfdisk.c
683
temp->endcyl = FDISK_SECT_TO_CYL(epp,
usr/src/lib/libfdisk/common/libfdisk.c
684
temp->abs_secnum +
usr/src/lib/libfdisk/common/libfdisk.c
685
temp->logdrive_offset +
usr/src/lib/libfdisk/common/libfdisk.c
686
temp->numsect - 1);
usr/src/lib/libfdisk/common/libfdisk.c
692
temp->abs_secnum, temp->logdrive_offset,
usr/src/lib/libfdisk/common/libfdisk.c
693
temp->numsect)) {
usr/src/lib/libfdisk/common/libfdisk.c
695
free(temp);
usr/src/lib/libfdisk/common/libfdisk.c
699
temp->parts[0] = *ext_fdp;
usr/src/lib/libfdisk/common/libfdisk.c
701
temp->parts[1] = *ext_fdp;
usr/src/lib/libfdisk/common/libfdisk.c
704
epp->ld_head = temp;
usr/src/lib/libfdisk/common/libfdisk.c
705
epp->sorted_ld_head = temp;
usr/src/lib/libfdisk/common/libfdisk.c
706
ep_ptr = temp;
usr/src/lib/libfdisk/common/libfdisk.c
709
ep_ptr->next = temp;
usr/src/lib/libfdisk/common/libfdisk.c
710
ep_ptr = temp;
usr/src/lib/libfdisk/common/libfdisk.c
712
temp);
usr/src/lib/libfdisk/common/libfdisk.c
720
temp->modified = FDISK_MINOR_WRITE;
usr/src/lib/libfdisk/common/libfdisk.c
843
logical_drive_t *temp;
usr/src/lib/libfdisk/common/libfdisk.c
864
for (temp = epp->ld_head; temp != NULL; temp = temp->next) {
usr/src/lib/libfdisk/common/libfdisk.c
865
if ((begcyl >= temp->begcyl) &&
usr/src/lib/libfdisk/common/libfdisk.c
866
(begcyl <= temp->endcyl)) {
usr/src/lib/libfdisk/common/libfdisk.c
878
logical_drive_t *temp;
usr/src/lib/libfdisk/common/libfdisk.c
882
for (temp = epp->ld_head; i < pno; temp = temp->next, i++)
usr/src/lib/libfdisk/common/libfdisk.c
885
temp->parts[0].systid = LE_8(partid);
usr/src/lib/libfdisk/common/libfdisk.c
886
temp->modified = FDISK_MAJOR_WRITE;
usr/src/lib/libfdisk/common/libfdisk.c
910
logical_drive_t *temp, *pre, *cur;
usr/src/lib/libfdisk/common/libfdisk.c
913
temp = fdisk_alloc_ld_node();
usr/src/lib/libfdisk/common/libfdisk.c
914
temp->abs_secnum = begsec;
usr/src/lib/libfdisk/common/libfdisk.c
915
temp->logdrive_offset = MAX_LOGDRIVE_OFFSET;
usr/src/lib/libfdisk/common/libfdisk.c
916
temp->numsect = endsec - begsec + 1 - MAX_LOGDRIVE_OFFSET;
usr/src/lib/libfdisk/common/libfdisk.c
917
temp->begcyl = FDISK_SECT_TO_CYL(epp, begsec);
usr/src/lib/libfdisk/common/libfdisk.c
918
temp->endcyl = FDISK_SECT_TO_CYL(epp, endsec);
usr/src/lib/libfdisk/common/libfdisk.c
919
temp->modified = FDISK_MAJOR_WRITE;
usr/src/lib/libfdisk/common/libfdisk.c
921
part = &temp->parts[0];
usr/src/lib/libfdisk/common/libfdisk.c
925
part->numsect = LE_32(temp->numsect);
usr/src/lib/libfdisk/common/libfdisk.c
933
temp->numsect = endsec - begsec + 1;
usr/src/lib/libfdisk/common/libfdisk.c
934
part->numsect = LE_32(temp->numsect);
usr/src/lib/libfdisk/common/libfdisk.c
936
temp->logdrive_offset = 0;
usr/src/lib/libfdisk/common/libfdisk.c
938
temp->abs_secnum = epp->ext_beg_sec;
usr/src/lib/libfdisk/common/libfdisk.c
939
temp->logdrive_offset = LE_32(part->relsect);
usr/src/lib/libfdisk/common/libfdisk.c
943
epp->ld_head = temp;
usr/src/lib/libfdisk/common/libfdisk.c
944
epp->sorted_ld_head = temp;
usr/src/lib/libfdisk/common/libfdisk.c
949
if (temp->abs_secnum == epp->ext_beg_sec) {
usr/src/lib/libfdisk/common/libfdisk.c
951
temp->logdrive_offset--;
usr/src/lib/libfdisk/common/libfdisk.c
952
temp->abs_secnum++;
usr/src/lib/libfdisk/common/libfdisk.c
961
part->relsect = LE_32(temp->abs_secnum - epp->ext_beg_sec);
usr/src/lib/libfdisk/common/libfdisk.c
962
part->numsect = LE_32(temp->numsect + temp->logdrive_offset);
usr/src/lib/libfdisk/common/libfdisk.c
966
pre->next = temp;
usr/src/lib/libfdisk/common/libfdisk.c
969
fdisk_ext_place_in_sorted_list(epp, temp);
usr/src/lib/libinstzones/common/zones.c
374
zoneBrandList_t *temp = brands;
usr/src/lib/libinstzones/common/zones.c
377
free(temp);
usr/src/lib/libjedec/common/libjedec_temp.c
91
libjedec_temp_range(libjedec_temp_range_t temp, int32_t *min, int32_t *max)
usr/src/lib/libjedec/common/libjedec_temp.c
94
if (temp == libjedec_temp_map[i].ltm_temp) {
usr/src/lib/libkmf/plugins/kmf_pkcs11/common/pkcs11_spi.c
344
OBJLIST *temp = head;
usr/src/lib/libkmf/plugins/kmf_pkcs11/common/pkcs11_spi.c
346
while (temp != NULL) {
usr/src/lib/libkmf/plugins/kmf_pkcs11/common/pkcs11_spi.c
348
free(temp);
usr/src/lib/libkmf/plugins/kmf_pkcs11/common/pkcs11_spi.c
349
temp = head;
usr/src/lib/libm/common/C/jn.c
128
temp = cos(x)+sin(x);
usr/src/lib/libm/common/C/jn.c
131
temp = -cos(x)+sin(x);
usr/src/lib/libm/common/C/jn.c
134
temp = -cos(x)-sin(x);
usr/src/lib/libm/common/C/jn.c
137
temp = cos(x)-sin(x);
usr/src/lib/libm/common/C/jn.c
140
b = invsqrtpi*temp/sqrt(x);
usr/src/lib/libm/common/C/jn.c
145
temp = b;
usr/src/lib/libm/common/C/jn.c
148
a = temp;
usr/src/lib/libm/common/C/jn.c
229
temp = b;
usr/src/lib/libm/common/C/jn.c
231
a = temp;
usr/src/lib/libm/common/C/jn.c
235
temp = b;
usr/src/lib/libm/common/C/jn.c
237
a = temp;
usr/src/lib/libm/common/C/jn.c
259
GENERIC a, b, temp = 0, ox, on;
usr/src/lib/libm/common/C/jn.c
308
temp = sin(x)-cos(x);
usr/src/lib/libm/common/C/jn.c
311
temp = -sin(x)-cos(x);
usr/src/lib/libm/common/C/jn.c
314
temp = -sin(x)+cos(x);
usr/src/lib/libm/common/C/jn.c
317
temp = sin(x)+cos(x);
usr/src/lib/libm/common/C/jn.c
320
b = invsqrtpi*temp/sqrt(x);
usr/src/lib/libm/common/C/jn.c
328
temp = b;
usr/src/lib/libm/common/C/jn.c
333
a = temp;
usr/src/lib/libm/common/C/jn.c
75
GENERIC a, b, temp = 0;
usr/src/lib/libm/common/LD/jnl.c
118
temp = cosl(x)+sinl(x);
usr/src/lib/libm/common/LD/jnl.c
121
temp = -cosl(x)+sinl(x);
usr/src/lib/libm/common/LD/jnl.c
124
temp = -cosl(x)-sinl(x);
usr/src/lib/libm/common/LD/jnl.c
127
temp = cosl(x)-sinl(x);
usr/src/lib/libm/common/LD/jnl.c
130
b = invsqrtpi*temp/sqrtl(x);
usr/src/lib/libm/common/LD/jnl.c
135
temp = b;
usr/src/lib/libm/common/LD/jnl.c
138
a = temp;
usr/src/lib/libm/common/LD/jnl.c
220
temp = b;
usr/src/lib/libm/common/LD/jnl.c
222
a = temp;
usr/src/lib/libm/common/LD/jnl.c
226
temp = b;
usr/src/lib/libm/common/LD/jnl.c
228
a = temp;
usr/src/lib/libm/common/LD/jnl.c
250
GENERIC a, b, temp = 0;
usr/src/lib/libm/common/LD/jnl.c
290
temp = sinl(x)-cosl(x);
usr/src/lib/libm/common/LD/jnl.c
293
temp = -sinl(x)-cosl(x);
usr/src/lib/libm/common/LD/jnl.c
296
temp = -sinl(x)+cosl(x);
usr/src/lib/libm/common/LD/jnl.c
299
temp = sinl(x)+cosl(x);
usr/src/lib/libm/common/LD/jnl.c
302
b = invsqrtpi*temp/sqrtl(x);
usr/src/lib/libm/common/LD/jnl.c
310
temp = b;
usr/src/lib/libm/common/LD/jnl.c
315
a = temp;
usr/src/lib/libm/common/LD/jnl.c
74
GENERIC a, b, temp = 0, z, w;
usr/src/lib/libm/common/Q/jnl.c
118
temp = cosl(x)+sinl(x);
usr/src/lib/libm/common/Q/jnl.c
121
temp = -cosl(x)+sinl(x);
usr/src/lib/libm/common/Q/jnl.c
124
temp = -cosl(x)-sinl(x);
usr/src/lib/libm/common/Q/jnl.c
127
temp = cosl(x)-sinl(x);
usr/src/lib/libm/common/Q/jnl.c
130
b = invsqrtpi*temp/sqrtl(x);
usr/src/lib/libm/common/Q/jnl.c
135
temp = b;
usr/src/lib/libm/common/Q/jnl.c
138
a = temp;
usr/src/lib/libm/common/Q/jnl.c
220
temp = b;
usr/src/lib/libm/common/Q/jnl.c
222
a = temp;
usr/src/lib/libm/common/Q/jnl.c
226
temp = b;
usr/src/lib/libm/common/Q/jnl.c
228
a = temp;
usr/src/lib/libm/common/Q/jnl.c
250
GENERIC a, b, temp;
usr/src/lib/libm/common/Q/jnl.c
289
temp = sinl(x)-cosl(x);
usr/src/lib/libm/common/Q/jnl.c
292
temp = -sinl(x)-cosl(x);
usr/src/lib/libm/common/Q/jnl.c
295
temp = -sinl(x)+cosl(x);
usr/src/lib/libm/common/Q/jnl.c
298
temp = sinl(x)+cosl(x);
usr/src/lib/libm/common/Q/jnl.c
301
b = invsqrtpi*temp/sqrtl(x);
usr/src/lib/libm/common/Q/jnl.c
309
temp = b;
usr/src/lib/libm/common/Q/jnl.c
314
a = temp;
usr/src/lib/libm/common/Q/jnl.c
74
GENERIC a, b, temp, z, w;
usr/src/lib/libm/common/R/besself.c
610
double a, b, temp, x, z, w, t, q0, q1, h;
usr/src/lib/libm/common/R/besself.c
647
temp = b;
usr/src/lib/libm/common/R/besself.c
649
a = temp;
usr/src/lib/libm/common/R/besself.c
707
temp = z * q1 - q0;
usr/src/lib/libm/common/R/besself.c
709
q1 = temp;
usr/src/lib/libm/common/R/besself.c
725
temp = (double)n;
usr/src/lib/libm/common/R/besself.c
726
temp *= log((two / x) * temp);
usr/src/lib/libm/common/R/besself.c
727
if (temp < 7.09782712893383973096e+02) {
usr/src/lib/libm/common/R/besself.c
729
temp = b;
usr/src/lib/libm/common/R/besself.c
731
a = temp;
usr/src/lib/libm/common/R/besself.c
735
temp = b;
usr/src/lib/libm/common/R/besself.c
737
a = temp;
usr/src/lib/libm/common/R/besself.c
758
double a, b, temp, x;
usr/src/lib/libm/common/R/besself.c
794
temp = b;
usr/src/lib/libm/common/R/besself.c
799
a = temp;
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1218
char *p, *str_end, *temp;
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1228
if (NULL == (p = get_next_token(p, &temp, str_end)))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1230
sp->sp_lstchg = atoi(temp);
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1233
if (NULL == (p = get_next_token(p, &temp, str_end)))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1235
sp->sp_min = atoi(temp);
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1238
if (NULL == (p = get_next_token(p, &temp, str_end)))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1240
sp->sp_max = atoi(temp);
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1243
if (NULL == (p = get_next_token(p, &temp, str_end)))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1245
sp->sp_warn = atoi(temp);
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1248
if (NULL == (p = get_next_token(p, &temp, str_end)))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1250
sp->sp_inact = atoi(temp);
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1253
if (NULL == (p = get_next_token(p, &temp, str_end)))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1255
sp->sp_expire = atoi(temp);
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1258
if (NULL != (p = get_next_token(p, &temp, str_end)))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
1260
sp->sp_flag = atoi(temp);
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
805
char *p, *str_end, *temp;
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
811
if (NULL == (p = get_next_token(data->dptr, &temp, str_end)))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
818
pwd->pw_name = temp;
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
821
if (NULL == (p = get_next_token(p, &temp, str_end)))
usr/src/lib/libnisdb/yptol/shim_changepasswd.c
828
pwd->pw_passwd = temp;
usr/src/lib/libnsl/dial/sysfiles.c
347
int temp;
usr/src/lib/libnsl/dial/sysfiles.c
349
#define setuint(a, b, c) a = (((temp = atoi(b)) <= 0) ? (c) : temp)
usr/src/lib/libnsl/nis/gen/nis_subr.c
209
char *temp; /* temp marker */
usr/src/lib/libnsl/nis/gen/nis_subr.c
224
temp = strrchr(ln->group, '.');
usr/src/lib/libnsl/nis/gen/nis_subr.c
227
if ((temp == NULL) || (temp[1] != '\0')) {
usr/src/lib/libnsl/rpc/rpcdname.c
53
char temp[256];
usr/src/lib/libnsl/rpc/rpcdname.c
63
if (getdomainname(temp, (size_t)sizeof (temp)) < 0) {
usr/src/lib/libnsl/rpc/rpcdname.c
67
if ((int)strlen(temp) > 0) {
usr/src/lib/libnsl/rpc/rpcdname.c
68
default_domain = strdup(temp);
usr/src/lib/libnsl/yp/yp_bind.c
856
char temp[256];
usr/src/lib/libnsl/yp/yp_bind.c
864
if (getdomainname(temp, sizeof (temp)) < 0) {
usr/src/lib/libnsl/yp/yp_bind.c
868
if (strlen(temp) > 0) {
usr/src/lib/libnsl/yp/yp_bind.c
869
default_domain = malloc((strlen(temp) + 1));
usr/src/lib/libnsl/yp/yp_bind.c
874
(void) strcpy(default_domain, temp);
usr/src/lib/libpkg/common/gpkglist.c
119
char temp[LSIZE];
usr/src/lib/libpkg/common/gpkglist.c
149
(void) snprintf(temp, sizeof (temp),
usr/src/lib/libpkg/common/gpkglist.c
152
if (setitem(menup, temp)) {
usr/src/lib/libpkg/common/pkgserv.c
163
char temp[PATH_MAX];
usr/src/lib/libpkg/common/pkgserv.c
166
if (snprintf(temp, PATH_MAX, "%s%s",
usr/src/lib/libpkg/common/pkgserv.c
173
if (stat(temp, &buf) != 0) {
usr/src/lib/libpkg/common/pkgserv.c
190
if (realpath(temp, fullpath) == NULL) {
usr/src/lib/libpkg/common/pkgserv.c
229
if (snprintf(temp, PATH_MAX, "%s%s", saved.mnt_special,
usr/src/lib/libpkg/common/pkgtrans.c
1225
(void) snprintf(temp, sizeof (temp),
usr/src/lib/libpkg/common/pkgtrans.c
1227
if (iscpio(temp, &iscomp) || isdir(temp) == 0) {
usr/src/lib/libpkg/common/pkgtrans.c
1229
(void) strlcat(cmd, temp, sizeof (cmd));
usr/src/lib/libpkg/common/pkgtrans.c
1231
(void) snprintf(temp, sizeof (temp),
usr/src/lib/libpkg/common/pkgtrans.c
1233
if (iscpio(temp, &iscomp) || isdir(temp) == 0) {
usr/src/lib/libpkg/common/pkgtrans.c
1235
(void) strlcat(cmd, temp, sizeof (cmd));
usr/src/lib/libpkg/common/pkgtrans.c
1237
(void) snprintf(temp, sizeof (temp),
usr/src/lib/libpkg/common/pkgtrans.c
1239
if (isdir(temp) == 0) {
usr/src/lib/libpkg/common/pkgtrans.c
1241
(void) strlcat(cmd, temp, sizeof (cmd));
usr/src/lib/libpkg/common/pkgtrans.c
900
char dstdir[PATH_MAX], temp[PATH_MAX], srcdir[PATH_MAX];
usr/src/lib/libpkg/common/pkgtrans.c
944
(void) strlcpy(temp, srcinst, sizeof (temp));
usr/src/lib/libpkg/common/pkgtrans.c
945
if (pt = strchr(temp, '.'))
usr/src/lib/libpkg/common/pkgtrans.c
947
(void) strlcat(temp, ".*", sizeof (temp));
usr/src/lib/libpkg/common/pkgtrans.c
949
if (pt = fpkginst(temp, info.arch, info.version)) {
usr/src/lib/libpkg/common/pkgtrans.c
971
if (pt = strchr(temp, '.'))
usr/src/lib/libpkg/common/pkgtrans.c
975
"%s.%d", temp, i);
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
202
Prop *temp; /* newly allocated property */
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
273
if ((temp = (Prop *) malloc(sizeof (Prop))) == NULL) {
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
302
temp->name.val_ptr = (void *)di_name;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
303
temp->name.opp.oprom_array = temp->name.val_ptr;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
304
temp->name.opp.holds_array = 1;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
306
temp->value.val_ptr = (void *)di_data;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
309
temp->value.opp.oprom_node[i] =
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
312
temp->value.opp.holds_array = 0;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
314
temp->value.opp.oprom_array = temp->value.val_ptr;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
316
temp->value.opp.holds_array = 0;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
318
temp->value.opp.holds_array = 1;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
321
temp->size = retval;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
325
pnode->props = temp;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
327
prop->next = temp;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
328
prop = temp;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
352
if ((temp = (Prop *) malloc(sizeof (Prop))) == NULL) {
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
372
temp->name.val_ptr = (void *)p_name;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
373
temp->name.opp.oprom_array = temp->name.val_ptr;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
374
temp->name.opp.holds_array = 1;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
376
temp->value.val_ptr = (void *)p_data;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
379
temp->value.opp.oprom_node[i] =
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
382
temp->value.opp.holds_array = 0;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
384
temp->value.opp.oprom_array = temp->value.val_ptr;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
385
temp->value.opp.holds_array = 1;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
388
temp->size = retval;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
392
pnode->props = temp;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
394
prop->next = temp;
usr/src/lib/libprtdiag/common/libdevinfo_sun4u.c
396
prop = temp;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
119
StaticProp *temp;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
128
if ((temp = malloc(sizeof (StaticProp))) == NULL) {
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
148
temp->name.opp.oprom_size = opp->oprom_size;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
149
(void) strcpy(temp->name.opp.oprom_array,
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
152
(void) strcpy(temp->value.opp.oprom_array,
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
153
temp->name.opp.oprom_array);
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
154
getpropval(&temp->value.opp);
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
155
temp->size = temp->value.opp.oprom_size;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
168
new->name.opp.oprom_size = temp->name.opp.oprom_size;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
176
temp->name.opp.oprom_array);
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
188
new->value.opp.oprom_size = temp->value.opp.oprom_size;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
190
if (*(temp->value.opp.oprom_array) == '\0') {
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
193
*(&temp->value.opp.oprom_node+i);
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
213
tempp = temp->value.opp.oprom_array;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
220
new->size = temp->size;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
231
free(temp);
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
377
Board_node *temp = root->bd_list;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
387
if (temp == NULL)
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
389
else if (temp->board_num > board) {
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
390
bnode->next = temp;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
393
while ((temp->next != NULL) && (board > temp->next->board_num))
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
394
temp = temp->next;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
395
bnode->next = temp->next;
usr/src/lib/libprtdiag/common/pdevinfo_funcs.c
396
temp->next = bnode;
usr/src/lib/libprtdiag/common/prom.c
63
char *temp;
usr/src/lib/libprtdiag/common/prom.c
80
temp = vers + strlen(vers) + 1;
usr/src/lib/libprtdiag/common/prom.c
81
log_printf("%s", temp, 0);
usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/cherrystone.c
732
int32_t temp;
usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/cherrystone.c
780
"Temperature", &temp, sizeof (temp));
usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/cherrystone.c
785
log_printf("%s\t\t%3d\t\t%s\n", label, temp, state);
usr/src/lib/libprtdiag_psr/sparc/daktari/common/daktari.c
1176
int32_t temp;
usr/src/lib/libprtdiag_psr/sparc/daktari/common/daktari.c
1224
"Temperature", &temp, sizeof (temp));
usr/src/lib/libprtdiag_psr/sparc/daktari/common/daktari.c
1229
log_printf("%s\t\t%3d\t\t%s\n", label, temp, state);
usr/src/lib/libprtdiag_psr/sparc/daktari/common/workfile.c
346
Board_node *temp = root->bd_list;
usr/src/lib/libprtdiag_psr/sparc/daktari/common/workfile.c
358
if (temp == NULL)
usr/src/lib/libprtdiag_psr/sparc/daktari/common/workfile.c
361
else if (temp->board_num > board) {
usr/src/lib/libprtdiag_psr/sparc/daktari/common/workfile.c
362
bnode->next = temp;
usr/src/lib/libprtdiag_psr/sparc/daktari/common/workfile.c
366
while ((temp->next != NULL) && (board > temp->next->board_num))
usr/src/lib/libprtdiag_psr/sparc/daktari/common/workfile.c
367
temp = temp->next;
usr/src/lib/libprtdiag_psr/sparc/daktari/common/workfile.c
369
bnode->next = temp->next;
usr/src/lib/libprtdiag_psr/sparc/daktari/common/workfile.c
370
temp->next = bnode;
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/littleneck.c
901
int32_t temp, number;
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/littleneck.c
918
"Temperature", &temp, sizeof (temp));
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/littleneck.c
920
log_printf(dgettext(TEXT_DOMAIN, " %02d"), temp);
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/workfile.c
405
Board_node *temp = root->bd_list;
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/workfile.c
418
if (temp == NULL)
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/workfile.c
421
else if (temp->board_num > board) {
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/workfile.c
422
bnode->next = temp;
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/workfile.c
426
while ((temp->next != NULL) && (board > temp->next->board_num))
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/workfile.c
427
temp = temp->next;
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/workfile.c
429
bnode->next = temp->next;
usr/src/lib/libprtdiag_psr/sparc/littleneck/common/workfile.c
430
temp->next = bnode;
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1876
Board_node *temp = root->bd_list;
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1889
if (temp == NULL)
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1892
else if ((temp->board_num > board) && (temp->node_id >= nodeid)) {
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1893
bnode->next = temp;
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1897
while ((temp->next != NULL) &&
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1898
((board > temp->next->board_num) ||
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1899
(nodeid > temp->node_id)))
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1900
temp = temp->next;
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1902
bnode->next = temp->next;
usr/src/lib/libprtdiag_psr/sparc/serengeti/common/serengeti.c
1903
temp->next = bnode;
usr/src/lib/librcm/librcm.c
56
void *temp;
usr/src/lib/librcm/librcm.c
82
if ((temp = rcm_module_open(namebuf)) == NULL) {
usr/src/lib/librcm/librcm.c
89
rcm_module_close(temp);
usr/src/lib/libsldap/common/ns_crypt.c
116
int ic, i, k, temp;
usr/src/lib/libsldap/common/ns_crypt.c
143
temp = t1[k];
usr/src/lib/libsldap/common/ns_crypt.c
145
t1[ic] = temp;
usr/src/lib/libsmbfs/smb/ui-sun.c
48
char temp[MAXLINE+1];
usr/src/lib/libsmbfs/smb/ui-sun.c
52
memset(temp, 0, sizeof (temp));
usr/src/lib/libsmbfs/smb/ui-sun.c
55
cp = temp;
usr/src/lib/libsmbfs/smb/ui-sun.c
62
if (cp == &temp[MAXLINE])
usr/src/lib/libsmbfs/smb/ui-sun.c
67
if (cp == temp)
usr/src/lib/libsmbfs/smb/ui-sun.c
71
strncpy(buf, temp, buflen);
usr/src/lib/libsqlite/src/parse.y
272
cmd ::= CREATE(X) temp(T) VIEW nm(Y) AS select(S). {
usr/src/lib/libsqlite/src/parse.y
800
trigger_decl ::= temp(T) TRIGGER nm(B) trigger_time(C) trigger_event(D)
usr/src/lib/libsqlite/src/parse.y
91
create_table ::= CREATE(X) temp(T) TABLE nm(Y). {
usr/src/lib/libsqlite/src/parse.y
94
%type temp {int}
usr/src/lib/libsqlite/src/parse.y
95
temp(A) ::= TEMP. {A = 1;}
usr/src/lib/libsqlite/src/parse.y
96
temp(A) ::= . {A = 0;}
usr/src/lib/libsqlite/src/test4.c
578
sqlite *temp;
usr/src/lib/libsqlite/src/test4.c
598
temp = threadset[i].db;
usr/src/lib/libsqlite/src/test4.c
600
threadset[j].db = temp;
usr/src/lib/libxcurses/src/libc/xcurses/mvcur.c
56
struct Sequence* temp = s1; \
usr/src/lib/libxcurses/src/libc/xcurses/mvcur.c
58
s2 = temp; \
usr/src/lib/libxcurses/src/libc/xcurses/ptrmove.c
88
register void *temp;
usr/src/lib/libxcurses/src/libc/xcurses/ptrmove.c
93
temp = *a_ptr;
usr/src/lib/libxcurses/src/libc/xcurses/ptrmove.c
95
*b_ptr-- = temp;
usr/src/lib/libxcurses2/src/libc/xcurses/mvcur.c
60
struct Sequence *temp = s1; \
usr/src/lib/libxcurses2/src/libc/xcurses/mvcur.c
62
s2 = temp; \
usr/src/lib/libxcurses2/src/libc/xcurses/ptrmove.c
82
void *temp;
usr/src/lib/libxcurses2/src/libc/xcurses/ptrmove.c
87
temp = *a_ptr;
usr/src/lib/libxcurses2/src/libc/xcurses/ptrmove.c
89
*b_ptr-- = temp;
usr/src/lib/libzfs/common/libzfs_changelist.c
566
zfs_handle_t *temp;
usr/src/lib/libzfs/common/libzfs_changelist.c
671
if ((temp = zfs_open(zhp->zfs_hdl, zfs_get_name(zhp),
usr/src/lib/libzfs/common/libzfs_changelist.c
683
zfs_close(temp);
usr/src/lib/libzfs/common/libzfs_changelist.c
688
cn->cn_handle = temp;
usr/src/lib/libzfs/common/libzfs_changelist.c
690
zfs_is_mounted(temp, NULL);
usr/src/lib/libzfs/common/libzfs_changelist.c
691
cn->cn_shared = zfs_is_shared(temp);
usr/src/lib/pkcs11/pkcs11_tpm/common/key_mgr.c
108
CK_ULONG temp = *(CK_ULONG *)priv_tmpl[i].pValue;
usr/src/lib/pkcs11/pkcs11_tpm/common/key_mgr.c
109
if (temp != subclass) {
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
109
DL_NODE *temp = list;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
113
while (temp->prev != NULL)
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
114
temp = temp->prev;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
116
return (temp);
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
126
DL_NODE *temp = list;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
130
while (temp->next != NULL)
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
131
temp = temp->next;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
133
return (temp);
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
141
DL_NODE *temp = list;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
144
while (temp) {
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
146
temp = temp->next;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
197
DL_NODE *temp = list;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
204
temp = list->next;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
205
if (temp)
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
206
temp->prev = NULL;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
209
return (temp);
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
215
while ((temp != NULL) && (temp->next != node))
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
216
temp = temp->next;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
218
if (temp != NULL) {
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
221
temp->next = next;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
223
next->prev = temp;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
80
DL_NODE *temp = dlist_get_last(list);
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
81
temp->next = node;
usr/src/lib/pkcs11/pkcs11_tpm/common/utility.c
82
node->prev = temp;
usr/src/lib/print/libhttp-core/common/http-addr.c
244
unsigned temp; /* Temporary address */
usr/src/lib/print/libhttp-core/common/http-addr.c
247
temp = ntohl(addr->ipv4.sin_addr.s_addr);
usr/src/lib/print/libhttp-core/common/http-addr.c
249
snprintf(s, slen, "%d.%d.%d.%d", (temp >> 24) & 255,
usr/src/lib/print/libhttp-core/common/http-addr.c
250
(temp >> 16) & 255, (temp >> 8) & 255, temp & 255);
usr/src/lib/print/libhttp-core/common/http.c
665
char temp[HTTP_MAX_VALUE], /* Temporary buffer for name */
usr/src/lib/print/libhttp-core/common/http.c
697
for (ptr = temp;
usr/src/lib/print/libhttp-core/common/http.c
698
*fptr && *fptr != '=' && !isspace(*fptr & 255) && ptr < (temp + sizeof(temp) - 1);
usr/src/lib/print/libhttp-core/common/http.c
703
DEBUG_printf(("httpGetSubField: name=\"%s\"\n", temp));
usr/src/lib/print/libhttp-core/common/http.c
767
if (strcmp(name, temp) == 0)
usr/src/lib/pylibbe/common/libbe_py.c
430
int temp = -1;
usr/src/lib/pylibbe/common/libbe_py.c
435
kwlist, &beName, &temp)) {
usr/src/lib/pylibbe/common/libbe_py.c
446
if (temp != -1 && nvlist_add_boolean_value(beAttrs,
usr/src/lib/pylibbe/common/libbe_py.c
447
BE_ATTR_ACTIVE_NEXTBOOT, temp == 0 ? B_FALSE : B_TRUE) != 0) {
usr/src/lib/sasl_plugins/cram/cram.c
160
unsigned char temp[5]; /* random 32-bit number */
usr/src/lib/sasl_plugins/cram/cram.c
168
nread = read(fd, temp, 4);
usr/src/lib/sasl_plugins/cram/cram.c
173
(char *) temp, 4);
usr/src/lib/sasl_plugins/cram/cram.c
176
sparams->utils->rand(sparams->utils->rpool,(char *) temp,4);
usr/src/lib/sasl_plugins/cram/cram.c
178
num=(temp[0] * 256 * 256 * 256) +
usr/src/lib/sasl_plugins/cram/cram.c
179
(temp[1] * 256 * 256) +
usr/src/lib/sasl_plugins/cram/cram.c
180
(temp[2] * 256) +
usr/src/lib/sasl_plugins/cram/cram.c
181
(temp[3] );
usr/src/lib/scsi/plugins/ses/ses2/common/ses2_element_ctl.c
1821
CTL_DESC(SES_ET_TEMPERATURE_SENSOR, temp),
usr/src/lib/smbsrv/libmlsvc/common/smb_logon.c
578
char *temp;
usr/src/lib/smbsrv/libmlsvc/common/smb_logon.c
600
temp = user_info->lg_e_username;
usr/src/lib/smbsrv/libmlsvc/common/smb_logon.c
603
user_info->lg_e_username = temp;
usr/src/lib/storage/liba5k/common/mon.c
4089
int temp, i, j, *p, size, *start;
usr/src/lib/storage/liba5k/common/mon.c
4099
if ((temp = read(fd, (char *)&the_exec, sizeof (the_exec))) == -1) {
usr/src/lib/storage/liba5k/common/mon.c
4102
if (temp != sizeof (the_exec)) {
usr/src/lib/storage/liba5k/common/mon.c
4113
if ((temp = read(fd, buf, PROMSIZE)) == -1) {
usr/src/lib/storage/liba5k/common/mon.c
4117
if (temp != PROMSIZE) {
usr/src/psm/stand/boot/sparc/common/sun4u_memlist.c
135
struct sun4u_prom_memlist temp;
usr/src/psm/stand/boot/sparc/common/sun4u_memlist.c
147
temp = ar[min];
usr/src/psm/stand/boot/sparc/common/sun4u_memlist.c
149
ar[i] = temp;
usr/src/test/i2c-tests/i2csimd/i2csimd_ts511x.c
107
ts->ts_data[0x31] = bitx16(temp, 7, 0);
usr/src/test/i2c-tests/i2csimd/i2csimd_ts511x.c
108
ts->ts_data[0x32] = bitx16(temp, 15, 8);
usr/src/test/i2c-tests/i2csimd/i2csimd_ts511x.c
99
i2csimd_make_ts5111(uint8_t addr, uint16_t temp)
usr/src/tools/cscope-fast/invlib.c
871
char temp[512], *ptr;
usr/src/tools/cscope-fast/invlib.c
904
(void) strncpy(temp, ptr, (int)entryptr->size);
usr/src/tools/cscope-fast/invlib.c
905
temp[entryptr->size] = '\0';
usr/src/tools/cscope-fast/invlib.c
909
(void) printf("%2ld %-24s\t%5ld\t%3d\t%d\t%d\t%ld\n", j, temp,
usr/src/ucbcmd/vipw/vipw.c
224
editfile(char *editor, char *temp, char *orig, time_t *mtime)
usr/src/ucbcmd/vipw/vipw.c
226
(void)sprintf(buf, "%s %s", editor, temp);
usr/src/ucbcmd/vipw/vipw.c
228
return (sanity_check(temp, mtime, orig));
usr/src/ucbcmd/vipw/vipw.c
257
sanity_check(char *temp, time_t *mtime, char *orig)
usr/src/ucbcmd/vipw/vipw.c
269
if (stat(temp, &sbuf) < 0) {
usr/src/ucbcmd/vipw/vipw.c
272
temp, orig);
usr/src/ucbcmd/vipw/vipw.c
278
temp, orig);
usr/src/ucbcmd/vipw/vipw.c
281
ft = fopen(temp, "r");
usr/src/ucbcmd/vipw/vipw.c
285
temp, orig);
usr/src/ucbcmd/vipw/vipw.c
386
temp, orig);
usr/src/ucblib/libcurses/deleteln.c
33
char *temp;
usr/src/ucblib/libcurses/deleteln.c
40
temp = win->_y[win->_cury];
usr/src/ucblib/libcurses/deleteln.c
49
win->_y[y] = temp;
usr/src/ucblib/libcurses/deleteln.c
51
temp = win->_y[y];
usr/src/ucblib/libcurses/deleteln.c
52
for (end = &temp[win->_maxx]; temp < end; )
usr/src/ucblib/libcurses/deleteln.c
53
*temp++ = ' ';
usr/src/ucblib/libcurses/insertln.c
33
char *temp;
usr/src/ucblib/libcurses/insertln.c
41
temp = win->_y[win->_maxy - 1];
usr/src/ucblib/libcurses/insertln.c
50
win->_y[y] = temp;
usr/src/ucblib/libcurses/insertln.c
52
temp = win->_y[y];
usr/src/ucblib/libcurses/insertln.c
53
for (end = &temp[win->_maxx]; temp < end; )
usr/src/ucblib/libcurses/insertln.c
54
*temp++ = ' ';
usr/src/ucblib/libucb/port/gen/setbuffer.c
55
Uchar *temp;
usr/src/ucblib/libucb/port/gen/setbuffer.c
80
temp = buf + PUSHBACK;
usr/src/ucblib/libucb/port/gen/setbuffer.c
81
iop->_base = temp;
usr/src/ucblib/libucb/port/gen/setbuffer.c
82
_setbufend(iop, temp + size);
usr/src/ucblib/libucb/port/gen/setbuffer.c
83
iop->_ptr = temp;
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
956
unsigned char temp, temp1;
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
969
(void) smb_mbc_peek(&sr->reply, offset, "b", &temp);
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
970
if (temp != wct)
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
982
(void) smb_mbc_peek(&sr->reply, offset, "bb", &temp, &temp1);
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
984
if ((temp != 0xFF) || (temp1 != 0xFF)) {
usr/src/uts/common/fs/smbsrv/smb_dispatch.c
992
if ((temp != (bcc&0xFF)) || (temp1 != ((bcc>>8)&0xFF)))
usr/src/uts/common/fs/udfs/udf_alloc.c
236
uint32_t bno, begin, dummy, temp, lbsz, bb_count;
usr/src/uts/common/fs/udfs/udf_alloc.c
257
temp = blkcount;
usr/src/uts/common/fs/udfs/udf_alloc.c
259
ud_part, proximity, &temp) == 0) {
usr/src/uts/common/fs/udfs/udf_alloc.c
260
if (temp != 0) {
usr/src/uts/common/fs/udfs/udf_alloc.c
262
*size = temp;
usr/src/uts/common/fs/udfs/udf_alloc.c
313
temp = eblk - bno;
usr/src/uts/common/fs/udfs/udf_alloc.c
315
temp = blkcount;
usr/src/uts/common/fs/udfs/udf_alloc.c
318
bno - bblk, temp)) == temp) {
usr/src/uts/common/fs/udfs/udf_alloc.c
319
ud_mark_used(addr, bno - bblk, temp);
usr/src/uts/common/fs/udfs/udf_alloc.c
322
*size = temp;
usr/src/uts/common/fs/udfs/udf_alloc.c
325
bno + temp - HDR_BLKS;
usr/src/uts/common/fs/udfs/udf_alloc.c
499
uint32_t temp, sz;
usr/src/uts/common/fs/udfs/udf_alloc.c
519
ud_part->udp_unall_loc, 1, &temp), udf_vfsp->udf_lbsize);
usr/src/uts/common/fs/udfs/udf_alloc.c
537
temp = SWAP_32(sad->sad_ext_len) >>
usr/src/uts/common/fs/udfs/udf_alloc.c
539
if (temp == blkcount) {
usr/src/uts/common/fs/udfs/udf_alloc.c
547
larg_sz = temp;
usr/src/uts/common/fs/udfs/udf_alloc.c
549
} else if (temp > blkcount) {
usr/src/uts/common/fs/udfs/udf_alloc.c
558
temp = (temp - blkcount) <<
usr/src/uts/common/fs/udfs/udf_alloc.c
560
sad->sad_ext_len = SWAP_32(temp);
usr/src/uts/common/fs/udfs/udf_alloc.c
561
temp = SWAP_32(sad->sad_ext_loc) + blkcount;
usr/src/uts/common/fs/udfs/udf_alloc.c
562
sad->sad_ext_loc = SWAP_32(temp);
usr/src/uts/common/fs/udfs/udf_alloc.c
570
if (temp > larg_sz) {
usr/src/uts/common/fs/udfs/udf_alloc.c
571
larg_sz = temp;
usr/src/uts/common/fs/udfs/udf_alloc.c
611
temp = SWAP_32(lad->lad_ext_len) >>
usr/src/uts/common/fs/udfs/udf_alloc.c
613
if (temp == blkcount) {
usr/src/uts/common/fs/udfs/udf_alloc.c
621
larg_sz = temp;
usr/src/uts/common/fs/udfs/udf_alloc.c
623
} else if (temp > blkcount) {
usr/src/uts/common/fs/udfs/udf_alloc.c
632
temp = (temp - blkcount) <<
usr/src/uts/common/fs/udfs/udf_alloc.c
634
lad->lad_ext_len = SWAP_32(temp);
usr/src/uts/common/fs/udfs/udf_alloc.c
635
temp = SWAP_32(lad->lad_ext_loc) + blkcount;
usr/src/uts/common/fs/udfs/udf_alloc.c
636
lad->lad_ext_loc = SWAP_32(temp);
usr/src/uts/common/fs/udfs/udf_alloc.c
644
if (temp > larg_sz) {
usr/src/uts/common/fs/udfs/udf_alloc.c
645
larg_sz = temp;
usr/src/uts/common/fs/udfs/udf_dir.c
1282
int32_t error, temp;
usr/src/uts/common/fs/udfs/udf_dir.c
1326
temp = MIN(udf_vfsp->udf_lbsize - F_LEN, MAXNAMELEN);
usr/src/uts/common/fs/udfs/udf_dir.c
1327
if ((error = ud_compress(namelen, &temp,
usr/src/uts/common/fs/udfs/udf_dir.c
1329
fid->fid_idlen = (uint8_t)temp;
usr/src/uts/common/fs/udfs/udf_dir.c
903
int32_t temp;
usr/src/uts/common/fs/udfs/udf_dir.c
905
temp = 1024; /* set to size of dname allocated above */
usr/src/uts/common/fs/udfs/udf_dir.c
906
if ((error = ud_compress(namelen, &temp,
usr/src/uts/common/fs/udfs/udf_dir.c
910
sz_req = F_LEN + temp;
usr/src/uts/common/fs/udfs/udf_inode.c
1475
int32_t lbmask, l2b, temp;
usr/src/uts/common/fs/udfs/udf_inode.c
1477
temp = con_index;
usr/src/uts/common/fs/udfs/udf_inode.c
1491
ip->i_con_used = temp;
usr/src/uts/common/fs/udfs/udf_subr.c
525
uint32_t *temp;
usr/src/uts/common/fs/udfs/udf_subr.c
544
temp = lvid->lvid_fst;
usr/src/uts/common/fs/udfs/udf_subr.c
548
temp[i] = SWAP_32(ud_part->udp_nfree);
usr/src/uts/common/fs/udfs/udf_subr.c
551
iu = (struct lvid_iu *)(temp + c * 2);
usr/src/uts/common/fs/udfs/udf_vfsops.c
1559
uint32_t *temp;
usr/src/uts/common/fs/udfs/udf_vfsops.c
1564
temp = lvid->lvid_fst;
usr/src/uts/common/fs/udfs/udf_vfsops.c
1571
ud_part->udp_nfree = SWAP_32(temp[i]);
usr/src/uts/common/fs/udfs/udf_vfsops.c
1572
ud_part->udp_nblocks = SWAP_32(temp[c + i]);
usr/src/uts/common/fs/udfs/udf_vfsops.c
1573
udf_vfsp->udf_freeblks += SWAP_32(temp[i]);
usr/src/uts/common/fs/udfs/udf_vfsops.c
1574
udf_vfsp->udf_totalblks += SWAP_32(temp[c + i]);
usr/src/uts/common/fs/udfs/udf_vfsops.c
1578
iu = (struct lvid_iu *)(temp + c * 2);
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1783
ulockfs_info_t *temp;
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1792
temp = curr;
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1794
ASSERT(temp->ulp == NULL);
usr/src/uts/common/fs/ufs/ufs_lockfs.c
1795
kmem_free(temp, sizeof (ulockfs_info_t));
usr/src/uts/common/fs/zfs/lua/lcode.c
696
{ int temp = e->f; e->f = e->t; e->t = temp; }
usr/src/uts/common/fs/zfs/lua/lcode.c
757
int temp; /* exchange args to replace by `<' or `<=' */
usr/src/uts/common/fs/zfs/lua/lcode.c
758
temp = o1; o1 = o2; o2 = temp; /* o1 <==> o2 */
usr/src/uts/common/fs/zfs/lua/ldebug.c
50
StkId temp = ci->func; /* exchange its 'func' and 'extra' values */
usr/src/uts/common/fs/zfs/lua/ldebug.c
52
ci->extra = savestack(L, temp);
usr/src/uts/common/fs/zfs/lua/ldebug.c
554
TValue temp;
usr/src/uts/common/fs/zfs/lua/ldebug.c
555
if (luaV_tonumber(p1, &temp) == NULL)
usr/src/uts/common/fs/zfs/lua/lvm.c
215
int temp = strcoll(l, r);
usr/src/uts/common/fs/zfs/lua/lvm.c
216
if (temp != 0) return temp;
usr/src/uts/common/fs/zfs/spa_config.c
152
char *temp;
usr/src/uts/common/fs/zfs/spa_config.c
167
temp = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
usr/src/uts/common/fs/zfs/spa_config.c
174
(void) snprintf(temp, MAXPATHLEN, "%s.tmp", dp->scd_path);
usr/src/uts/common/fs/zfs/spa_config.c
176
err = vn_open(temp, UIO_SYSSPACE, oflags, 0644, &vp, CRCREAT, 0);
usr/src/uts/common/fs/zfs/spa_config.c
183
err = vn_rename(temp, dp->scd_path, UIO_SYSSPACE);
usr/src/uts/common/fs/zfs/spa_config.c
188
(void) vn_remove(temp, UIO_SYSSPACE, RMFILE);
usr/src/uts/common/fs/zfs/spa_config.c
191
kmem_free(temp, MAXPATHLEN);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
119
register krb5_authdata **temp;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
121
for (temp = val; *temp; temp++) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
122
if ((*temp)->contents)
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
123
krb5_xfree_wrap((*temp)->contents, (*temp)->length);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
124
krb5_xfree_wrap(*temp, sizeof(krb5_authdata));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
129
krb5_xfree_wrap(val, (++temp - val));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
212
register krb5_cred_info **temp;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
224
for (temp = val->ticket_info; *temp; temp++) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
225
if ((*temp)->session)
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
226
krb5_free_keyblock(context, (*temp)->session);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
227
if ((*temp)->client)
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
228
krb5_free_principal(context, (*temp)->client);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
229
if ((*temp)->server)
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
230
krb5_free_principal(context, (*temp)->server);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
231
if ((*temp)->caddrs)
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
232
krb5_free_addresses(context, (*temp)->caddrs);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
233
krb5_xfree((*temp));
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
483
register krb5_last_req_entry **temp;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
485
for (temp = val; *temp; temp++)
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
486
krb5_xfree(*temp);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
493
register krb5_pa_data **temp;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
495
for (temp = val; *temp; temp++) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
496
if ((*temp)->contents)
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
497
krb5_xfree((*temp)->contents);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
498
krb5_xfree(*temp);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
50
register krb5_address **temp;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
52
for (temp = val; *temp; temp++) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
53
if ((*temp)->contents)
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
54
krb5_xfree((*temp)->contents);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
55
krb5_xfree(*temp);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
567
register passwd_phrase_element **temp;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
569
for (temp = val; *temp; temp++) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
570
if ((*temp)->passwd) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
571
krb5_free_data(context, (*temp)->passwd);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
572
(*temp)->passwd = 0;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
574
if ((*temp)->phrase) {
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
575
krb5_free_data(context, (*temp)->phrase);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
576
(*temp)->phrase = 0;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
578
krb5_xfree(*temp);
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
624
register krb5_ticket **temp;
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
626
for (temp = val; *temp; temp++)
usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/kfree.c
627
krb5_free_ticket(context, *temp);
usr/src/uts/common/inet/ipf/drand48.c
84
#define REST(v) for (i = 0; i < 3; i++) { xsubi[i] = x[i]; x[i] = temp[i]; } \
usr/src/uts/common/inet/ipf/drand48.c
87
int i; TYPE v; unsigned temp[3]; \
usr/src/uts/common/inet/ipf/drand48.c
88
for (i = 0; i < 3; i++) { temp[i] = x[i]; x[i] = LOW(xsubi[i]); } \
usr/src/uts/common/inet/ipf/fil.c
5555
char temp[20];
usr/src/uts/common/inet/ipf/fil.c
5575
(void) SNPRINTF(temp, sizeof(temp), "%d", unit);
usr/src/uts/common/inet/ipf/fil.c
5577
(void) sprintf(temp, "%d", unit);
usr/src/uts/common/inet/ipf/fil.c
5579
(void) strncpy(s, temp, space);
usr/src/uts/common/inet/ipf/ip_nat6.c
337
i6addr_t temp;
usr/src/uts/common/inet/ipf/ip_nat6.c
341
temp.i6[0] = fin->fin_src6.i6[0] &
usr/src/uts/common/inet/ipf/ip_nat6.c
343
temp.i6[1] = fin->fin_src6.i6[1] &
usr/src/uts/common/inet/ipf/ip_nat6.c
345
temp.i6[2] = fin->fin_src6.i6[2] &
usr/src/uts/common/inet/ipf/ip_nat6.c
347
temp.i6[3] = fin->fin_src6.i6[3] &
usr/src/uts/common/inet/ipf/ip_nat6.c
350
IP6_MERGE(&in, &temp, &np->in_in[0]);
usr/src/uts/common/inet/ipf/ip_nat6.c
636
i6addr_t temp;
usr/src/uts/common/inet/ipf/ip_nat6.c
640
temp.i6[0] = fin->fin_dst6.i6[0] & ~np->in_in[1].i6[0];
usr/src/uts/common/inet/ipf/ip_nat6.c
641
temp.i6[1] = fin->fin_dst6.i6[1] & ~np->in_in[1].i6[1];
usr/src/uts/common/inet/ipf/ip_nat6.c
642
temp.i6[2] = fin->fin_dst6.i6[2] & ~np->in_in[1].i6[2];
usr/src/uts/common/inet/ipf/ip_nat6.c
643
temp.i6[3] = fin->fin_dst6.i6[3] & ~np->in_in[1].i6[3];
usr/src/uts/common/inet/ipf/ip_nat6.c
645
IP6_MERGE(&in, &temp, &np->in_in[1]);
usr/src/uts/common/io/1394/adapters/hci1394_async.c
2793
uint_t temp;
usr/src/uts/common/io/1394/adapters/hci1394_async.c
2813
temp = (current_time & OHCI_CYCLE_CNT_MASK) + (split_timeout &
usr/src/uts/common/io/1394/adapters/hci1394_async.c
2815
if (temp < OHCI_MAX_CYCLE_CNT) {
usr/src/uts/common/io/1394/adapters/hci1394_async.c
2823
temp = temp - OHCI_MAX_CYCLE_CNT;
usr/src/uts/common/io/1394/adapters/hci1394_async.c
2833
OHCI_CYCLE_SEC_MASK) + (carry << OHCI_CYCLE_SEC_SHIFT) + temp;
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
833
uint32_t temp;
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
905
temp = ddi_get32(acc_hdl, &hcidescp->hdr);
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
906
temp |= DESC_INTR_ENBL;
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
907
ddi_put32(acc_hdl, &hcidescp->hdr, temp);
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
933
temp = ddi_get32(acc_hdl, &hcidescp->hdr);
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
934
temp |= DESC_INTR_ENBL;
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
935
ddi_put32(acc_hdl, &hcidescp->hdr, temp);
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
959
temp = ddi_get32(acc_hdl, &hcidescp->hdr);
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
960
temp |= DESC_INTR_ENBL;
usr/src/uts/common/io/1394/adapters/hci1394_ixl_comp.c
961
ddi_put32(acc_hdl, &hcidescp->hdr, temp);
usr/src/uts/common/io/1394/s1394_bus_reset.c
656
s1394_node_t *temp;
usr/src/uts/common/io/1394/s1394_bus_reset.c
660
temp = hal->old_tree;
usr/src/uts/common/io/1394/s1394_bus_reset.c
662
hal->topology_tree = temp;
usr/src/uts/common/io/1394/s1394_csr.c
1576
uint_t tmp_size, temp;
usr/src/uts/common/io/1394/s1394_csr.c
1619
temp = T1394_DATA32(temp_buf[tmp_offset]);
usr/src/uts/common/io/1394/s1394_csr.c
1620
temp++;
usr/src/uts/common/io/1394/s1394_csr.c
1621
temp_buf[tmp_offset] = T1394_DATA32(temp);
usr/src/uts/common/io/1394/s1394_dev_disc.c
1951
uint32_t temp;
usr/src/uts/common/io/1394/s1394_dev_disc.c
1966
temp = T1394_DATA32(cmd->cmd_u.l32.old_value);
usr/src/uts/common/io/1394/s1394_dev_disc.c
1967
curr_bus_mgr = IEEE1394_NODE_NUM(temp);
usr/src/uts/common/io/1394/s1394_dev_disc.c
2251
uint_t temp;
usr/src/uts/common/io/1394/s1394_dev_disc.c
2295
temp = (local_max_blk < max_blk) ? local_max_blk : max_blk;
usr/src/uts/common/io/1394/s1394_dev_disc.c
2296
(*current_max_payload) = (temp < speed_max_blk) ? temp :
usr/src/uts/common/io/1394/s1394_misc.c
772
s1394_target_t *temp;
usr/src/uts/common/io/1394/s1394_misc.c
774
temp = hal->target_head;
usr/src/uts/common/io/1394/s1394_misc.c
775
while (temp != NULL) {
usr/src/uts/common/io/1394/s1394_misc.c
776
if (temp->target_dip == tdip) {
usr/src/uts/common/io/1394/s1394_misc.c
777
return (temp);
usr/src/uts/common/io/1394/s1394_misc.c
779
temp = temp->target_next;
usr/src/uts/common/io/1394/t1394.c
1604
uint64_t temp;
usr/src/uts/common/io/1394/t1394.c
1618
temp = props->cec_channel_mask;
usr/src/uts/common/io/1394/t1394.c
1621
if (!ISP2(temp)) {
usr/src/uts/common/io/aggr/aggr_grp.c
3387
rboundary_t temp;
usr/src/uts/common/io/aggr/aggr_grp.c
3421
temp = ta[i];
usr/src/uts/common/io/aggr/aggr_grp.c
3423
ta[j] = temp;
usr/src/uts/common/io/arn/arn_core.h
78
#define list_for_each_entry_safe(object, temp, list_t) \
usr/src/uts/common/io/arn/arn_core.h
80
temp = list_object((list_t), ((list_d2l(list_t, object))->list_next));\
usr/src/uts/common/io/arn/arn_core.h
81
((list_d2l(list_t, temp))->list_next) != &((list_t)->list_head);\
usr/src/uts/common/io/arn/arn_core.h
82
object = temp, \
usr/src/uts/common/io/arn/arn_core.h
83
temp = list_object((list_t), (list_d2l(list_t, temp))->list_next))
usr/src/uts/common/io/arn/arn_eeprom.c
247
uint16_t *eepdata, temp, magic, magic2;
usr/src/uts/common/io/arn/arn_eeprom.c
271
temp = swab16(*eepdata);
usr/src/uts/common/io/arn/arn_eeprom.c
272
*eepdata = temp;
usr/src/uts/common/io/arn/arn_eeprom.c
377
uint16_t *eepdata, temp, magic, magic2;
usr/src/uts/common/io/arn/arn_eeprom.c
403
temp = swab16(*eepdata);
usr/src/uts/common/io/arn/arn_eeprom.c
404
*eepdata = temp;
usr/src/uts/common/io/arn/arn_hw.c
1455
struct ar5416IniArray temp;
usr/src/uts/common/io/arn/arn_hw.c
1466
temp.ia_array = ahp->ah_addac5416_21;
usr/src/uts/common/io/arn/arn_hw.c
1467
temp.ia_columns = ahp->ah_iniAddac.ia_columns;
usr/src/uts/common/io/arn/arn_hw.c
1468
temp.ia_rows = ahp->ah_iniAddac.ia_rows;
usr/src/uts/common/io/arn/arn_hw.c
1470
REG_WRITE_ARRAY(&temp, 1, regWrites);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11178
u16 temp;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11179
temp = vars->line_speed;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11183
vars->line_speed = temp;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11847
u16 temp;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11857
&temp);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11858
temp &= ~(0xf << 4);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11859
temp |= (0x6 << 4);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11862
MDIO_REG_GPHY_SHADOW_WR_ENA | temp);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11877
u16 autoneg_val, an_1000_val, an_10_100_val, fc_val, temp;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11925
&temp);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11926
temp |= MDIO_REG_GPHY_SHADOW_INVERT_FIB_SD;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
11929
MDIO_REG_GPHY_SHADOW_WR_ENA | temp);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12035
elink_cl22_read(cb, phy, MDIO_REG_GPHY_EXP_ACCESS_GATE, &temp);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12036
temp &= 0xfffe;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12037
elink_cl22_write(cb, phy, MDIO_REG_GPHY_EXP_ACCESS_GATE, temp);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12066
temp = 6;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12069
temp = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12073
MDIO_AN_REG_EEE_ADV, temp);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12096
u16 temp;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12103
&temp);
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12104
temp &= 0xff00;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12110
temp |= 0x00ee;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12113
temp |= 0x0001;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12116
temp |= 0x00ff;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
12123
MDIO_REG_GPHY_SHADOW_WR_ENA | temp);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1123
lm_address_t temp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1124
temp.as_ptr = address->u.host_virt_address;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1125
return temp.as_u64;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1161
lm_address_t temp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1162
temp.as_u64 = offset;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.c
1164
address.u.host_virt_address = temp.as_ptr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
1232
u32_t k, temp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
1249
temp = FUNC_ID(pdev) * ILT_NUM_PAGE_ENTRIES_PER_FUNC;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
1253
for (k=0;k<ILT_NUM_PAGE_ENTRIES_PER_FUNC;temp++,k++)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
1255
REG_WR_IND(pdev,rq_onchip_at_reg+temp*8,0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
1256
REG_WR_IND(pdev,rq_onchip_at_reg+temp*8+4,on_chip_addr2_val);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
2778
u32_t i,j,k,temp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
2791
temp = FUNC_ID(pdev) * ILT_NUM_PAGE_ENTRIES_PER_FUNC;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
2797
j=temp;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
2798
for (i=0; i<num_pages[k]; temp++, i++)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
2800
REG_WR_IND(pdev,rq_onchip_at_reg+temp*8,ONCHIP_ADDR1(addr_table[k][i].as_u64));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
2801
REG_WR_IND(pdev,rq_onchip_at_reg+temp*8+4,ONCHIP_ADDR2(addr_table[k][i].as_u64));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
2804
last_ilt[k] = (temp - 1);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
2806
DbgBreakIf(!(temp<((u32_t)ILT_NUM_PAGE_ENTRIES_PER_FUNC*(FUNC_ID(pdev)+1))));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
4189
u32_t temp = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
4305
temp = REG_RD(pdev,PXP2_REG_PXP2_INT_STS_CLR_0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
4311
temp = OFFSETOF( shmem2_region_t, dcc_support);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_hw_init_reset.c
4312
LM_SHMEM2_WRITE(pdev, temp, val );
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
263
u32_t temp = 0 ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
289
temp = crc32_result ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
293
temp <<= 1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
294
temp |= crc32_result & 1;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
297
temp <<= shft ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
303
t0 = ( ( 0x000000ff ) & ( temp >> 24 ) ) ; // temp >> 24 ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
304
t1 = ( ( 0x0000ff00 ) & ( temp >> 8 ) ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
305
t2 = ( ( 0x00ff0000 ) & ( temp << 8 ) ) ;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_util.c
306
t3 = ( ( 0xff000000 ) & ( temp << 24 ) ) ;
usr/src/uts/common/io/comstar/port/qlt/qlt.c
5908
uint8_t temp[64];
usr/src/uts/common/io/comstar/port/qlt/qlt.c
5917
bcopy(qcmd->buf, &temp, IOCB_SIZE);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
5920
temp[0x2C+i] = abts->abts_resp_payload[i+3];
usr/src/uts/common/io/comstar/port/qlt/qlt.c
5921
temp[0x2C+i+1] = abts->abts_resp_payload[i+2];
usr/src/uts/common/io/comstar/port/qlt/qlt.c
5922
temp[0x2C+i+2] = abts->abts_resp_payload[i+1];
usr/src/uts/common/io/comstar/port/qlt/qlt.c
5923
temp[0x2C+i+3] = abts->abts_resp_payload[i];
usr/src/uts/common/io/comstar/port/qlt/qlt.c
5925
rex1 = QMEM_RD32(qlt, &temp[0x10]);
usr/src/uts/common/io/comstar/port/qlt/qlt.c
5926
rex2 = QMEM_RD32(qlt, &temp[0x3C]);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
306
uint64_t temp;
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
343
temp = h2b64(tgt->tp_ibt_svc_id);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
344
bcopy(&temp, &tgt->tp_srp_port_id[0], 8);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
345
temp = h2b64(tgt->tp_ioc->ioc_guid);
usr/src/uts/common/io/comstar/port/srpt/srpt_stp.c
346
bcopy(&temp, &tgt->tp_srp_port_id[8], 8);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
478
u16 temp;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
496
temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
497
ret_val = e1000_write_phy_reg_mdic(hw, page_select, temp);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
511
ret_val = e1000_read_phy_reg_mdic(hw, page_select, &temp);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
513
if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) {
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
549
u16 temp;
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
567
temp = (u16)((u16)offset >> GG82563_PAGE_SHIFT);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
568
ret_val = e1000_write_phy_reg_mdic(hw, page_select, temp);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
582
ret_val = e1000_read_phy_reg_mdic(hw, page_select, &temp);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
584
if (((u16)offset >> GG82563_PAGE_SHIFT) != temp) {
usr/src/uts/common/io/e1000api/e1000_82543.c
1459
u32 temp;
usr/src/uts/common/io/e1000api/e1000_82543.c
1464
temp = E1000_READ_REG_ARRAY(hw, E1000_VFTA, offset - 1);
usr/src/uts/common/io/e1000api/e1000_82543.c
1467
E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset - 1, temp);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4913
u16 data, i, temp, shift;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4927
temp = (data >> (i << 2)) & E1000_LEDCTL_LED0_MODE_MASK;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4929
switch (temp) {
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4946
switch (temp) {
usr/src/uts/common/io/e1000api/e1000_mac.c
1844
u16 data, i, temp;
usr/src/uts/common/io/e1000api/e1000_mac.c
1858
temp = (data >> (i << 2)) & led_mask;
usr/src/uts/common/io/e1000api/e1000_mac.c
1859
switch (temp) {
usr/src/uts/common/io/e1000api/e1000_mac.c
1876
switch (temp) {
usr/src/uts/common/io/e1000api/e1000_phy.c
3324
u16 temp;
usr/src/uts/common/io/e1000api/e1000_phy.c
3351
temp = *phy_reg;
usr/src/uts/common/io/e1000api/e1000_phy.c
3352
temp |= BM_WUC_ENABLE_BIT;
usr/src/uts/common/io/e1000api/e1000_phy.c
3353
temp &= ~(BM_WUC_ME_WU_BIT | BM_WUC_HOST_WU_BIT);
usr/src/uts/common/io/e1000api/e1000_phy.c
3355
ret_val = e1000_write_phy_reg_mdic(hw, BM_WUC_ENABLE_REG, temp);
usr/src/uts/common/io/fd.c
1286
int temp;
usr/src/uts/common/io/fd.c
1644
if (ddi_copyin((void *)arg, &cpy.temp, sizeof (int), flag)) {
usr/src/uts/common/io/fd.c
1652
cpy.temp |= FDGC_HISTORY;
usr/src/uts/common/io/fd.c
1654
cpy.temp &= ~FDGC_HISTORY;
usr/src/uts/common/io/fd.c
1658
cpy.temp |= FDGC_DETECTED;
usr/src/uts/common/io/fd.c
1667
cpy.temp |= FDGC_CURRENT;
usr/src/uts/common/io/fd.c
1672
cpy.temp ^= FDGC_DETECTED;
usr/src/uts/common/io/fd.c
1679
cpy.temp &= ~FDGC_CURRENT;
usr/src/uts/common/io/fd.c
1683
cpy.temp &= ~(FDGC_DETECTED | FDGC_CURRENT);
usr/src/uts/common/io/fd.c
1690
cpy.temp |= FDGC_CURWPROT;
usr/src/uts/common/io/fd.c
1692
cpy.temp &= ~FDGC_CURWPROT;
usr/src/uts/common/io/fd.c
1697
if (ddi_copyout(&cpy.temp, (void *)arg, sizeof (int), flag))
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4360
uint8_t *temp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4385
temp = (uint8_t *)((uint8_t *)lp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4387
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x90000B01)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4393
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4397
temp += 3 * sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4399
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00010008)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4405
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4409
temp += sizeof (uint32_t) + 8;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4411
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00000001)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4417
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4421
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4425
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4427
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != AUTH_DHCHAP) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4433
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4437
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4439
if ((LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16 !=
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4446
(LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4451
num_hs = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4453
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4455
hs_id[0] = *(uint32_t *)temp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4463
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4470
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4471
hs_id[1] = *(uint32_t *)temp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4479
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4489
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4499
(*(uint32_t *)(temp - sizeof (uint32_t))));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4521
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4533
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4535
if ((LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16 !=
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4542
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4547
num_dh = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4555
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4560
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4562
dh_id[i] = (*(uint32_t *)temp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4573
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4582
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4701
uint8_t *temp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4728
temp = (uint8_t *)((uint8_t *)lp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4730
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x90000B01)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4736
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4740
temp += 3 * sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4742
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00010008)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4748
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4752
temp += sizeof (uint32_t) + 8;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4754
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != LE_SWAP32(0x00000001)) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4760
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4764
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4768
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4771
if (((*(uint32_t *)temp) & 0xFFFFFFFF) != AUTH_DHCHAP) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4777
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4781
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4783
if ((LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16 !=
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4790
(LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4795
num_hs = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4797
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4799
hs_id[0] = *(uint32_t *)temp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4807
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4814
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4815
hs_id[1] = *(uint32_t *)temp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4823
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4833
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4843
(*(uint32_t *)(temp - sizeof (uint32_t))));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4865
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4877
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4879
if ((LE_SWAP32(*(uint32_t *)temp) & 0xFFFF0000) >> 16 !=
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4886
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4891
num_dh = LE_SWAP32(*(uint32_t *)temp) & 0x0000FFFF;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4899
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4904
temp += sizeof (uint32_t);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4906
dh_id[i] = (*(uint32_t *)temp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4917
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.c
4926
(*(uint32_t *)temp));
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3958
uint32_t temp)
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3973
tempType, temp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
3983
tempType, temp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
4016
(void) snprintf(sBuf3, sizeof (sBuf3), " Temperature = %d\n\n", temp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
4152
temp_event->temp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
4170
emlxs_dump(emlxs_hba_t *hba, uint32_t type, uint32_t temp_type, uint32_t temp)
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dump.c
4218
temp_event->temp = temp;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
699
emlxs_log_temp_event(emlxs_port_t *port, uint32_t type, uint32_t temp)
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
709
emlxs_dump(hba, EMLXS_TEMP_DUMP, type, temp);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_event.c
724
bp[1] = temp;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
768
uint32_t i, temp, sz[2], loop, shift_amount;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
810
temp = (uint32_t)(off8 + (i << shift_amount));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
811
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_ADDR_LO, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
812
temp = 0;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
813
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_ADDR_HI, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
814
temp = MIU_TA_CTL_ENABLE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
815
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_CTRL, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
816
temp = MIU_TA_CTL_START | MIU_TA_CTL_ENABLE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
817
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_CTRL, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
820
ql_8021_rd_32(ha, mem_crb + MIU_TEST_AGT_CTRL, &temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
821
if ((temp & MIU_TA_CTL_BUSY) == 0) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
835
&temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
836
word[i] |= ((uint64_t)temp << (32 * (k & 1)));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
879
uint32_t i, temp, loop, sz[2];
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
971
temp = (uint32_t)(off8 + (i << shift_amount));
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
972
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_ADDR_LO, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
973
temp = 0;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
974
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_ADDR_HI, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
975
temp = (uint32_t)(word[i * scale] & 0xffffffff);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
976
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_WRDATA_LO, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
977
temp = (uint32_t)((word[i * scale] >> 32) & 0xffffffff);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
978
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_WRDATA_HI, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
980
temp = (uint32_t)(word[i * scale + 1] & 0xffffffff);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
982
mem_crb + MIU_TEST_AGT_WRDATA_UPPER_LO, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
983
temp = (uint32_t)((word[i * scale + 1] >> 32) &
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
986
mem_crb + MIU_TEST_AGT_WRDATA_UPPER_HI, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
988
temp = MIU_TA_CTL_ENABLE | MIU_TA_CTL_WRITE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
989
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_CTRL, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
990
temp = MIU_TA_CTL_START | MIU_TA_CTL_ENABLE | MIU_TA_CTL_WRITE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
991
ql_8021_wr_32(ha, mem_crb + MIU_TEST_AGT_CTRL, temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
994
ql_8021_rd_32(ha, mem_crb + MIU_TEST_AGT_CTRL, &temp);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_nx.c
995
if ((temp & MIU_TA_CTL_BUSY) == 0)
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1177
uint32_t temp;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1179
temp = ql_read_doorbell_reg(qlge, rx_ring->sbq_prod_idx_db_reg);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1180
sb_producer_idx = temp & 0x0000ffff;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1181
sb_consumer_idx = (temp >> 16);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1290
uint32_t temp;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1292
temp = ql_read_doorbell_reg(qlge, rx_ring->lbq_prod_idx_db_reg);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1294
lb_producer_idx = temp & 0x0000ffff;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
1295
lb_consumer_idx = (temp >> 16);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2459
uint32_t temp;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2461
temp = ql_read_doorbell_reg(qlge, rx_ring->cnsmr_idx_db_reg);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2462
consumer_idx = temp & 0x0000ffff;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2463
producer_idx = (temp >> 16);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2690
uint32_t temp;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2692
temp = ql_read_doorbell_reg(qlge, rx_ring->cnsmr_idx_db_reg);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2693
consumer_idx = temp & 0x0000ffff;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
2694
producer_idx = (temp >> 16);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
344
uint32_t temp;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
348
temp = ql_read_reg(qlge, reg);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
351
if ((temp & err_bit) != 0) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
353
} else if ((temp & bit) != 0)
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5893
uint32_t temp, linkState;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5900
temp = ql_read_reg(qlge, REG_STATUS);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5902
__func__, qlge->instance, temp));
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5904
if (temp & bitToCheck) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7719
uint32_t temp;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7728
temp = ql_read_doorbell_reg(qlge,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7730
producer_idx = temp & 0x0000ffff;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7731
consumer_idx = (temp >> 16);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7747
temp = (producer_idx - consumer_idx);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7749
temp = (tx_ring->wq_len - consumer_idx) +
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7752
if ((tx_ring->tx_free_count + temp) >= tx_ring->wq_len)
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7786
temp = ql_read_doorbell_reg(qlge,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7788
consumer_idx = temp & 0x0000ffff;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7789
producer_idx = (temp >> 16);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7796
temp = ql_read_doorbell_reg(qlge,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7798
producer_idx = temp & 0x0000ffff;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
7799
consumer_idx = (temp >> 16);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
226
uint8_t *temp;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
243
temp = kmem_zalloc(sector_size, KM_SLEEP);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
244
if (temp == NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
264
rval = qlge_dump_fcode(qlge, (uint8_t *)temp, sector_size,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
277
bdesc = (caddr_t)temp + addr_desc;
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
281
if (ql_erase_and_write_to_flash(qlge, temp, sector_size,
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge_flash.c
288
kmem_free(temp, sector_size);
usr/src/uts/common/io/hme/hme.c
2628
uint32_t temp;
usr/src/uts/common/io/hme/hme.c
2629
temp = hmep->hme_rmd_paddr;
usr/src/uts/common/io/hme/hme.c
2631
if (GET_ERXREG(rxring) != temp)
usr/src/uts/common/io/hme/hme.c
2632
PUT_ERXREG(rxring, (temp | 4));
usr/src/uts/common/io/hme/hme.c
2685
uint32_t temp;
usr/src/uts/common/io/hme/hme.c
2686
temp = GET_ERXREG(config);
usr/src/uts/common/io/hme/hme.c
2692
temp, GET_ERXREG(config), i);
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
329
int64_t temp = TMP43X_TEMP_GET_VAL(val);
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
331
temp += TMP43X_TEMP_EXTD_ADJ;
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
333
tmp->tmp_temp[reg] = temp;
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
335
scalar->sis_value = temp;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
1876
uint64_t temp;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
1919
temp = htonll(port_info->p_sgid_tbl[cmd.gid_index].gid.ucast_gid.
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
1921
(void) memcpy(&resp.gid[0], &temp, sizeof (temp));
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
1922
temp = htonll(port_info->p_sgid_tbl[cmd.gid_index].gid.ucast_gid.
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
1924
(void) memcpy(&resp.gid[8], &temp, sizeof (temp));
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
211
sol_uverbs_hca_t *temp;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
320
temp = (sol_uverbs_hca_t *)entry->ptr;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
323
"GUID: 0x%016llX", (void *)entry, (void *)temp->hdl,
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs.c
324
(u_longlong_t)temp->guid);
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2379
llist_head_t *temp;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2424
temp = entry->nxt;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2437
entry = temp;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2438
temp = entry->nxt;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2475
llist_head_t *temp;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2481
temp = entry->nxt;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2494
entry = temp;
usr/src/uts/common/io/ib/clients/of/sol_uverbs/sol_uverbs_qp.c
2495
temp = entry->nxt;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1355
char *temp;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1360
temp = strchr(portstr, '=');
usr/src/uts/common/io/ib/ibnex/ibnex.c
1361
if (temp != NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1362
temp++;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1363
*port = ibnex_str2int(temp, strlen(temp), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1720
char *srv, **service_name, *temp;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1734
temp = strchr(srv, ',');
usr/src/uts/common/io/ib/ibnex/ibnex.c
1735
if (temp == 0)
usr/src/uts/common/io/ib/ibnex/ibnex.c
1737
temp++;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1738
*pkey = ibnex_str2hex(srv, (temp - srv - 1), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1754
if (strcmp(service_name[ii], temp) == 0) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1838
char *temp1, *temp;
usr/src/uts/common/io/ib/ibnex/ibnex.c
1845
if ((temp = strchr(device_name, '@')) == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1848
if ((temp1 = strchr(++temp, ',')) == NULL) {
usr/src/uts/common/io/ib/ibnex/ibnex.c
1851
*ioc_guid = ibnex_str2hex(temp, (temp1 - temp), &ret);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1855
- temp) + 1, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1856
(void) strncpy(ioc_guid_str, temp, temp1 - temp + 1);
usr/src/uts/common/io/ib/ibnex/ibnex.c
1857
ioc_guid_str[temp1 - temp] = '\0';
usr/src/uts/common/io/ib/ibnex/ibnex.c
2456
char *temp, *srv_names[IB_DM_MAX_IOCS_IN_IOU];
usr/src/uts/common/io/ib/ibnex/ibnex.c
2464
temp = (char *)((char *)srv_id + (8 * profile->ioc_service_entries));
usr/src/uts/common/io/ib/ibnex/ibnex.c
2466
srv_names[ii] = (char *)temp + (ii * IB_DM_MAX_SVC_NAME_LEN);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2510
char *temp;
usr/src/uts/common/io/ib/ibnex/ibnex.c
2529
temp = kmem_alloc(IBNEX_MAX_COMPAT_PROP_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2531
compatible[ii] = temp + (ii * IBNEX_MAX_COMPAT_LEN);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2571
kmem_free(temp, IBNEX_MAX_COMPAT_PROP_SZ);
usr/src/uts/common/io/ib/ibnex/ibnex.c
2575
kmem_free(temp, IBNEX_MAX_COMPAT_PROP_SZ);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3324
char *temp;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3336
temp = kmem_alloc(IBNEX_MAX_IBPORT_COMPAT_PROP_SZ, KM_SLEEP);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3338
compatible[i] = temp + (i * IBNEX_MAX_COMPAT_LEN);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3359
kmem_free(temp, IBNEX_MAX_IBPORT_COMPAT_PROP_SZ);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3362
kmem_free(temp, IBNEX_MAX_IBPORT_COMPAT_PROP_SZ);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3473
char *node_addr, *temp, *unit_addr;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3494
temp = ibnex_lookup_named_prop(
usr/src/uts/common/io/ib/ibnex/ibnex.c
3496
if (temp == NULL)
usr/src/uts/common/io/ib/ibnex/ibnex.c
3499
pnam_len = strlen(spec->hwc_devi_name) + strlen(temp) + 2;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3504
pnam_len, "%s,%s", spec->hwc_devi_name, temp);
usr/src/uts/common/io/ib/ibnex/ibnex.c
3521
len = strlen(temp) + 1;
usr/src/uts/common/io/ib/ibnex/ibnex.c
3524
(void) snprintf(unit_addr, len, "%s", temp);
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
320
char *temp;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
331
temp = devname;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
333
temp = strstr(temp, ",protocol=ip");
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
334
if (temp == NULL)
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
337
if (strlen(devname) > (int)((temp - devname) + 12)) {
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
338
if (temp[12] == ',')
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
343
temp++;
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
344
} while (temp);
usr/src/uts/common/io/ib/ibnex/ibnex_hca.c
346
if (temp == NULL)
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2684
mdi_pathinfo_t *path = NULL, *temp;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2708
temp = path;
usr/src/uts/common/io/ib/ibnex/ibnex_ioctl.c
2712
(void) mdi_pi_free(temp, 0);
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
627
ibtl_async_port_status_t temp;
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
652
temp = IBTL_HCA_PORT_DOWN;
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
655
temp = IBTL_HCA_PORT_UP;
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
658
temp = IBTL_HCA_PORT_CHG;
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
661
temp = IBTL_HCA_PORT_ASYNC_CLNT_REREG;
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
683
if ((portp[port_minus1].status & temp) != 0)
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
700
if (temp == IBTL_HCA_PORT_CHG) {
usr/src/uts/common/io/ib/ibtl/ibtl_handlers.c
705
hca_devp->hd_async_port[port_minus1].status &= ~temp;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
1034
for (temp = ibdm.ibdm_hca_list_head; temp; temp = temp->hl_next) {
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
1035
if (temp->hl_hca_guid == hca_guid) {
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4159
ibdm_hca_list_t *gid_hca_head, *temp;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4178
temp = ibdm_dup_hca_attr(gid_hca_head);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4179
temp->hl_next = ioc_head;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4180
ioc_head = temp;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
426
ibdm_hca_list_t *hca_list, *temp;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
446
temp = hca_list;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
448
IBTF_DPRINTF_L4("ibdm", "\tibdm_fini: hca %p", temp);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
449
if (ibdm_uninit_hca(temp) != IBDM_SUCCESS) {
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
451
"uninit_hca %p failed", temp);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4702
hrtime_t temp, wait_time = 0;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4721
temp = gethrtime() - hca->hl_attach_time;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4722
temp = MAX(0, (dft_wait - temp));
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4725
wait_time = temp;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4729
wait_time = MAX(temp, wait_time);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4871
ibdm_hca_list_t *head = NULL, *temp, *temp1;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4877
temp = ibdm.ibdm_hca_list_head;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4879
temp1 = ibdm_dup_hca_attr(temp);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4882
temp = temp->hl_next;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4956
ibdm_hca_list_t *temp;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4962
temp = hca_list;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4964
for (ii = 0; ii < temp->hl_nports; ii++) {
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4965
port = &temp->hl_port_attr[ii];
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4970
len = sizeof (ibdm_hca_list_t) + (temp->hl_nports *
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
4972
kmem_free(temp, len);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
5337
ibdm_ioc_info_t *temp;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
5341
temp = ioc;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
5343
kmem_free(temp->ioc_gid_list,
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
5344
(sizeof (ibdm_gid_t) * temp->ioc_nportgids));
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
5345
if (temp->ioc_hca_list)
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
5346
ibdm_ibnex_free_hca_list(temp->ioc_hca_list);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
5347
kmem_free(temp, sizeof (ibdm_ioc_info_t));
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
6667
ibdm_hca_list_t *head, *prev = NULL, *temp;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
6700
temp = ibdm_dup_hca_attr(hca);
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
6701
temp->hl_next = NULL;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
6702
prev->hl_next = temp;
usr/src/uts/common/io/ib/mgt/ibdm/ibdm.c
940
ibdm_hca_list_t *hca_list, *temp;
usr/src/uts/common/io/ib/mgt/ibdma/ibdma.c
599
ib_gid_t temp = msgp->im_global_addr.ig_recver_gid;
usr/src/uts/common/io/ib/mgt/ibdma/ibdma.c
603
msgp->im_global_addr.ig_sender_gid = temp;
usr/src/uts/common/io/iwh/iwh.c
2319
uint32_t temp, crc, *tail;
usr/src/uts/common/io/iwh/iwh.c
2334
temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_AGC_IDX]);
usr/src/uts/common/io/iwh/iwh.c
2335
agc = (temp & IWH_OFDM_AGC_MSK) >> IWH_OFDM_AGC_BIT_POS;
usr/src/uts/common/io/iwh/iwh.c
2337
temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_RSSI_AB_IDX]);
usr/src/uts/common/io/iwh/iwh.c
2338
arssi = (temp & IWH_OFDM_RSSI_A_MSK) >> IWH_OFDM_RSSI_A_BIT_POS;
usr/src/uts/common/io/iwh/iwh.c
2339
brssi = (temp & IWH_OFDM_RSSI_B_MSK) >> IWH_OFDM_RSSI_B_BIT_POS;
usr/src/uts/common/io/iwh/iwh.c
2341
temp = LE_32(phyinfo->non_cfg_phy[IWH_RX_RES_RSSI_C_IDX]);
usr/src/uts/common/io/iwh/iwh.c
2342
crssi = (temp & IWH_OFDM_RSSI_C_MSK) >> IWH_OFDM_RSSI_C_BIT_POS;
usr/src/uts/common/io/iwh/iwh.c
5209
uint16_t temp;
usr/src/uts/common/io/iwh/iwh.c
5218
temp = IWH_READ_EEP_SHORT(sc, EEP_LINK_GENERAL);
usr/src/uts/common/io/iwh/iwh.c
5222
temp = IWH_READ_EEP_SHORT(sc, EEP_LINK_HOST);
usr/src/uts/common/io/iwh/iwh.c
5226
temp = IWH_READ_EEP_SHORT(sc, EEP_LINK_REGULATORY);
usr/src/uts/common/io/iwh/iwh.c
5230
temp = IWH_READ_EEP_SHORT(sc, EEP_LINK_CALIBRATION);
usr/src/uts/common/io/iwh/iwh.c
5234
temp = IWH_READ_EEP_SHORT(sc, EEP_LINK_PROCESS_ADJST);
usr/src/uts/common/io/iwh/iwh.c
5238
temp = IWH_READ_EEP_SHORT(sc, EEP_LINK_OTHERS);
usr/src/uts/common/io/iwh/iwh.c
5242
temp = 0;
usr/src/uts/common/io/iwh/iwh.c
5248
di_addr = (indi_addr & ADDRESS_MSK) + (temp << 1);
usr/src/uts/common/io/iwk/iwk2.c
5575
uint32_t temp;
usr/src/uts/common/io/iwk/iwk2.c
5585
temp = rx_sens_p->last_false_alarm_cnt_cck;
usr/src/uts/common/io/iwk/iwk2.c
5587
cck_fa += (0xFFFFFFFF - temp);
usr/src/uts/common/io/iwk/iwk2.c
5595
temp = rx_sens_p->last_bad_plcp_cnt_cck;
usr/src/uts/common/io/iwk/iwk2.c
5597
cck_bp += (0xFFFFFFFF - temp);
usr/src/uts/common/io/iwk/iwk2.c
5773
uint32_t temp;
usr/src/uts/common/io/iwk/iwk2.c
5784
temp = rx_sens_p->last_false_alarm_cnt_ofdm;
usr/src/uts/common/io/iwk/iwk2.c
5786
ofdm_fa += (0xFFFFFFFF - temp);
usr/src/uts/common/io/iwk/iwk2.c
5794
temp = rx_sens_p->last_bad_plcp_cnt_ofdm;
usr/src/uts/common/io/iwk/iwk2.c
5796
ofdm_bp += (0xFFFFFFFF - temp);
usr/src/uts/common/io/iwn/if_iwn.c
2228
chans[0].samples[c][j].temp,
usr/src/uts/common/io/iwn/if_iwn.c
2239
chans[1].samples[c][j].temp,
usr/src/uts/common/io/iwn/if_iwn.c
2836
int temp = 0;
usr/src/uts/common/io/iwn/if_iwn.c
2848
if (stats->general.temp != sc->rawtemp) {
usr/src/uts/common/io/iwn/if_iwn.c
2850
sc->rawtemp = stats->general.temp;
usr/src/uts/common/io/iwn/if_iwn.c
2851
temp = ops->get_temperature(sc);
usr/src/uts/common/io/iwn/if_iwn.c
2852
sc->sc_misc->temp.value.ul = temp;
usr/src/uts/common/io/iwn/if_iwn.c
2856
iwn4965_power_calibration(sc, temp);
usr/src/uts/common/io/iwn/if_iwn.c
2859
DTRACE_PROBE2(rx__statistics, struct iwn_stats *, stats, int, temp);
usr/src/uts/common/io/iwn/if_iwn.c
4608
int32_t temp;
usr/src/uts/common/io/iwn/if_iwn.c
4613
temp = (IWN_CTOK(110) - sc->temp_off) * -5;
usr/src/uts/common/io/iwn/if_iwn.c
4615
temp = IWN_CTOK(110);
usr/src/uts/common/io/iwn/if_iwn.c
4617
temp = 110;
usr/src/uts/common/io/iwn/if_iwn.c
4619
sc->sc_misc->crit_temp.value.ul = temp;
usr/src/uts/common/io/iwn/if_iwn.c
4622
crit.tempR = htole32(temp);
usr/src/uts/common/io/iwn/if_iwn.c
4650
iwn4965_power_calibration(struct iwn_softc *sc, int temp)
usr/src/uts/common/io/iwn/if_iwn.c
4653
IWN_DBG("temperature %d->%d", sc->temp, temp);
usr/src/uts/common/io/iwn/if_iwn.c
4654
if (abs(temp - sc->temp) >= 3) {
usr/src/uts/common/io/iwn/if_iwn.c
4656
sc->temp = temp;
usr/src/uts/common/io/iwn/if_iwn.c
471
kstat_named_init(&sc->sc_misc->temp,
usr/src/uts/common/io/iwn/if_iwn.c
4738
uint8_t power, gain, temp;
usr/src/uts/common/io/iwn/if_iwn.c
4747
temp = interpolate(chan,
usr/src/uts/common/io/iwn/if_iwn.c
4748
chans[0].num, chans[0].samples[c][1].temp,
usr/src/uts/common/io/iwn/if_iwn.c
4749
chans[1].num, chans[1].samples[c][1].temp, 1);
usr/src/uts/common/io/iwn/if_iwn.c
4752
sc->sc_txpower->txchain[c].temp.value.l = temp;
usr/src/uts/common/io/iwn/if_iwn.c
4755
tdiff = ((sc->temp - temp) * 2) / tdiv[grp];
usr/src/uts/common/io/iwn/if_iwn.c
4890
int32_t r1, r2, r3, r4, temp;
usr/src/uts/common/io/iwn/if_iwn.c
4892
r1 = le32toh(uc->temp[0].chan20MHz);
usr/src/uts/common/io/iwn/if_iwn.c
4893
r2 = le32toh(uc->temp[1].chan20MHz);
usr/src/uts/common/io/iwn/if_iwn.c
4894
r3 = le32toh(uc->temp[2].chan20MHz);
usr/src/uts/common/io/iwn/if_iwn.c
4903
temp = (259 * (r4 - r2)) / (r3 - r1);
usr/src/uts/common/io/iwn/if_iwn.c
4904
temp = (temp * 97) / 100 + 8;
usr/src/uts/common/io/iwn/if_iwn.c
4906
return IWN_KTOC(temp);
usr/src/uts/common/io/iwn/if_iwn.c
4912
int32_t temp;
usr/src/uts/common/io/iwn/if_iwn.c
4919
temp = le32toh(sc->rawtemp);
usr/src/uts/common/io/iwn/if_iwn.c
4921
temp = (temp / -5) + sc->temp_off;
usr/src/uts/common/io/iwn/if_iwn.c
4922
temp = IWN_KTOC(temp);
usr/src/uts/common/io/iwn/if_iwn.c
4924
return temp;
usr/src/uts/common/io/iwn/if_iwn.c
592
kstat_named_init(&sc->sc_txpower->txchain[i].temp,
usr/src/uts/common/io/iwn/if_iwn.c
6729
sc->rawtemp = sc->ucode_info.temp[3].chan20MHz;
usr/src/uts/common/io/iwn/if_iwn.c
6730
sc->temp = iwn4965_get_temperature(sc);
usr/src/uts/common/io/iwn/if_iwn.c
6731
sc->sc_misc->temp.value.ul = sc->temp;
usr/src/uts/common/io/iwn/if_iwnreg.h
1193
} __packed temp[4];
usr/src/uts/common/io/iwn/if_iwnreg.h
1437
uint32_t temp;
usr/src/uts/common/io/iwn/if_iwnreg.h
1641
uint8_t temp;
usr/src/uts/common/io/iwn/if_iwnvar.h
273
int temp;
usr/src/uts/common/io/iwn/if_iwnvar.h
352
kstat_named_t temp;
usr/src/uts/common/io/iwn/if_iwnvar.h
398
kstat_named_t temp;
usr/src/uts/common/io/iwp/iwp.c
2227
uint32_t temp, crc, *tail;
usr/src/uts/common/io/iwp/iwp.c
2242
temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_AGC_IDX]);
usr/src/uts/common/io/iwp/iwp.c
2243
agc = (temp & IWP_OFDM_AGC_MSK) >> IWP_OFDM_AGC_BIT_POS;
usr/src/uts/common/io/iwp/iwp.c
2245
temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_RSSI_AB_IDX]);
usr/src/uts/common/io/iwp/iwp.c
2246
arssi = (temp & IWP_OFDM_RSSI_A_MSK) >> IWP_OFDM_RSSI_A_BIT_POS;
usr/src/uts/common/io/iwp/iwp.c
2247
brssi = (temp & IWP_OFDM_RSSI_B_MSK) >> IWP_OFDM_RSSI_B_BIT_POS;
usr/src/uts/common/io/iwp/iwp.c
2249
temp = LE_32(phyinfo->non_cfg_phy[IWP_RX_RES_RSSI_C_IDX]);
usr/src/uts/common/io/iwp/iwp.c
2250
crssi = (temp & IWP_OFDM_RSSI_C_MSK) >> IWP_OFDM_RSSI_C_BIT_POS;
usr/src/uts/common/io/iwp/iwp.c
4831
uint16_t temp;
usr/src/uts/common/io/iwp/iwp.c
4840
temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_GENERAL);
usr/src/uts/common/io/iwp/iwp.c
4843
temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_HOST);
usr/src/uts/common/io/iwp/iwp.c
4846
temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_REGULATORY);
usr/src/uts/common/io/iwp/iwp.c
4849
temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_CALIBRATION);
usr/src/uts/common/io/iwp/iwp.c
4852
temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_PROCESS_ADJST);
usr/src/uts/common/io/iwp/iwp.c
4855
temp = IWP_READ_EEP_SHORT(sc, EEP_LINK_OTHERS);
usr/src/uts/common/io/iwp/iwp.c
4858
temp = 0;
usr/src/uts/common/io/iwp/iwp.c
4864
di_addr = (indi_addr & ADDRESS_MSK) + (temp << 1);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5018
&data->sensor[i].temp);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
346
u8 temp;
usr/src/uts/common/io/mac/mac_flow.c
472
mac_flow_remove(flow_tab_t *ft, flow_entry_t *flent, boolean_t temp)
usr/src/uts/common/io/mac/mac_flow.c
487
if (!temp)
usr/src/uts/common/io/ntxn/niu.c
122
unm_niu_gb_mac_config_0_t temp;
usr/src/uts/common/io/ntxn/niu.c
123
*(unm_crbword_t *)&temp = 0;
usr/src/uts/common/io/ntxn/niu.c
124
temp.tx_reset_pb = 1;
usr/src/uts/common/io/ntxn/niu.c
125
temp.rx_reset_pb = 1;
usr/src/uts/common/io/ntxn/niu.c
126
temp.tx_reset_mac = 1;
usr/src/uts/common/io/ntxn/niu.c
127
temp.rx_reset_mac = 1;
usr/src/uts/common/io/ntxn/niu.c
129
UNM_NIU_GB_MAC_CONFIG_0(0), &temp, 4);
usr/src/uts/common/io/ntxn/niu.c
213
unm_crbword_t temp = 0;
usr/src/uts/common/io/ntxn/niu.c
219
(void) memcpy(&temp, addr, 2);
usr/src/uts/common/io/ntxn/niu.c
220
temp <<= 16;
usr/src/uts/common/io/ntxn/niu.c
222
&temp, 4);
usr/src/uts/common/io/ntxn/niu.c
223
temp = 0;
usr/src/uts/common/io/ntxn/niu.c
224
(void) memcpy(&temp, ((__uint8_t *)addr)+2, sizeof (unm_crbword_t));
usr/src/uts/common/io/ntxn/niu.c
226
&temp, 4);
usr/src/uts/common/io/ntxn/niu.c
482
unm_crbword_t temp = 0;
usr/src/uts/common/io/ntxn/niu.c
490
(void) memcpy(&temp, addr, 2);
usr/src/uts/common/io/ntxn/niu.c
491
temp <<= 16;
usr/src/uts/common/io/ntxn/niu.c
496
UNM_NIU_AP_STATION_ADDR_1(phy), &temp, 4);
usr/src/uts/common/io/ntxn/niu.c
497
temp = 0;
usr/src/uts/common/io/ntxn/niu.c
498
(void) memcpy(&temp, ((__uint8_t *)addr) + 2,
usr/src/uts/common/io/ntxn/niu.c
501
UNM_NIU_AP_STATION_ADDR_0(phy), &temp, 4);
usr/src/uts/common/io/ntxn/niu.c
504
UNM_NIU_XGE_STATION_ADDR_0_1, &temp, 4);
usr/src/uts/common/io/ntxn/niu.c
505
temp = 0;
usr/src/uts/common/io/ntxn/niu.c
506
(void) memcpy(&temp, ((__uint8_t *)addr) + 2,
usr/src/uts/common/io/ntxn/niu.c
509
UNM_NIU_XGE_STATION_ADDR_0_HI, &temp, 4);
usr/src/uts/common/io/ntxn/niu.c
514
(void) memcpy(&temp, addr, 2);
usr/src/uts/common/io/ntxn/niu.c
515
temp <<= 16;
usr/src/uts/common/io/ntxn/niu.c
520
UNM_NIU_AP_STATION_ADDR_1(phy), &temp, 4);
usr/src/uts/common/io/ntxn/niu.c
521
temp = 0;
usr/src/uts/common/io/ntxn/niu.c
522
(void) memcpy(&temp, ((__uint8_t *)addr) + 2,
usr/src/uts/common/io/ntxn/niu.c
525
UNM_NIU_AP_STATION_ADDR_0(phy), &temp, 4);
usr/src/uts/common/io/ntxn/niu.c
528
UNM_NIU_XGE_STATION_ADDR_0_1, &temp, 4);
usr/src/uts/common/io/ntxn/niu.c
529
temp = 0;
usr/src/uts/common/io/ntxn/niu.c
530
(void) memcpy(&temp, ((__uint8_t *)addr) + 2,
usr/src/uts/common/io/ntxn/niu.c
533
UNM_NIU_XGE_STATION_ADDR_0_HI, &temp, 4);
usr/src/uts/common/io/ntxn/unm_gem.c
1153
int ret, temp;
usr/src/uts/common/io/ntxn/unm_gem.c
1234
temp = UNM_CRB_READ_VAL_ADAPTER(UNM_MIU_MN_CONTROL, adapter);
usr/src/uts/common/io/ntxn/unm_gem.c
1235
adapter->ahw.cut_through = NX_IS_SYSTEM_CUT_THROUGH(temp);
usr/src/uts/common/io/ntxn/unm_gem.c
1259
temp = 0;
usr/src/uts/common/io/ntxn/unm_gem.c
1261
&temp, 4);
usr/src/uts/common/io/ntxn/unm_gem.c
203
uint32_t temp, crbaddr;
usr/src/uts/common/io/ntxn/unm_gem.c
213
adapter->unm_nic_hw_read_wx(adapter, crbaddr, &temp, 4);
usr/src/uts/common/io/ntxn/unm_gem.c
215
*pmac16++ = (temp >> 16);
usr/src/uts/common/io/ntxn/unm_gem.c
217
&temp, 4);
usr/src/uts/common/io/ntxn/unm_gem.c
218
*pmac16++ = (temp & 0xffff);
usr/src/uts/common/io/ntxn/unm_gem.c
219
*pmac16++ = (temp >> 16);
usr/src/uts/common/io/ntxn/unm_gem.c
222
*pmac16++ = (temp & 0xffff);
usr/src/uts/common/io/ntxn/unm_gem.c
223
*pmac16++ = (temp >> 16);
usr/src/uts/common/io/ntxn/unm_gem.c
225
&temp, 4);
usr/src/uts/common/io/ntxn/unm_gem.c
226
*pmac16++ = (temp & 0xffff);
usr/src/uts/common/io/ntxn/unm_gem.c
254
uint32_t hi, lo, temp;
usr/src/uts/common/io/ntxn/unm_gem.c
277
temp = DUMMY_BUF_INIT;
usr/src/uts/common/io/ntxn/unm_gem.c
279
&temp, 4);
usr/src/uts/common/io/ntxn/unm_nic.h
528
uint32_t temp;
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
403
u32 temp;
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
430
temp = (NX_CAP0_LEGACY_CONTEXT | NX_CAP0_LEGACY_MN);
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
431
prq->capabilities[0] = HOST_TO_LE_32(temp);
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
461
temp = LE_TO_HOST_32(prsp->cds_ring.host_producer_crb);
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
463
UNM_NIC_REG(temp - 0x200);
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
583
unsigned int temp;
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
619
temp = lower32(adapter->ctxDesc_physAddr);
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
621
&temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
622
temp = upper32(adapter->ctxDesc_physAddr);
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
624
&temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
625
temp = UNM_CTX_SIGNATURE | func_id;
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
627
&temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1242
__uint32_t temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1310
temp = UNM_NIC_PCI_READ_32((void *)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1312
if ((temp & MIU_TA_CTL_BUSY) == 0) {
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1335
__uint32_t temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1368
temp = UNM_NIC_PCI_READ_32((void *)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1370
if ((temp & MIU_TA_CTL_BUSY) == 0) {
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1428
__uint32_t temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1487
temp = off8 + (i << 3);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1489
mem_crb+MIU_TEST_AGT_ADDR_LO, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1490
temp = 0;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1492
mem_crb+MIU_TEST_AGT_ADDR_HI, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1493
temp = word[i] & 0xffffffff;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1495
mem_crb+MIU_TEST_AGT_WRDATA_LO, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1496
temp = (word[i] >> 32) & 0xffffffff;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1498
mem_crb+MIU_TEST_AGT_WRDATA_HI, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1499
temp = MIU_TA_CTL_ENABLE | MIU_TA_CTL_WRITE;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1501
mem_crb+MIU_TEST_AGT_CTRL, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1502
temp = MIU_TA_CTL_START | MIU_TA_CTL_ENABLE | MIU_TA_CTL_WRITE;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1504
mem_crb+MIU_TEST_AGT_CTRL, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1508
mem_crb + MIU_TEST_AGT_CTRL, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1509
if ((temp & MIU_TA_CTL_BUSY) == 0) {
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1533
__uint32_t temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1562
temp = off8 + (i << 3);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1564
mem_crb + MIU_TEST_AGT_ADDR_LO, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1565
temp = 0;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1567
mem_crb + MIU_TEST_AGT_ADDR_HI, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1568
temp = MIU_TA_CTL_ENABLE;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1570
mem_crb + MIU_TEST_AGT_CTRL, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1571
temp = MIU_TA_CTL_START | MIU_TA_CTL_ENABLE;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1573
mem_crb + MIU_TEST_AGT_CTRL, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1577
mem_crb + MIU_TEST_AGT_CTRL, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1578
if ((temp & MIU_TA_CTL_BUSY) == 0) {
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1593
mem_crb + MIU_TEST_AGT_RDDATA(k), &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1594
word[i] |= ((__uint64_t)temp << (32 * k));
usr/src/uts/common/io/ntxn/unm_nic_hw.c
647
u32 temp = data;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
649
adapter->unm_nic_hw_write_wx(adapter, off, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
658
u32 temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
660
adapter->unm_nic_hw_read_wx(adapter, off, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
662
return (temp);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
671
u32 temp = *data;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
673
adapter->unm_nic_hw_write_wx(adapter, off, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
684
u32 temp;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
686
adapter->unm_nic_hw_read_wx(adapter, off, &temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
688
*data = temp;
usr/src/uts/common/io/ntxn/unm_nic_main.c
1115
uint32_t temp, temp_state, temp_val;
usr/src/uts/common/io/ntxn/unm_nic_main.c
1122
temp = adapter->unm_nic_pci_read_normalize(adapter, CRB_TEMP_STATE);
usr/src/uts/common/io/ntxn/unm_nic_main.c
1124
temp_state = nx_get_temp_state(temp);
usr/src/uts/common/io/ntxn/unm_nic_main.c
1125
temp_val = nx_get_temp_val(temp);
usr/src/uts/common/io/ntxn/unm_nic_main.c
1133
if (adapter->temp == NX_TEMP_NORMAL) {
usr/src/uts/common/io/ntxn/unm_nic_main.c
1139
if (adapter->temp == NX_TEMP_WARN) {
usr/src/uts/common/io/ntxn/unm_nic_main.c
1146
adapter->temp = temp_state;
usr/src/uts/common/io/ntxn/unm_nic_main.c
218
__uint32_t temp = 0;
usr/src/uts/common/io/ntxn/unm_nic_main.c
221
&temp, 4);
usr/src/uts/common/io/ntxn/unm_nic_main.c
227
uint32_t mask, temp, our_int, status;
usr/src/uts/common/io/ntxn/unm_nic_main.c
245
ISR_INT_STATE_REG, &temp);
usr/src/uts/common/io/ntxn/unm_nic_main.c
246
if (!ISR_IS_LEGACY_INTR_TRIGGERED(temp)) {
usr/src/uts/common/io/ntxn/unm_nic_main.c
262
temp = our_int & ~((u32)(0x80 << adapter->portnum));
usr/src/uts/common/io/ntxn/unm_nic_main.c
264
CRB_INT_VECTOR, temp);
usr/src/uts/common/io/ntxn/unm_nic_main.c
271
temp = 0xffffffff;
usr/src/uts/common/io/ntxn/unm_nic_main.c
273
adapter->legacy_intr.tgt_status_reg, &temp);
usr/src/uts/common/io/ntxn/unm_nic_main.c
286
temp = 0xffffffff;
usr/src/uts/common/io/ntxn/unm_nic_main.c
288
msi_tgt_status[adapter->ahw.pci_func], &temp);
usr/src/uts/common/io/ntxn/unm_nic_main.c
299
u32 temp = 1;
usr/src/uts/common/io/ntxn/unm_nic_main.c
302
&temp, 4);
usr/src/uts/common/io/physmem.c
162
struct physmem_hash *temp;
usr/src/uts/common/io/physmem.c
176
for (temp = iterator->pph_hash; temp != NULL;
usr/src/uts/common/io/physmem.c
177
temp = temp->ph_next) {
usr/src/uts/common/io/physmem.c
178
if ((php->ph_base_pa >= temp->ph_base_pa &&
usr/src/uts/common/io/physmem.c
179
php->ph_base_pa < temp->ph_base_pa +
usr/src/uts/common/io/physmem.c
180
temp->ph_seg_len) ||
usr/src/uts/common/io/physmem.c
181
(temp->ph_base_pa >= php->ph_base_pa &&
usr/src/uts/common/io/physmem.c
182
temp->ph_base_pa < php->ph_base_pa +
usr/src/uts/common/io/ppm/ppm.c
1681
clock_t temp;
usr/src/uts/common/io/ppm/ppm.c
1703
temp = ddi_get_lbolt();
usr/src/uts/common/io/ppm/ppm.c
1704
temp -= domp->last_off_time;
usr/src/uts/common/io/ppm/ppm.c
1705
temp = drv_hztousec(temp);
usr/src/uts/common/io/ppm/ppm.c
1707
if (temp < delay) {
usr/src/uts/common/io/ppm/ppm.c
1716
delay - temp));
usr/src/uts/common/io/ppm/ppm.c
1717
drv_usecwait(delay - temp);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
298
struct regpair temp[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
343
struct regpair temp[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
465
struct regpair temp[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_rdma.h
48
struct regpair temp[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
52
struct regpair temp[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
61
struct regpair temp[16];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
70
struct regpair temp[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
78
struct regpair temp[24];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
86
struct regpair temp[30];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hsi_roce.h
94
struct regpair temp[12];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
298
struct regpair temp[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
343
struct regpair temp[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
465
struct regpair temp[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_rdma.h
48
struct regpair temp[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
52
struct regpair temp[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
61
struct regpair temp[16];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
70
struct regpair temp[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
78
struct regpair temp[24];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
86
struct regpair temp[30];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/ecore_hsi_roce.h
94
struct regpair temp[12];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/preRoce.h
522
struct regpair temp[14];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/preRoce.h
530
struct regpair temp[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/preRoce.h
57
struct regpair temp[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/preRoce.h
66
struct regpair temp[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/preRoce.h
747
struct regpair temp[6];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/preRoce.h
75
struct regpair temp[4];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/preRoce.h
83
struct regpair temp[20];
usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/preRoce.h
91
struct regpair temp[20];
usr/src/uts/common/io/qede/qede_osal.c
657
qede_mem_list_entry_t *temp = NULL;
usr/src/uts/common/io/qede/qede_osal.c
676
temp,
usr/src/uts/common/io/qede/qede_osal.c
788
uint32_t count = 0, temp = *bitmap;
usr/src/uts/common/io/rtw/smc93cx6.c
103
uint32_t temp;
usr/src/uts/common/io/rtw/smc93cx6.c
111
temp = sd->sd_MS ^ sd->sd_CS;
usr/src/uts/common/io/rtw/smc93cx6.c
112
SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
usr/src/uts/common/io/rtw/smc93cx6.c
121
temp ^= sd->sd_DO;
usr/src/uts/common/io/rtw/smc93cx6.c
122
SEEPROM_OUTB(sd, temp);
usr/src/uts/common/io/rtw/smc93cx6.c
124
SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
usr/src/uts/common/io/rtw/smc93cx6.c
127
temp ^= sd->sd_DO;
usr/src/uts/common/io/rtw/smc93cx6.c
132
temp ^= sd->sd_DO;
usr/src/uts/common/io/rtw/smc93cx6.c
133
SEEPROM_OUTB(sd, temp);
usr/src/uts/common/io/rtw/smc93cx6.c
135
SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
usr/src/uts/common/io/rtw/smc93cx6.c
138
temp ^= sd->sd_DO;
usr/src/uts/common/io/rtw/smc93cx6.c
149
SEEPROM_OUTB(sd, temp);
usr/src/uts/common/io/rtw/smc93cx6.c
154
SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
usr/src/uts/common/io/rtw/smc93cx6.c
161
temp = sd->sd_MS;
usr/src/uts/common/io/rtw/smc93cx6.c
162
SEEPROM_OUTB(sd, temp);
usr/src/uts/common/io/rtw/smc93cx6.c
164
SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
usr/src/uts/common/io/rtw/smc93cx6.c
166
SEEPROM_OUTB(sd, temp);
usr/src/uts/common/io/sata/impl/sata.c
9728
uint8_t temp;
usr/src/uts/common/io/sata/impl/sata.c
9746
temp = lbuf[200];
usr/src/uts/common/io/sata/impl/sata.c
9747
if (temp == 0x80)
usr/src/uts/common/io/sata/impl/sata.c
9755
if ((temp & 0x80) != 0)
usr/src/uts/common/io/sata/impl/sata.c
9758
return (temp);
usr/src/uts/common/io/sata/impl/sata.c
9783
uint8_t temp;
usr/src/uts/common/io/sata/impl/sata.c
9811
temp = SCSI_NO_TEMP;
usr/src/uts/common/io/sata/impl/sata.c
9815
temp = sata_sct_temp(sata_hba_inst, sdinfo, smart_data, 512);
usr/src/uts/common/io/sata/impl/sata.c
9819
lpp->param_values[2] = temp; /* most recent temperature */
usr/src/uts/common/io/sata/impl/sata.c
9836
uint8_t temp, ref_temp, sct_temp;
usr/src/uts/common/io/sata/impl/sata.c
9842
temp = ref_temp = sct_temp = SCSI_NO_TEMP;
usr/src/uts/common/io/sata/impl/sata.c
9862
temp = SATA_STAT_VALUE(param) & 0xff;
usr/src/uts/common/io/sata/impl/sata.c
9863
if ((temp & 0x80) != 0)
usr/src/uts/common/io/sata/impl/sata.c
9864
temp = SCSI_NO_TEMP;
usr/src/uts/common/io/sata/impl/sata.c
9901
lpp->param_values[1] = (sct_temp != SCSI_NO_TEMP) ? sct_temp : temp;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4512
int temp;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4525
temp = (cookiec - (MPTSAS_MAX_FRAME_SGES64(mpt) - 1)) / sgemax;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4531
if ((cookiec - (MPTSAS_MAX_FRAME_SGES64(mpt) - 1)) - (temp *
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4533
frames = (temp + 1);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4535
frames = temp;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4849
int temp;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4862
temp = (cookiec - (MPTSAS_MAX_FRAME_SGES64(mpt) - 1)) / sgemax;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4868
if ((cookiec - (MPTSAS_MAX_FRAME_SGES64(mpt) - 1)) - (temp *
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4870
frames = (temp + 1);
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4872
frames = temp;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
4874
NDBG1(("mptsas_ieee_sge_chain: temp=%d, frames=%d", temp, frames));
usr/src/uts/common/io/sfxge/common/siena_nvram.c
511
uint16_t temp[4];
usr/src/uts/common/io/sfxge/common/siena_nvram.c
540
temp[0] = EFX_WORD_FIELD(verp->version_w, EFX_WORD_0);
usr/src/uts/common/io/sfxge/common/siena_nvram.c
541
temp[1] = EFX_WORD_FIELD(verp->version_x, EFX_WORD_0);
usr/src/uts/common/io/sfxge/common/siena_nvram.c
542
temp[2] = EFX_WORD_FIELD(verp->version_y, EFX_WORD_0);
usr/src/uts/common/io/sfxge/common/siena_nvram.c
543
temp[3] = EFX_WORD_FIELD(verp->version_z, EFX_WORD_0);
usr/src/uts/common/io/sfxge/common/siena_nvram.c
544
if (memcmp(version, temp, sizeof (temp)) < 0)
usr/src/uts/common/io/sfxge/common/siena_nvram.c
545
(void) memcpy(version, temp, sizeof (temp));
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2556
entity_attribute_t *temp;
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2563
temp = item->entity_item_attributes;
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2564
while (temp != NULL) {
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2565
if (temp->entity_attribute_tag == attr_tag) {
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2567
return (temp);
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
2570
temp = temp->entity_attribute_next;
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
318
uint32_t temp;
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
331
temp = 1;
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
349
temp *= hidparser_find_unsigned_val(
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
360
temp *= hidparser_find_unsigned_val(
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
374
*size = *size + temp;
usr/src/uts/common/io/usb/clients/hidparser/hidparser.c
378
*size = *size + temp;
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
1627
ushort_t *temp, num_of_nodes;
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
1670
temp = (unsigned short *)
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
1682
ehci_index[j++] = temp[k];
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
1683
ehci_index[j] = temp[k] + ehci_pow_2(i);
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
1688
temp[k] = ehci_index[k];
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
1691
kmem_free((void *)temp, (EHCI_NUM_PERIODIC_FRAME_LISTS * 2));
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
141
ushort_t i, j, k, *temp, num_of_nodes;
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
160
temp = kmem_zalloc(NUM_FRAME_LST_ENTRIES * 2, KM_SLEEP);
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
165
uhci_tree_bottom_nodes[j++] = temp[k];
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
166
uhci_tree_bottom_nodes[j] = temp[k] + pow_2(i);
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
171
temp[k] = uhci_tree_bottom_nodes[k];
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
174
kmem_free(temp, (NUM_FRAME_LST_ENTRIES*2));
usr/src/uts/common/os/callout.c
443
callout_hash_t temp;
usr/src/uts/common/os/callout.c
457
temp = ct->ct_queue;
usr/src/uts/common/os/callout.c
463
while ((cl = temp.ch_head) != NULL) {
usr/src/uts/common/os/callout.c
464
CALLOUT_LIST_DELETE(temp, cl);
usr/src/uts/common/os/contract.c
2535
ct_kevent_t *temp;
usr/src/uts/common/os/contract.c
2565
temp = l->ctl_position;
usr/src/uts/common/os/contract.c
2566
cte_hold(temp);
usr/src/uts/common/os/contract.c
2583
if (temp->cte_data) {
usr/src/uts/common/os/contract.c
2584
VERIFY(nvlist_size(temp->cte_data, &size,
usr/src/uts/common/os/contract.c
2588
if (zuniqid == GLOBAL_ZONEUNIQID && temp->cte_gdata) {
usr/src/uts/common/os/contract.c
2589
VERIFY(nvlist_size(temp->cte_gdata, &gsize,
usr/src/uts/common/os/contract.c
2603
VERIFY(nvlist_pack(temp->cte_data, &buf, &size,
usr/src/uts/common/os/contract.c
2608
VERIFY(nvlist_pack(temp->cte_gdata, &tmp,
usr/src/uts/common/os/contract.c
2627
STRUCT_FSET(ev, ctev_id, temp->cte_contract->ct_id);
usr/src/uts/common/os/contract.c
2628
STRUCT_FSET(ev, ctev_evid, temp->cte_id);
usr/src/uts/common/os/contract.c
2630
temp->cte_contract->ct_type->ct_type_index);
usr/src/uts/common/os/contract.c
2631
STRUCT_FSET(ev, ctev_flags, temp->cte_flags &
usr/src/uts/common/os/contract.c
2633
STRUCT_FSET(ev, ctev_type, temp->cte_type);
usr/src/uts/common/os/contract.c
2649
(l->ctl_position == temp))
usr/src/uts/common/os/contract.c
2650
(void) cte_qmove(q, l, list_next(&q->ctq_events, temp));
usr/src/uts/common/os/contract.c
2656
cte_rele(temp);
usr/src/uts/common/os/sig.c
1507
k_sigset_t temp;
usr/src/uts/common/os/sig.c
1518
temp = *ssp;
usr/src/uts/common/os/sig.c
1519
sigdiffset(&temp, &t->t_hold);
usr/src/uts/common/os/sig.c
1526
sigdiffset(&temp, &holdvfork);
usr/src/uts/common/os/sig.c
1533
sigdelset(&temp, SIGSTOP);
usr/src/uts/common/os/sig.c
1536
sigdelset(&temp, SIGTSTP);
usr/src/uts/common/os/sig.c
1538
sigdelset(&temp, SIGTTIN);
usr/src/uts/common/os/sig.c
1540
sigdelset(&temp, SIGTTOU);
usr/src/uts/common/os/sig.c
1548
if (sigismember(&temp, SIGKILL))
usr/src/uts/common/os/sig.c
1550
if (sigismember(&temp, SIGPROF))
usr/src/uts/common/os/sig.c
1553
for (i = 0; i < sizeof (temp) / sizeof (temp.__sigbits[0]); i++) {
usr/src/uts/common/os/sig.c
1554
if (temp.__sigbits[i])
usr/src/uts/common/os/sig.c
1555
return ((i * NBBY * sizeof (temp.__sigbits[0])) +
usr/src/uts/common/os/sig.c
1556
lowbit(temp.__sigbits[i]));
usr/src/uts/common/os/swapgeneric.c
1105
char *temp;
usr/src/uts/common/os/swapgeneric.c
1123
if ((temp = strstr(bootpath, ":port=")) != NULL) {
usr/src/uts/common/os/swapgeneric.c
1124
if ((temp = strstr(temp, ",pkey=")) != NULL)
usr/src/uts/common/os/swapgeneric.c
1125
if ((temp = strstr(temp,
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dump.h
46
uint32_t temp;
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
101
uint32_t type, uint32_t temp);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
350
CHANNEL *cp, IOCBQ *temp);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
357
CHANNEL *cp, IOCBQ *temp);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
387
CHANNEL *cp, IOCBQ *temp);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
396
CHANNEL *cp, IOCBQ *temp);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
398
CHANNEL *cp, IOCBQ *temp);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
806
CHANNEL *rp, IOCBQ *temp);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
833
CHANNEL *cp, IOCBQ *temp);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
888
uint32_t tempType, uint32_t temp);
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h
900
uint32_t temp_type, uint32_t temp);
usr/src/uts/common/sys/lom_io.h
526
int temp[MAX_TEMPS]; /* degrees C */
usr/src/uts/common/syscall/processor_info.c
50
processor_info_t temp;
usr/src/uts/common/syscall/processor_info.c
57
bcopy(&cp->cpu_type_info, &temp, sizeof (temp));
usr/src/uts/common/syscall/processor_info.c
66
if (copyout((caddr_t)&temp, (caddr_t)infop,
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1127
acpidev_class_list_t *temp;
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1147
for (temp = *listpp; temp != NULL; temp = temp->acl_next) {
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1148
if (temp->acl_class == clsp) {
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1178
acpidev_class_list_t *temp;
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1189
for (temp = NULL; *listpp; listpp = &(*listpp)->acl_next) {
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1191
temp = *listpp;
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1196
if (temp == NULL) {
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1201
} else if (temp->acl_class->adc_refcnt != 0) {
usr/src/uts/i86pc/io/acpi/acpidev/acpidev_drv.c
1207
kmem_free(temp, sizeof (*temp));
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
635
char temp[MAXPATHLEN];
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
655
if (ACPI_FAILURE(acpidev_dr_get_board_name(hdl, argp->temp,
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
656
sizeof (argp->temp)))) {
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
664
" %s", argp->temp);
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
690
hrtime_t temp;
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
708
temp = apic_nsec_since_boot;
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
713
return (temp);
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
726
hrtime_t temp;
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
784
temp = apic_last_hrtime;
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
790
return (temp);
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
801
temp = apic_nsec_since_boot + curr_timeval;
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
809
if (temp < apic_last_hrtime) {
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
812
temp = apic_last_hrtime;
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
815
apic_last_hrtime = temp;
usr/src/uts/i86pc/io/pcplusmp/apic_common.c
820
return (temp);
usr/src/uts/i86pc/io/psm/uppc.c
1055
hrtime_t timeval, temp;
usr/src/uts/i86pc/io/psm/uppc.c
1062
temp = hrtime_base;
usr/src/uts/i86pc/io/psm/uppc.c
1070
if (temp != hrtime_base)
usr/src/uts/i86pc/io/psm/uppc.c
1072
timeval -= temp;
usr/src/uts/i86pc/io/tzmon/tzmon.c
66
#define K_TO_C(temp) (((temp) - 2732) / 10)
usr/src/uts/intel/io/amdzen/smntemp.c
252
smntemp_temp_read(void *arg, sensor_ioctl_scalar_t *temp)
usr/src/uts/intel/io/amdzen/smntemp.c
263
temp->sis_unit = smntemp_temp_unit(stt);
usr/src/uts/intel/io/amdzen/smntemp.c
264
temp->sis_value = stt->stt_temp;
usr/src/uts/intel/io/amdzen/smntemp.c
266
temp->sis_gran = THM_CURTEMP_TEMP_DEC_GRAN;
usr/src/uts/intel/io/amdzen/smntemp.c
312
smntemp_create_tdie(smntemp_t *smn, smntemp_df_t *df, smntemp_temp_t *temp,
usr/src/uts/intel/io/amdzen/smntemp.c
319
temp->stt_kind = SMNTEMP_K_TDIE;
usr/src/uts/intel/io/amdzen/smntemp.c
320
temp->stt_df = df;
usr/src/uts/intel/io/amdzen/smntemp.c
321
temp->stt_reg = THM_DIE(ccdno, smn->smn_fam);
usr/src/uts/intel/io/amdzen/smntemp.c
322
mutex_init(&temp->stt_mutex, NULL, MUTEX_DRIVER, NULL);
usr/src/uts/intel/io/amdzen/smntemp.c
323
temp->stt_flags = SMNTEMP_F_MUTEX;
usr/src/uts/intel/io/amdzen/smntemp.c
337
if ((ret = amdzen_c_smn_read(temp->stt_df->sd_dfno, temp->stt_reg,
usr/src/uts/intel/io/amdzen/smntemp.c
354
temp->stt_flags |= SMNTEMP_F_VALID;
usr/src/uts/intel/io/amdzen/smntemp.c
356
if ((ret = ksensor_create(smn->smn_dip, &smntemp_temp_ops, temp, buf,
usr/src/uts/intel/io/amdzen/smntemp.c
357
DDI_NT_SENSOR_TEMP_CPU, &temp->stt_ksensor)) != 0) {
usr/src/uts/intel/io/amdzen/smntemp.c
367
smntemp_create_tctl(smntemp_t *smn, smntemp_df_t *df, smntemp_temp_t *temp)
usr/src/uts/intel/io/amdzen/smntemp.c
372
temp->stt_kind = SMNTEMP_K_TCTL;
usr/src/uts/intel/io/amdzen/smntemp.c
373
temp->stt_df = df;
usr/src/uts/intel/io/amdzen/smntemp.c
374
temp->stt_reg = THM_CURTEMP;
usr/src/uts/intel/io/amdzen/smntemp.c
375
mutex_init(&temp->stt_mutex, NULL, MUTEX_DRIVER, NULL);
usr/src/uts/intel/io/amdzen/smntemp.c
376
temp->stt_flags = SMNTEMP_F_VALID | SMNTEMP_F_MUTEX;
usr/src/uts/intel/io/amdzen/smntemp.c
385
if ((ret = ksensor_create(smn->smn_dip, &smntemp_temp_ops, temp, buf,
usr/src/uts/intel/io/amdzen/smntemp.c
386
DDI_NT_SENSOR_TEMP_CPU, &temp->stt_ksensor)) != 0) {
usr/src/uts/intel/io/amdzen/smntemp.c
396
smntemp_cleanup_temp(smntemp_temp_t *temp)
usr/src/uts/intel/io/amdzen/smntemp.c
398
temp->stt_flags &= ~SMNTEMP_F_VALID;
usr/src/uts/intel/io/amdzen/smntemp.c
399
if ((temp->stt_flags & SMNTEMP_F_MUTEX) != 0) {
usr/src/uts/intel/io/amdzen/smntemp.c
400
mutex_destroy(&temp->stt_mutex);
usr/src/uts/intel/io/amdzen/smntemp.c
401
temp->stt_flags &= ~SMNTEMP_F_MUTEX;
usr/src/uts/intel/io/amdzen/smntemp.c
403
ASSERT0(temp->stt_flags);
usr/src/uts/intel/io/pchtemp/pchtemp.c
143
uint16_t temp, ctt, tahv, talv;
usr/src/uts/intel/io/pchtemp/pchtemp.c
149
temp = ddi_get16(pch->pcht_handle,
usr/src/uts/intel/io/pchtemp/pchtemp.c
167
pch->pcht_temp_raw = temp;
usr/src/uts/intel/io/pchtemp/pchtemp.c
178
pch->pcht_temp = (temp & PCHTEMP_REG_TEMP_TSR) - PCHTEMP_TEMP_OFFSET;
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
3279
char temp;
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
3321
temp = CHIP_REG_READ8(reg, devicemap);
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
3322
diff = (*acb_dev_map)^ temp;
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
3324
*acb_dev_map = temp;
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
3326
if ((temp & 0x01) == 1 && (diff & 0x01) == 1) {
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
3335
} else if ((temp & 0x01) == 0 &&
usr/src/uts/intel/io/scsi/adapters/arcmsr/arcmsr.c
3368
temp >>= 1;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1220
struct amdvi_dte* temp;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1225
temp = &amdvi_dte[devid];
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1230
temp->iotlb_enable = 1;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1234
temp->sup_second_io_fault = 1;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1235
temp->sup_all_io_fault = amdvi_disable_io_fault;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1237
temp->dt_valid = 1;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1238
temp->domain_id = domain->id;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1242
temp->pt_base = vtophys(domain->ptp) >> 12;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1243
temp->pt_level = amdvi_ptp_level;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1249
temp->pt_valid = 1;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1250
temp->read_allow = 1;
usr/src/uts/intel/io/vmm/amd/amdvi_hw.c
1251
temp->write_allow = 1;
usr/src/uts/sun/io/fd.c
1883
int temp;
usr/src/uts/sun/io/fd.c
2267
if (ddi_copyin((caddr_t)arg, (caddr_t)&cpy.temp,
usr/src/uts/sun/io/fd.c
2274
cpy.temp = 0;
usr/src/uts/sun/io/fd.c
2295
cpy.temp |= FDGC_HISTORY;
usr/src/uts/sun/io/fd.c
2297
cpy.temp &= ~FDGC_HISTORY;
usr/src/uts/sun/io/fd.c
2307
cpy.temp |= FDGC_CURRENT;
usr/src/uts/sun/io/fd.c
2309
cpy.temp &= ~FDGC_CURRENT;
usr/src/uts/sun/io/fd.c
2320
cpy.temp |= FDGC_CURRENT;
usr/src/uts/sun/io/fd.c
2327
cpy.temp &= ~FDGC_CURRENT;
usr/src/uts/sun/io/fd.c
2328
cpy.temp |= FDGC_HISTORY;
usr/src/uts/sun/io/fd.c
2331
cpy.temp &= ~FDGC_CURRENT;
usr/src/uts/sun/io/fd.c
2352
if (un->un_ejected && !(cpy.temp & FDGC_CURRENT)) {
usr/src/uts/sun/io/fd.c
2353
cpy.temp |= FDGC_HISTORY;
usr/src/uts/sun/io/fd.c
2361
cpy.temp |= FDGC_CURWPROT;
usr/src/uts/sun/io/fd.c
2366
if (ddi_copyout((caddr_t)&cpy.temp, (caddr_t)arg,
usr/src/uts/sun/io/ms.c
1083
int temp;
usr/src/uts/sun/io/ms.c
1119
temp = (int)(mi->mi_x + c);
usr/src/uts/sun/io/ms.c
1120
mi->mi_x = BYTECLIP(temp);
usr/src/uts/sun/io/ms.c
1131
temp = (int)(mi->mi_y - c);
usr/src/uts/sun/io/ms.c
1132
mi->mi_y = BYTECLIP(temp);
usr/src/uts/sun/io/ms.c
1139
temp = (int)(mi->mi_x + c);
usr/src/uts/sun/io/ms.c
1140
mi->mi_x = BYTECLIP(temp);
usr/src/uts/sun/io/ms.c
1148
temp = (int)(mi->mi_y - c);
usr/src/uts/sun/io/ms.c
1149
mi->mi_y = BYTECLIP(temp);
usr/src/uts/sun4/os/memlist.c
474
struct prom_memlist temp;
usr/src/uts/sun4/os/memlist.c
486
temp = pmp[min];
usr/src/uts/sun4/os/memlist.c
488
pmp[i] = temp;
usr/src/uts/sun4u/daktari/io/hpc3130_dak.c
1117
uint8_t temp;
usr/src/uts/sun4u/daktari/io/hpc3130_dak.c
1119
if (hpc3130_read(handle, HPC3130_ATTEN, slot, &temp) != DDI_SUCCESS) {
usr/src/uts/sun4u/daktari/io/hpc3130_dak.c
1123
*value = (temp & HPC3130_ATTN_MASK(led)) >> HPC3130_ATTN_SHIFT(led);
usr/src/uts/sun4u/io/gptwocfg.c
328
gptwocfg_config_t *config, *temp;
usr/src/uts/sun4u/io/gptwocfg.c
464
temp = gptwo_config_list;
usr/src/uts/sun4u/io/gptwocfg.c
465
while (temp->gptwo_next != config) {
usr/src/uts/sun4u/io/gptwocfg.c
466
temp = temp->gptwo_next;
usr/src/uts/sun4u/io/gptwocfg.c
468
temp->gptwo_next = config->gptwo_next;
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
1033
temp[0] = admp->adm1031_transfer->i2c_rbuf[0];
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
1041
temp[1] = admp->adm1031_transfer->i2c_rbuf[0];
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
1044
if (ddi_copyout((void *)&temp, (void *)arg, sizeof (temp),
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
611
uint8_t speed = 0, f_set = 0, temp = 0, write_value = 0;
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
736
temp = ADM1031_AUTOFLAG &
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
738
temp = temp >> 7;
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
739
if (ddi_copyout((void *)&temp, (void *)arg,
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
740
sizeof (temp), mode) != DDI_SUCCESS) {
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
751
temp = ADM1031_AUTOFLAG |
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
755
temp = admp->adm1031_transfer->i2c_rbuf[0] &
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
762
admp->adm1031_transfer->i2c_wbuf[1] = temp;
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
830
temp = admp->adm1031_transfer->i2c_rbuf[0];
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
839
if (temp == 0x80) {
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
840
temp = 0xFF;
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
842
temp16 = (int16_t)((int8_t)temp);
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
847
if (ddi_copyout((void *)&temp, (void *)arg, sizeof (temp),
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
889
uint8_t temp[2];
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
919
temp[0] = admp->adm1031_transfer->i2c_rbuf[0];
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
926
temp[1] = admp->adm1031_transfer->i2c_rbuf[0];
usr/src/uts/sun4u/io/i2c/clients/adm1031.c
928
if ((temp[0] != 0) || (temp[1] != 0)) {
usr/src/uts/sun4u/io/i2c/clients/max1617.c
533
int16_t temp;
usr/src/uts/sun4u/io/i2c/clients/max1617.c
540
if (ddi_copyin(arg, (caddr_t)&temp, sizeof (int16_t), mode) !=
usr/src/uts/sun4u/io/i2c/clients/max1617.c
547
i2ctp->i2c_wbuf[1] = (int8_t)temp;
usr/src/uts/sun4u/io/i2c/clients/max1617.c
655
int16_t temp = (int16_t)((int8_t)i2ctp->i2c_rbuf[0]);
usr/src/uts/sun4u/io/i2c/clients/max1617.c
656
if (ddi_copyout((caddr_t)&temp, (caddr_t)arg,
usr/src/uts/sun4u/io/i2c/clients/pca9556.c
609
uchar_t temp;
usr/src/uts/sun4u/io/i2c/clients/pca9556.c
728
temp = pcap->pca9556_transfer->i2c_rbuf[0] & (~g_buf.reg_mask);
usr/src/uts/sun4u/io/i2c/clients/pca9556.c
729
pcap->pca9556_transfer->i2c_wbuf[1] = temp|
usr/src/uts/sun4u/javelin/io/envctrltwo.c
1101
if (ddi_copyin((caddr_t)arg, (caddr_t)&temp,
usr/src/uts/sun4u/javelin/io/envctrltwo.c
1107
status = envctrl_write_chip(unitp, temp.type, temp.chip_num,
usr/src/uts/sun4u/javelin/io/envctrltwo.c
1108
temp.index, &temp.val, 1);
usr/src/uts/sun4u/javelin/io/envctrltwo.c
1118
if (ddi_copyin((caddr_t)arg, (caddr_t)&temp,
usr/src/uts/sun4u/javelin/io/envctrltwo.c
1124
status = envctrl_read_chip(unitp, temp.type, temp.chip_num,
usr/src/uts/sun4u/javelin/io/envctrltwo.c
1125
temp.index, &temp.val, 1);
usr/src/uts/sun4u/javelin/io/envctrltwo.c
1133
if (ddi_copyout((caddr_t)&temp, (caddr_t)arg,
usr/src/uts/sun4u/javelin/io/envctrltwo.c
793
struct envctrl_chip temp, a_fanspeed;
usr/src/uts/sun4u/javelin/io/envctrltwo.c
890
if (ddi_copyin((caddr_t)arg, (caddr_t)&temp,
usr/src/uts/sun4u/javelin/io/envctrltwo.c
895
if (((temp.chip_num != ENVCTRL_DEV2) &&
usr/src/uts/sun4u/javelin/io/envctrltwo.c
896
(temp.chip_num != ENVCTRL_DEV7)) ||
usr/src/uts/sun4u/javelin/io/envctrltwo.c
897
(temp.index > EHC_PCF8591_CH_3)) {
usr/src/uts/sun4u/javelin/io/envctrltwo.c
903
temp.chip_num, temp.index, &temp.val, 1);
usr/src/uts/sun4u/javelin/io/envctrltwo.c
912
if (ddi_copyout((caddr_t)&temp, (caddr_t)arg,
usr/src/uts/sun4u/serengeti/ml/sbdp.il.cpp
123
! We need to free up a temp reg for the L2 flush macro (register usage
usr/src/uts/sun4u/sunfire/io/environ.c
268
struct environ_soft_state *temp; /* used in list deletion */
usr/src/uts/sun4u/sunfire/io/environ.c
312
for (temp = tempsp_list, vect = &tempsp_list; temp != NULL;
usr/src/uts/sun4u/sunfire/io/environ.c
313
vect = &temp->next, temp = temp->next) {
usr/src/uts/sun4u/sunfire/io/environ.c
314
if (temp == softsp) {
usr/src/uts/sun4u/sunfire/io/environ.c
315
*vect = temp->next;
usr/src/uts/sun4u/sunfire/io/fhc.c
2192
calibrate_temp(enum board_type type, uchar_t temp, uint_t ac_comp)
usr/src/uts/sun4u/sunfire/io/fhc.c
2197
return ((short)temp);
usr/src/uts/sun4u/sunfire/io/fhc.c
2207
if (temp >= CPU2_MX_CNT) {
usr/src/uts/sun4u/sunfire/io/fhc.c
2210
result = cpu2_table[temp];
usr/src/uts/sun4u/sunfire/io/fhc.c
2213
if (temp >= CPU_MX_CNT) {
usr/src/uts/sun4u/sunfire/io/fhc.c
2216
result = cpu_table[temp];
usr/src/uts/sun4u/sunfire/io/fhc.c
2226
if (temp < IO_MN_CNT) {
usr/src/uts/sun4u/sunfire/io/fhc.c
2228
} else if (temp >= IO_MX_CNT) {
usr/src/uts/sun4u/sunfire/io/fhc.c
2231
result = io_table[temp];
usr/src/uts/sun4u/sunfire/io/fhc.c
2236
if (temp < CLK_MN_CNT) {
usr/src/uts/sun4u/sunfire/io/fhc.c
2238
} else if (temp >= CLK_MX_CNT) {
usr/src/uts/sun4u/sunfire/io/fhc.c
2241
result = clock_table[temp];
usr/src/uts/sun4u/sunfire/io/fhc.c
2257
get_temp_state(enum board_type type, short temp, int board)
usr/src/uts/sun4u/sunfire/io/fhc.c
2316
if (temp >= danger_limit) {
usr/src/uts/sun4u/sunfire/io/fhc.c
2318
} else if (temp >= warn_limit) {
usr/src/uts/sun4u/sunfire/io/fhc.c
2402
volatile uint_t temp;
usr/src/uts/sun4u/sunfire/io/fhc.c
2414
temp = *board->softsp->ctrl;
usr/src/uts/sun4u/sunfire/io/fhc.c
2424
temp &= ~(FHC_CSR_SYNC | FHC_EPDA_OFF | FHC_EPDB_OFF);
usr/src/uts/sun4u/sunfire/io/fhc.c
2427
temp &= ~mask;
usr/src/uts/sun4u/sunfire/io/fhc.c
2430
temp |= value;
usr/src/uts/sun4u/sunfire/io/fhc.c
2433
*board->softsp->ctrl = temp;
usr/src/uts/sun4u/sunfire/io/fhc.c
2436
temp = *board->softsp->ctrl;
usr/src/uts/sun4u/sunfire/io/fhc.c
2438
temp = temp;
usr/src/uts/sun4u/sunfire/io/fhc.c
3238
uint_t temp;
usr/src/uts/sun4u/sunfire/io/fhc.c
3243
temp = *bd_list->softsp->ctrl;
usr/src/uts/sun4u/sunfire/io/fhc.c
3247
if (temp & FHC_EPDA_OFF)
usr/src/uts/sun4u/sunfire/io/fhc.c
3250
if (temp & FHC_EPDB_OFF)
usr/src/uts/sun4u/sunfire/io/fhc_bd.c
293
fhc_bd_t **temp;
usr/src/uts/sun4u/sunfire/io/fhc_bd.c
299
temp = kmem_alloc(newsize, KM_SLEEP);
usr/src/uts/sun4u/sunfire/io/fhc_bd.c
304
bcopy(*in_array, temp, oldsize);
usr/src/uts/sun4u/sunfire/io/fhc_bd.c
307
*in_array = temp;
usr/src/uts/sun4u/tazmo/io/envctrl.c
1159
temp = (struct envctrl_pcf8591_chip *)
usr/src/uts/sun4u/tazmo/io/envctrl.c
1162
envctrl_recv(unitp, (caddr_t *)(void *)temp, PCF8591);
usr/src/uts/sun4u/tazmo/io/envctrl.c
1646
struct envctrl_pcf8591_chip *temp;
usr/src/uts/sun4u/tazmo/io/envctrl.c
1657
temp = (struct envctrl_pcf8591_chip *)data;
usr/src/uts/sun4u/tazmo/io/envctrl.c
1658
slave_addr = (PCF8591_BASE_ADDR | temp->chip_num);
usr/src/uts/sun4u/tazmo/io/envctrl.c
1662
PCF8591_BASE_ADDR | temp->chip_num & 0xF,
usr/src/uts/sun4u/tazmo/io/envctrl.c
1663
temp->sensor_num, 0, 0, 1, &recv_data, 1);
usr/src/uts/sun4u/tazmo/io/envctrl.c
1685
temp->temp_val = recv_data;
usr/src/uts/sun4u/tazmo/io/envctrl.c
926
struct envctrl_pcf8591_chip *temp, *a_fanspeed;
usr/src/uts/sun4v/io/px/px_err.c
753
uint32_t temp;
usr/src/uts/sun4v/io/px/px_err.c
760
temp = PCIE_AER_UCE_UR | PCIE_AER_UCE_CA;
usr/src/uts/sun4v/io/px/px_err.c
763
pec_p->pec_descr.U && (pec_p->ue_reg_status & temp)) {
usr/src/uts/sun4v/io/px/px_err.c
801
temp = pcie->ue_reg;
usr/src/uts/sun4v/io/px/px_err.c
802
if (temp) {
usr/src/uts/sun4v/io/px/px_err.c
804
for (x = 0; !(temp & 0x1); x++) {
usr/src/uts/sun4v/io/px/px_err.c
805
temp = temp >> 1;