Searched refs:temp (Results 226 - 250 of 410) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c183 uint64_t temp; local
228 temp = (mqhp->mq_maxsz + MQ_ALIGNSIZE - 1) & ~(MQ_ALIGNSIZE - 1);
230 nextp = currentp + sizeof (msghdr_t) + temp;
388 uint64_t temp; local
436 temp = (msgsize + MQ_ALIGNSIZE - 1) & ~(MQ_ALIGNSIZE - 1);
439 maxmsg * (temp + sizeof (msghdr_t)) +
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c565 mib_item_t *temp; local
650 temp = (mib_item_t *)malloc(sizeof (mib_item_t));
651 if (!temp) {
656 last_item->next_item = temp;
658 first_item = temp;
659 last_item = temp;
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c454 mib_item_t *temp; local
540 temp = malloc(sizeof (mib_item_t));
541 if (!temp) {
546 last_item->next_item = temp;
548 first_item = temp;
549 last_item = temp;
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c150 long temp; /* for bias adjust */ variable
603 temp = pc_m;
604 while ((temp >>= 1) > 0x7fff) {
899 for (n = n_pc, temp = 0; --n >= 0; temp += *(pcp++))
902 t_tot = PROFSEC(temp);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h78 #define list_for_each_entry_safe(object, temp, list_t) \
80 temp = list_object((list_t), ((list_d2l(list_t, object))->list_next));\
81 ((list_d2l(list_t, temp))->list_next) != &((list_t)->list_head);\
82 object = temp, \
83 temp = list_object((list_t), (list_d2l(list_t, temp))->list_next))
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c1123 lm_address_t temp; local
1124 temp.as_ptr = address->u.host_virt_address;
1125 return temp.as_u64;
1161 lm_address_t temp; local
1162 temp.as_u64 = offset;
1164 address.u.host_virt_address = temp.as_ptr;
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1507 k_sigset_t temp; local
1518 temp = *ssp;
1519 sigdiffset(&temp, &t->t_hold);
1526 sigdiffset(&temp, &holdvfork);
1533 sigdelset(&temp, SIGSTOP);
1536 sigdelset(&temp, SIGTSTP);
1538 sigdelset(&temp, SIGTTIN);
1540 sigdelset(&temp, SIGTTOU);
1548 if (sigismember(&temp, SIGKILL))
1550 if (sigismember(&temp, SIGPRO
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c4561 temp_decode(Temp_elem_st *temp) argument
4563 if (temp->ot_fail) {
4567 if (temp->ut_fail) {
4571 if (temp->ot_warn) {
4575 if (temp->ut_warn) {
4590 disp_degree(Temp_elem_st *temp) argument
4594 t = temp->degrees;
4722 Temp_elem_st temp; local
4743 (void *)&temp, sizeof (temp));
[all...]
H A Dqlgcupdate.c519 char temp[4] = {NULL}; local
562 (void) strncpy(temp, (char *)&dl_fcode[mark], 4);
563 if ((strncmp(&temp[0], "/", 1) == 0) &&
564 (strncmp(&temp[3], "/", 1) == 0)) {
569 (void) strncat((char *)version_file, temp, 1);
/illumos-gate/usr/src/cmd/awk/
H A Drun.c290 copycell(Cell *x) /* make a copy of a cell in a temp */
713 int temp; local
748 temp = s[n + m - 1]; /* with thanks to John Linderman */
751 s[n + m - 1] = temp;
1209 uchar *t, temp, num[11], *fs; local
1246 temp = *patbeg;
1258 *patbeg = temp;
1296 temp = *s;
1308 *s = temp;
1318 temp
[all...]
H A Dlib.c193 uchar *s, temp[11]; local
196 (void) sprintf((char *)temp, "%d", n);
197 x = setsymtab(temp, (uchar *)"", 0.0, STR, ARGVtab);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1102 * is the same for a cached or temp URI (i.e. a URI for which we aren't
1581 * the given template uri_desb_t *temp of max_mblk bytes per.
1592 uri_desb_t *temp,
1623 REF_HOLD(temp->uri);
1624 if (temp->segmap) {
1625 REF_HOLD(temp->segmap);
1627 bcopy(temp, desb, sizeof (*desb));
1631 if (temp->segmap) {
1632 REF_RELE(temp->segmap);
1634 REF_RELE(temp
1588 uri_desb_chop( char **data, size_t *sz, int *bytes, uri_desb_t *temp, int max_mblk, char *eoh, mblk_t *persist ) argument
[all...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c968 uint32_t temp; local
1051 temp = ddi_get32(acc_hdl, &hcidescp->hdr);
1052 temp |= DESC_INTR_ENBL;
1053 ddi_put32(acc_hdl, &hcidescp->hdr, temp);
1085 temp = ddi_get32(acc_hdl, &hcidescp->hdr);
1086 temp |= DESC_INTR_ENBL;
1087 ddi_put32(acc_hdl, &hcidescp->hdr, temp);
1111 temp = ddi_get32(acc_hdl, &hcidescp->hdr);
1112 temp |= DESC_INTR_ENBL;
1113 ddi_put32(acc_hdl, &hcidescp->hdr, temp);
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c226 uint8_t *temp; local
243 temp = kmem_zalloc(sector_size, KM_SLEEP);
244 if (temp == NULL) {
264 rval = qlge_dump_fcode(qlge, (uint8_t *)temp, sector_size,
277 bdesc = (caddr_t)temp + addr_desc;
281 if (ql_erase_and_write_to_flash(qlge, temp, sector_size,
288 kmem_free(temp, sector_size);
H A Dqlge.c340 uint32_t temp; local
344 temp = ql_read_reg(qlge, reg);
347 if ((temp & err_bit) != 0) {
349 } else if ((temp & bit) != 0)
1173 uint32_t temp; local
1175 temp = ql_read_doorbell_reg(qlge, rx_ring->sbq_prod_idx_db_reg);
1176 sb_producer_idx = temp & 0x0000ffff;
1177 sb_consumer_idx = (temp >> 16);
1286 uint32_t temp; local
1288 temp
2455 uint32_t temp; local
2686 uint32_t temp; local
5892 uint32_t temp, linkState; local
7718 uint32_t temp; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex423 \def\temp{#3}%
424 \ifx\temp\empty
426 % thus we reuse \temp.
427 \let\temp\finishparsearg
429 \let\temp\argcheckspaces
432 \temp#1 #3\ArgTerm
512 \def\temp{#1}%
513 \ifx\thisenv\temp
522 \errmessage{This command can appear only \inenvironment\temp,
602 \def\temp{#
[all...]
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c533 Byte temp = p->cache; local
537 *buf++ = (Byte)(temp + (Byte)(p->low >> 32));
541 temp = 0xFF;
1278 UInt32 temp = kNumOpts - 1 - cur; local
1279 if (temp < numAvailFull)
1280 numAvailFull = temp;
1290 UInt32 temp; local
1297 for (temp = 1; temp < limit && data[temp]
[all...]
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dkadmin.c231 char **temp = realloc(db_args, sizeof(char*) * (db_args_size+1)); local
232 if (temp == NULL) {
238 db_args = temp;
278 char **temp = realloc(db_args, sizeof(char*) * (db_args_size+1)); /* one for NULL */ local
279 if (temp == NULL) {
286 db_args = temp;
738 char **temp = realloc(db_args, sizeof(char*) * (db_args_size+1)); /* one for NULL */ local
739 if (temp == NULL) {
745 db_args = temp;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c1068 char temp; local
1103 temp = E[6*i+j];
1105 E[6*i+j+24] = temp;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c103 char *sdev_pname; /* sensed device "temp" prop name */
206 tempr_t temp; local
222 if (get_temperature(snodep->sensorp, &temp) < 0)
224 (void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c131 char *sdev_pname; /* sensed device "temp" prop name */
191 tempr_t temp; local
205 if (get_temperature(snodep->sensorp, &temp) < 0)
207 (void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c144 tempr_t temp; local
159 if (get_temperature(snodep->sensorp, &temp) < 0)
161 (void) memcpy(buf, (caddr_t)&temp, sizeof (tempr_t));
/illumos-gate/usr/src/cmd/fs.d/ufs/edquota/
H A Dedquota.c360 (void) fprintf(stderr, "Can't re-read temp file!!\n");
531 (void) fprintf(stderr, "Can't re-read temp file!!\n");
786 uint_t temp; local
791 if ((temp = sigignore(1 << i)) == (int)SIG_ERR) {
797 previous = temp;
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Dt6.c257 char temp[10]; local
263 s = temp;
268 if (strcmp(&chname[chtab[j]], temp) == 0)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c337 i6addr_t temp; local
341 temp.i6[0] = fin->fin_src6.i6[0] &
343 temp.i6[1] = fin->fin_src6.i6[1] &
345 temp.i6[2] = fin->fin_src6.i6[2] &
347 temp.i6[3] = fin->fin_src6.i6[3] &
350 IP6_MERGE(&in, &temp, &np->in_in[0]);
636 i6addr_t temp; local
640 temp.i6[0] = fin->fin_dst6.i6[0] & ~np->in_in[1].i6[0];
641 temp.i6[1] = fin->fin_dst6.i6[1] & ~np->in_in[1].i6[1];
642 temp
[all...]

Completed in 236 milliseconds

1234567891011>>