Home
last modified time | relevance | path

Searched refs:scratch (Results 101 – 125 of 151) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c978 uint64_t *scratch = NULL; in ips_conf_to_pfpol_msg() local
996 scratch = calloc(1, MAX_POL_MSG_LEN); in ips_conf_to_pfpol_msg()
997 msg[i].iov_base = (char *)scratch; in ips_conf_to_pfpol_msg()
998 if (scratch == NULL) { in ips_conf_to_pfpol_msg()
1004 spd_msg = (spd_msg_t *)scratch; in ips_conf_to_pfpol_msg()
1210 pfpol_msg_dump((spd_msg_t *)scratch, in ips_conf_to_pfpol_msg()
H A Dikeadm.c1573 time_t scratch; in print_lt_usage() local
1578 scratch = (time_t)sp->p1stat_start; in print_lt_usage()
1579 if (strftime(tbuf, TBUF_SIZE, NULL, localtime(&scratch)) == 0) in print_lt_usage()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c57 uint32_t scratch = 0; in pmcs_register_dump_int() local
101 scratch = pmcs_rd_msgunit(pwp, PMCS_MSGU_SCRATCH1); in pmcs_register_dump_int()
102 if ((scratch & PMCS_MSGU_AAP_STATE_MASK) == PMCS_MSGU_AAP_STATE_ERROR) { in pmcs_register_dump_int()
H A Dpmcs_sata.c149 id = pwp->scratch; in pmcs_sata_special_work()
H A Dpmcs_nvram.c346 (void) memcpy(pwp->scratch, &chunk[off], amt); in pmcs_flash_chunk()
H A Dpmcs_attach.c738 pwp->scratch = &pwp->cip[PMCS_INDICES_SIZE]; in pmcs_attach()
1739 ati = pwp->scratch; in pmcs_add_sata_device()
H A Dpmcs_scsa.c1037 (void) memcpy(pwp->scratch, smp_pkt->smp_pkt_req, reqsz); in pmcs_smp_start()
1190 &((uint8_t *)pwp->scratch)[rdoff], rspsz); in pmcs_smp_start()
/illumos-gate/usr/src/common/crypto/aes/sun4u/
H A Daes_crypt_asm.S75 .register %g2,#scratch
76 .register %g3,#scratch
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S86 ! g5 scratch,n1
94 ! o7 scratch,n2
H A D__vexp.S646 ! o3 scratch
647 ! o4 scratch
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c814 exception_range_entry scratch, *ent, *cur_ent = &scratch; in unwind_exception_ranges() local
830 scratch.ret_addr = swap_ptrdiff(ent->ret_addr); in unwind_exception_ranges()
831 scratch.length = BSWAP_XWORD(ent->length); in unwind_exception_ranges()
832 scratch.handler_addr = swap_ptrdiff(ent->handler_addr); in unwind_exception_ranges()
833 scratch.type_block = swap_ptrdiff(ent->type_block); in unwind_exception_ranges()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c690 char scratch[sizeof ("unknown 0xXX")]; in rtw_srom_parse() local
762 (void) snprintf(scratch, sizeof (scratch), in rtw_srom_parse()
764 rfname = paname = scratch; in rtw_srom_parse()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S1991 ! %o2 = scratch
1992 ! %o3 = scratch
1993 ! %o4 = scratch
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c2213 char scratch[FILENAME_MAX]; in update_name_to_major() local
2221 scratch) != UNIQUE) { in update_name_to_major()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S1478 ! %g2 and %g3 are used as scratch registers in ptl1_panic.
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.S1387 ! %g2 and %g3 are used as scratch registers in ptl1_panic.
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c1050 char scratch[BUFSIZ]; in start_listener() local
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_hw.h3025 struct iwk_dram_scratch scratch; member
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c218 static char scratch[64]; variable
2979 char *string = &scratch[0]; in getdirslot()
4487 char *string = &scratch[0]; in printll()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h2375 struct iwh_dram_scratch scratch; member
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h2372 struct iwp_dram_scratch scratch; member
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi76 512-byte scratch area
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscr.ss368 ; has proceeded and reset the pointers and the scratch register to
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h673 uint32_t scratch; member
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1397 * stage2/asm.S (console_putchar): Rewritten from scratch.
1412 (terminal_func): Rewritten almost from scratch.
1420 [!STAGE1_5] (get_cmdline): Rewritten from scratch.
1422 [!STAGE1_5] (getkey): Rewritten from scratch.
1440 * stage2/hercules.c: Rewritten almost from scratch.
1447 * stage2/serial.c: Rewritten almost from scratch.
1483 (print_entry): Rewritten from scratch.
1495 (console_checkkey): Rewritten from scratch.
6565 (Example OS code): Rewrited from scratch.
6683 * stage1/stage1.S: Rewritten from scratch.
[all …]

1234567