Home
last modified time | relevance | path

Searched refs:gld (Results 1 – 24 of 24) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dgld.c384 #define UPRI(gld, band) ((band != 0) ? user_priority[(band)] : (gld)->gld_upri) argument
1427 gld_t *gld; in gld_open() local
1468 gld = kmem_zalloc(sizeof (gld_t), KM_SLEEP); in gld_open()
1473 gld->gld_qptr = q; in gld_open()
1474 gld->gld_device = glddev; in gld_open()
1475 gld->gld_state = DL_UNATTACHED; in gld_open()
1485 gld->gld_minor = gld_findminor(glddev); in gld_open()
1486 if (gld->gld_minor == 0) { in gld_open()
1488 kmem_free(gld, sizeof (gld_t)); in gld_open()
1495 (void *)gld, gld->gld_minor); in gld_open()
[all …]
H A Dgldutil.c334 gld_unitdata_ether(gld_t *gld, mblk_t *mp) in gld_unitdata_ether() argument
336 gld_mac_info_t *macinfo = gld->gld_mac_info; in gld_unitdata_ether()
357 typelen = gld->gld_sap; in gld_unitdata_ether()
374 gld_vlan = (gld_vlan_t *)gld->gld_vlan; in gld_unitdata_ether()
476 gld_fastpath_ether(gld_t *gld, mblk_t *mp) in gld_fastpath_ether() argument
478 gld_mac_info_t *macinfo = gld->gld_mac_info; in gld_fastpath_ether()
495 typelen = gld->gld_sap; in gld_fastpath_ether()
515 gld_vlan = (gld_vlan_t *)gld->gld_vlan; in gld_fastpath_ether()
886 gld_unitdata_ib(gld_t *gld, mblk_t *mp) in gld_unitdata_ib() argument
888 gld_mac_info_t *macinfo = gld->gld_mac_info; in gld_unitdata_ib()
[all …]
/titanic_41/usr/src/man/man9e/
H A DMakefile38 gld.9e \
96 gldm_get_stats.9e := LINKSRC = gld.9e
97 gldm_intr.9e := LINKSRC = gld.9e
98 gldm_ioctl.9e := LINKSRC = gld.9e
99 gldm_reset.9e := LINKSRC = gld.9e
100 gldm_send.9e := LINKSRC = gld.9e
101 gldm_set_mac_addr.9e := LINKSRC = gld.9e
102 gldm_set_multicast.9e := LINKSRC = gld.9e
103 gldm_set_promiscuous.9e := LINKSRC = gld.9e
104 gldm_start.9e := LINKSRC = gld.9e
[all …]
/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c56 #define GET_SEED(ndx) (gld[ndx] . seed & SIZEMASK)
146 static struct gld { struct
152 } gld[MAX_TDAEMONS]; argument
164 cv_init(&gld[i].blk, NULL, CV_DRIVER, NULL); in _sdbc_tdaemon_load()
180 cv_destroy(&gld[i].blk); in _sdbc_tdaemon_unload()
200 cv_init(&gld[i].blk, NULL, CV_DRIVER, NULL); in _sdbc_tdaemon_configure()
288 if (gld[i].asleep == 2) in daemon_awake()
296 if (gld[i].asleep == 0) in daemon_nexist()
305 cmn_err(CE_NOTE, "!unblocking %d %x", i, gld[i].blk); in daemon_wakeup()
308 cv_broadcast(&gld[i].blk); in daemon_wakeup()
[all …]
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel.man9e.inc34 file path=usr/share/man/man9e/gld.9e
68 link path=usr/share/man/man9e/gldm_get_stats.9e target=gld.9e
69 link path=usr/share/man/man9e/gldm_intr.9e target=gld.9e
70 link path=usr/share/man/man9e/gldm_ioctl.9e target=gld.9e
71 link path=usr/share/man/man9e/gldm_reset.9e target=gld.9e
72 link path=usr/share/man/man9e/gldm_send.9e target=gld.9e
73 link path=usr/share/man/man9e/gldm_set_mac_addr.9e target=gld.9e
74 link path=usr/share/man/man9e/gldm_set_multicast.9e target=gld.9e
75 link path=usr/share/man/man9e/gldm_set_promiscuous.9e target=gld.9e
76 link path=usr/share/man/man9e/gldm_start.9e target=gld.9e
[all …]
H A Dsystem-kernel.man7d.inc20 file path=usr/share/man/man7d/gld.7d
H A Dsystem-kernel.man9f.inc274 file path=usr/share/man/man9f/gld.9f
896 link path=usr/share/man/man9f/gld_intr.9f target=gld.9f
897 link path=usr/share/man/man9f/gld_mac_alloc.9f target=gld.9f
898 link path=usr/share/man/man9f/gld_mac_free.9f target=gld.9f
899 link path=usr/share/man/man9f/gld_recv.9f target=gld.9f
900 link path=usr/share/man/man9f/gld_register.9f target=gld.9f
901 link path=usr/share/man/man9f/gld_sched.9f target=gld.9f
902 link path=usr/share/man/man9f/gld_unregister.9f target=gld.9f
H A Dsystem-kernel.mf654 file path=kernel/misc/$(ARCH64)/gld group=sys mode=0755
691 $(i386_ONLY)file path=kernel/misc/gld group=sys mode=0755
H A Dsystem-header.mf1068 file path=usr/include/sys/gld.h
/titanic_41/usr/src/uts/common/sys/
H A Dgldpriv.h144 typedef struct gld { struct
145 struct gld *gld_next, *gld_prev; argument
342 struct gld *gldv_str_next; /* list of attached streams */
343 struct gld *gldv_str_prev;
360 struct gld *last_sched; /* last scheduled stream */
H A DMakefile258 gld.h \
/titanic_41/usr/src/uts/intel/gld/
H A DMakefile43 MODULE = gld
/titanic_41/usr/src/uts/sparc/gld/
H A DMakefile42 MODULE = gld
/titanic_41/usr/src/psm/stand/bootblks/ufs/i386/
H A DMakefile39 LD = $(GNU_ROOT)/bin/gld
/titanic_41/usr/src/uts/sparc/chxge/
H A DMakefile76 LDFLAGS += -dy -N misc/gld -N drv/ip
/titanic_41/usr/src/uts/intel/chxge/
H A DMakefile76 LDFLAGS += -dy -N misc/gld -N drv/ip
/titanic_41/usr/src/grub/grub-0.97/
H A DMakefile.solaris.defs71 CCLD = $(GNU_ROOT)/bin/gld
/titanic_41/usr/src/man/man9f/
H A DMakefile278 gld.9f \
1650 gld_intr.9f := LINKSRC = gld.9f
1651 gld_mac_alloc.9f := LINKSRC = gld.9f
1652 gld_mac_free.9f := LINKSRC = gld.9f
1653 gld_recv.9f := LINKSRC = gld.9f
1654 gld_register.9f := LINKSRC = gld.9f
1655 gld_sched.9f := LINKSRC = gld.9f
1656 gld_unregister.9f := LINKSRC = gld.9f
/titanic_41/usr/src/man/man7d/
H A DMakefile56 gld.7d \
/titanic_41/usr/src/uts/common/io/e1000api/
H A DREADME.illumos121 all of the gld and ddi logic and have one driver export that leaving e1000g and
/titanic_41/usr/src/uts/sparc/
H A DMakefile.sparc383 MISC_KMODS += consconfig gld ipc nfs_dlboot nfssrv scsi
/titanic_41/usr/src/uts/intel/
H A DMakefile.intel585 MISC_KMODS += gld
/titanic_41/usr/src/uts/common/
H A DMakefile.files647 GLD_OBJS += gld.o gldutil.o
/titanic_41/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README1479 PSARC 2008/583 add gld options to ld(1)