Lines Matching defs:se
841 sockconfig_socktable_entry_t *se;
869 se = kmem_alloc(count * sizeof (sockconfig_socktable_entry_t),
878 kmem_free(se,
882 se[i].se_family = sp->sp_family;
883 se[i].se_type = sp->sp_type;
884 se[i].se_protocol = sp->sp_protocol;
885 (void) strncpy(se[i].se_modname, sp->sp_smod_name,
888 (void) strncpy(se[i].se_strdev,
890 se[i].se_refcnt = sp->sp_refcnt;
891 se[i].se_flags = sp->sp_flags;
895 if (ddi_copyout(se, STRUCT_FGETP(st, st_entries),
900 kmem_free(se, count * sizeof (sockconfig_socktable_entry_t));