Searched refs:dlautopush (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | dld.h | 212 struct dlautopush { struct 451 int dld_autopush(dev_t *, struct dlautopush *);
|
H A D | dld_impl.h | 297 struct dlautopush da_ap;
|
/titanic_44/usr/src/uts/common/io/dld/ |
H A D | dld_drv.c | 65 static int drv_ioc_setap(datalink_id_t, struct dlautopush *); 66 static int drv_ioc_getap(datalink_id_t, struct dlautopush *); 712 struct dlautopush *dlap = (struct dlautopush *)kprop->pr_val; in drv_ioc_prop_common() 899 drv_ioc_setap(datalink_id_t linkid, struct dlautopush *dlap) in drv_ioc_setap() 947 drv_ioc_getap(datalink_id_t linkid, struct dlautopush *dlap) in drv_ioc_getap() 1095 dld_autopush(dev_t *devp, struct dlautopush *dlap) in dld_autopush()
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 260 { MAC_PROP_AUTOPUSH, sizeof (struct dlautopush), "autopush"}, 3111 struct dlautopush dlap; in get_autopush() 3152 i_dladm_add_ap_module(const char *module, struct dlautopush *dlap) in i_dladm_add_ap_module() 3191 struct dlautopush *dlap; in check_autopush() 3202 dlap = malloc(sizeof (struct dlautopush)); in check_autopush() 3206 (void) memset(dlap, 0, sizeof (struct dlautopush)); in check_autopush()
|
/titanic_44/usr/src/uts/common/io/mac/ |
H A D | mac.c | 3004 minsize = sizeof (struct dlautopush); in mac_prop_check_size()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 243 struct dlautopush dlap; in stropen()
|