Symbol: sysevent_attach_attributes
usr/src/uts/common/fs/zfs/spa.c
8963
if (sysevent_attach_attributes(ev, attr) != 0)
usr/src/uts/common/fs/zfs/spa_misc.c
2636
if (sysevent_attach_attributes(ev, attr) != 0) {
usr/src/uts/common/io/dls/dls_link.c
655
(void) sysevent_attach_attributes(event, (sysevent_attr_list_t *)nvp);
usr/src/uts/common/io/pciex/pcie.c
3222
if (sysevent_attach_attributes(se, ev_attr_list) != 0) {
usr/src/uts/common/os/devcfg.c
4904
if (sysevent_attach_attributes(ev, ev_attr_list) != 0) {
usr/src/uts/common/os/devcfg.c
5010
if (sysevent_attach_attributes(ev, ev_attr_list) != 0) {
usr/src/uts/common/os/devcfg.c
5097
if (sysevent_attach_attributes(ev, ev_attr_list) != 0) {
usr/src/uts/common/os/log_sysevent.c
1915
(void) sysevent_attach_attributes(event, list);
usr/src/uts/common/os/sunddi.c
5403
if (sysevent_attach_attributes(ev, ev_attr_list) != 0) {
usr/src/uts/common/os/sunddi.c
5520
if (sysevent_attach_attributes(ev, ev_attr_list) != 0) {
usr/src/uts/common/sys/sysevent.h
263
extern int sysevent_attach_attributes(sysevent_t *, sysevent_attr_list_t *);
usr/src/uts/i86pc/io/acpi/drmach_acpi/drmach_acpi.c
2913
(void) sysevent_attach_attributes(ev, evnt_attr_list);
usr/src/uts/sun4u/lw8/io/lw8.c
621
if (sysevent_attach_attributes(ev, evnt_attr_list) != 0) {
usr/src/uts/sun4u/lw8/io/sgenv.c
2642
if (sysevent_attach_attributes(ev, ev_attr_list) != 0) {
usr/src/uts/sun4u/lw8/io/sgenv.c
2886
if (sysevent_attach_attributes(ev, ev_attr_list) != 0) {
usr/src/uts/sun4u/lw8/io/sgenv.c
3109
if (sysevent_attach_attributes(ev, ev_attr_list) != 0) {
usr/src/uts/sun4u/opl/io/drmach.c
2908
(void) sysevent_attach_attributes(ev, evnt_attr_list);
usr/src/uts/sun4u/serengeti/io/ssm.c
990
if (sysevent_attach_attributes(ev, evnt_attr_list) != 0) {
usr/src/uts/sun4v/io/dr_util.c
124
rv = sysevent_attach_attributes(ev, evnt_attr_list);