/titanic_50/usr/src/uts/common/io/ |
H A D | gld.c | 384 #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 D | gldutil.c | 334 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_50/usr/src/man/man9e/ |
H A D | Makefile | 38 gld.9e \ 101 gldm_get_stats.9e := LINKSRC = gld.9e 102 gldm_intr.9e := LINKSRC = gld.9e 103 gldm_ioctl.9e := LINKSRC = gld.9e 104 gldm_reset.9e := LINKSRC = gld.9e 105 gldm_send.9e := LINKSRC = gld.9e 106 gldm_set_mac_addr.9e := LINKSRC = gld.9e 107 gldm_set_multicast.9e := LINKSRC = gld.9e 108 gldm_set_promiscuous.9e := LINKSRC = gld.9e 109 gldm_start.9e := LINKSRC = gld.9e [all …]
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_tdaemon.c | 56 #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_50/usr/src/pkg/manifests/ |
H A D | system-kernel.man9e.inc | 34 file path=usr/share/man/man9e/gld.9e 70 link path=usr/share/man/man9e/gldm_get_stats.9e target=gld.9e 71 link path=usr/share/man/man9e/gldm_intr.9e target=gld.9e 72 link path=usr/share/man/man9e/gldm_ioctl.9e target=gld.9e 73 link path=usr/share/man/man9e/gldm_reset.9e target=gld.9e 74 link path=usr/share/man/man9e/gldm_send.9e target=gld.9e 75 link path=usr/share/man/man9e/gldm_set_mac_addr.9e target=gld.9e 76 link path=usr/share/man/man9e/gldm_set_multicast.9e target=gld.9e 77 link path=usr/share/man/man9e/gldm_set_promiscuous.9e target=gld.9e 78 link path=usr/share/man/man9e/gldm_start.9e target=gld.9e [all …]
|
H A D | system-kernel.man7d.inc | 21 file path=usr/share/man/man7d/gld.7d
|
H A D | system-kernel.man9f.inc | 274 file path=usr/share/man/man9f/gld.9f 897 link path=usr/share/man/man9f/gld_intr.9f target=gld.9f 898 link path=usr/share/man/man9f/gld_mac_alloc.9f target=gld.9f 899 link path=usr/share/man/man9f/gld_mac_free.9f target=gld.9f 900 link path=usr/share/man/man9f/gld_recv.9f target=gld.9f 901 link path=usr/share/man/man9f/gld_register.9f target=gld.9f 902 link path=usr/share/man/man9f/gld_sched.9f target=gld.9f 903 link path=usr/share/man/man9f/gld_unregister.9f target=gld.9f
|
H A D | system-kernel.mf | 537 file path=kernel/misc/$(ARCH64)/gld group=sys mode=0755
|
H A D | system-header.mf | 1060 file path=usr/include/sys/gld.h
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | gldpriv.h | 144 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 D | Makefile | 264 gld.h \
|
/titanic_50/usr/src/uts/intel/gld/ |
H A D | Makefile | 43 MODULE = gld
|
/titanic_50/usr/src/uts/sparc/gld/ |
H A D | Makefile | 42 MODULE = gld
|
/titanic_50/usr/src/psm/stand/bootblks/ufs/i386/ |
H A D | Makefile | 39 LD = $(GNU_ROOT)/bin/gld
|
/titanic_50/usr/src/uts/intel/chxge/ |
H A D | Makefile | 76 LDFLAGS += -dy -N misc/gld -N drv/ip
|
/titanic_50/usr/src/uts/sparc/chxge/ |
H A D | Makefile | 76 LDFLAGS += -dy -N misc/gld -N drv/ip
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | Makefile.solaris.defs | 71 CCLD = $(GNU_ROOT)/bin/gld
|
/titanic_50/usr/src/man/man9f/ |
H A D | Makefile | 278 gld.9f \ 1653 gld_intr.9f := LINKSRC = gld.9f 1654 gld_mac_alloc.9f := LINKSRC = gld.9f 1655 gld_mac_free.9f := LINKSRC = gld.9f 1656 gld_recv.9f := LINKSRC = gld.9f 1657 gld_register.9f := LINKSRC = gld.9f 1658 gld_sched.9f := LINKSRC = gld.9f 1659 gld_unregister.9f := LINKSRC = gld.9f
|
/titanic_50/usr/src/man/man7d/ |
H A D | Makefile | 56 gld.7d \
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | README.illumos | 99 all of the gld and ddi logic and have one driver export that leaving e1000g and
|
/titanic_50/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 383 MISC_KMODS += consconfig gld ipc nfs_dlboot nfssrv scsi
|
/titanic_50/usr/src/uts/intel/ |
H A D | Makefile.intel | 583 MISC_KMODS += gld
|
/titanic_50/usr/src/uts/common/ |
H A D | Makefile.files | 648 GLD_OBJS += gld.o gldutil.o
|
/titanic_50/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 1479 PSARC 2008/583 add gld options to ld(1)
|