Searched defs:pseudo (Results 1 - 3 of 3) sorted by relevance

/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/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/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 66 milliseconds