Searched refs:pseudo (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/intel/pseudo/
H A DMakefile23 # uts/intel/pseudo/Makefile
30 # This makefile drives the production of the pseudo driver
43 MODULE = pseudo
/illumos-gate/usr/src/uts/sparc/pseudo/
H A DMakefile23 # uts/sparc/pseudo/Makefile
29 # This makefile drives the production of the pseudo driver
42 MODULE = pseudo
/illumos-gate/usr/src/uts/sparc/dld/
H A DMakefile98 -$(RM) $@; $(SYMLINK) ../devices/pseudo/$(@F)@0:ctl $@
/illumos-gate/usr/src/uts/intel/dld/
H A DMakefile96 -$(RM) $@; $(SYMLINK) ../devices/pseudo/$(@F)@0:ctl $@
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dieee_funcl.s65 xorq $0x7fff,%rax / treat pseudo-denormal as subnormal
H A Dilogbl.s73 .ilogbl_subnorm: / subnormal or pseudo-denormal input
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dieee_funcl.s65 xorl $0x00007fff,%eax / treat pseudo-denormal as subnormal
H A Dilogbl.s73 .ilogbl_subnorm: / subnormal or pseudo-denormal input
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c585 * Initialize the internal list of pseudo device nodes by
586 * getting all pseudo children of "ib" and processing them.
699 ibnex_pseudo_node_t *pseudo; local
712 pseudo = &nodep->node_data.pseudo_node;
713 if (pseudo->pseudo_node_addr) {
714 kmem_free(pseudo->pseudo_node_addr,
715 strlen(pseudo-> pseudo_node_addr) + 1);
716 pseudo->pseudo_node_addr = NULL;
719 if (pseudo->pseudo_devi_name) {
720 kmem_free(pseudo
1060 ibnex_pseudo_node_t *pseudo; local
1930 ibnex_pseudo_node_t *pseudo; local
2114 ibnex_pseudo_node_t *pseudo; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c382 struct udp_pseudo_hdr pseudo; local
385 /* Compute the pseudo header */
386 pseudo.src.s_addr = ip->src.s_addr;
387 pseudo.dest.s_addr = ip->dest.s_addr;
388 pseudo.unused = 0;
389 pseudo.protocol = IP_UDP;
390 pseudo.len = udp->len;
392 /* Sum the pseudo header */
393 checksum = ipchksum(&pseudo, 12);
/illumos-gate/usr/src/man/man4/
H A DMakefile161 pseudo.4 \
/illumos-gate/usr/src/common/crypto/sha2/amd64/
H A Dsha512-x86_64.pl245 / The .picmeup pseudo-directive, from perlasm/x86_64_xlate.pl, puts
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c163 * or a volume, especially with pseudo devices. So we maintain a list of well
6565 int status, drv_type, pseudo; local
6613 /* check if this is a pseudo device */
6621 pseudo = is_pseudo_device(dip);
6637 * pseudo devices are volumes and other devices are disks.
6640 (drv_type == VD_DRIVER_UNKNOWN && pseudo)) {

Completed in 169 milliseconds