Searched refs:sad (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/io/intel_nhm/
H A Dintel_nhm.h223 #define SAD_DRAM_LIMIT(sad) ((((uint64_t)(sad) & 0x000fffc0ULL) + 0x40) << 20)
224 #define SAD_DRAM_MODE(sad) (((sad) >> 1) & 3)
225 #define SAD_DRAM_RULE_ENABLE(sad) ((sad) & 1)
257 typedef struct sad { struct
H A Dmem_addr.c42 sad_t sad[MAX_SAD_DRAM_RULE]; variable
126 if (sad[i].enable && addr >= base && addr < sad[i].limit) {
127 switch (sad[i].mode) {
141 package = SAD_INTERLEAVE(sad[i].node_list, way);
143 *interleave_p = sad[i].interleave;
152 base = sad[i].limit;
346 if (sad[i].enable && addr >= base && addr < sad[i].limit) {
349 xp = SAD_INTERLEAVE(sad[
[all...]
H A Dmem_addr.h60 extern sad_t sad[MAX_SAD_DRAM_RULE];
/illumos-gate/usr/src/uts/intel/sad/
H A DMakefile27 # This makefile drives the production of the sad driver
40 MODULE = sad
/illumos-gate/usr/src/uts/sparc/sad/
H A DMakefile27 # This makefile drives the production of the sad driver
40 MODULE = sad
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c525 struct short_ad *sad; local
527 sad = (struct short_ad *)use->use_ad;
536 for (index = 0; index < count; index++, sad++) {
537 temp = SWAP_32(sad->sad_ext_len) >>
556 *start_blkno = SWAP_32(sad->sad_ext_loc);
560 sad->sad_ext_len = SWAP_32(temp);
561 temp = SWAP_32(sad->sad_ext_loc) + blkcount;
562 sad->sad_ext_loc = SWAP_32(temp);
584 sad = (struct short_ad *)use->use_ad;
585 sad
872 struct short_ad *sad; local
[all...]
H A Dudf_inode.c726 struct short_ad *sad; local
743 sad = (struct short_ad *)
747 length = SWAP_32(sad->sad_ext_len);
763 con->ib_block = SWAP_32(sad->sad_ext_loc);
767 sad ++;
771 iext->ib_block = SWAP_32(sad->sad_ext_loc);
772 length = SWAP_32(sad->sad_ext_len);
784 sad ++;
1317 struct short_ad *sad; local
1329 sad
1503 ud_make_sad(struct icb_ext *iext, struct short_ad *sad, int32_t count) argument
[all...]
H A Dudf_bmap.c610 short_ad_t *sad; local
623 sad = addr;
624 ndesc = length / sizeof (*sad);
650 length = SWAP_32(sad->sad_ext_len);
677 con->ib_block = SWAP_32(sad->sad_ext_loc);
691 iext->ib_block = SWAP_32(sad->sad_ext_loc);
692 sad++;
H A Dudf_vfsops.c1660 struct short_ad *sad; local
1725 sad = (struct short_ad *)
1727 sad += i;
1728 count = SWAP_32(sad->sad_ext_len);
1729 blk = SWAP_32(sad->sad_ext_loc);
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma_hw.h52 uint32_t sad:12; member in struct:_tx_desc_t::__anon5923
56 uint32_t sad:12;
H A Dhpi_txdma.c349 desc_p->bits.sad = dma_ioaddr >> 32;
409 uint64_t sad; local
420 sad = desp->bits.sad;
421 sad = (sad << 32) | desp->bits.sad_l;
426 desp->value, sad, desp->bits.tr_len, xfer_len,
H A Dhxge_send.c144 uint64_t sad; local
550 sop_tx_desc_p->bits.sad = dma_ioaddr >> 32;
559 tmp_desc_p->bits.sad = dma_ioaddr >> 32;
578 sad = save_desc_p->bits.sad;
579 sad = (sad << 32) | save_desc_p->bits.sad_l;
585 save_desc_p->value, sad, save_desc_p->bits.tr_len,
725 save_desc_p->value, sad, save_desc_p->bits.tr_len,
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma_hw.h119 uint32_t sad:12; member in struct:_tx_desc_t::__anon8711::__anon8712
122 uint32_t sad:12;
134 uint32_t sad:32; member in struct:_tx_desc_t::__anon8711::__anon8713
136 uint32_t sad:32;
148 uint32_t sad:12; member in struct:_tx_desc_t::__anon8711::__anon8714
150 uint32_t sad:12;
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutil.c44 #include <sys/sad.h>
210 log("Warning - can't validate module list, /dev/sad/user busy");
213 log("open /dev/sad/user failed: %s", strerror(errno));
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2498 struct sockaddr_in sad; local
2540 BZERO(&sad, sizeof(sad));
2541 sad.sin_family = AF_INET;
2542 sad.sin_port = htons(port);
2543 sad.sin_addr.s_addr = host;
2544 if (connect(sock, (struct sockaddr *)&sad, sizeof(sad)) >= 0) {
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c191 uint64_t sad; local
762 sop_tx_desc_p->bits.hdw.sad = dma_ioaddr >> 32;
763 sop_tx_desc_p->bits.ldw.sad = dma_ioaddr & 0xffffffff;
771 tmp_desc_p->bits.hdw.sad = dma_ioaddr >> 32;
772 tmp_desc_p->bits.ldw.sad = dma_ioaddr & 0xffffffff;
791 sad = (save_desc_p->value & TX_PKT_DESC_SAD_MASK);
800 sad,
927 sad,
/illumos-gate/usr/src/uts/common/io/
H A Dsad_conf.c36 #include <sys/sad.h>
41 * Currently we store all the sad data in a hash table keyed by major
H A Dl_strplumb.c43 #include <sys/sad.h>
205 #define SAD_ADM "/devices/pseudo/sad@0:admin"
206 #define SAD_USR "/devices/pseudo/sad@0:user"
H A Dsad.c45 #include <sys/sad.h>
72 0x7361, "sad", 0, INFPSZ, 0, 0
98 "STREAMS Administrative Driver 'sad'",
177 * Allocate a sad device. Only one
/illumos-gate/usr/src/uts/common/sys/
H A Ddld.h42 #include <sys/sad.h>
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txdma.c1525 desc_p->bits.hdw.sad = dma_ioaddr >> 32;
1526 desc_p->bits.ldw.sad = dma_ioaddr & 0xffffffff;
1920 uint64_t sad; local
1932 sad = (desp->value & TX_PKT_DESC_SAD_MASK);
1939 sad,
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c803 struct short_ad *sad; local
820 sad = (struct short_ad *)
847 bno = SWAP_32(sad->sad_ext_loc);
848 len = SWAP_32(sad->sad_ext_len);
/illumos-gate/usr/src/man/man7d/
H A DMakefile112 sad.7d \
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c56 * Use autopush version 1; keep before #include <sys/sad.h>.
57 * See <sys/sad.h> for details.
64 #include <sys/sad.h>
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1993 print_short_ad(FILE *fout, char *name, struct short_ad *sad) argument
1997 SWAP_32(sad->sad_ext_loc), SWAP_32(sad->sad_ext_len));

Completed in 450 milliseconds

12