autopush
char **autopush = set ? ncu->ncu_link.nwamd_link_autopush : NULL;
"autopush", autopush, num_autopush, DLADM_OPT_ACTIVE);
struct autopush *ap, *ap_tmp;
struct autopush *ap = (struct autopush *)val;
kmem_free(ap, sizeof (struct autopush));
sad_ap_verify(struct autopush *ap)
struct autopush *
struct autopush *ap_new;
ap_new = kmem_zalloc(sizeof (struct autopush), KM_SLEEP);
sad_ap_rele(struct autopush *ap, str_stack_t *ss)
kmem_free(ap, sizeof (struct autopush));
sad_ap_insert(struct autopush *ap, str_stack_t *ss)
sad_ap_remove(struct autopush *ap, str_stack_t *ss)
struct autopush *ap_removed = NULL;
struct autopush *
struct autopush *ap_result = NULL;
struct autopush *
struct autopush *ap_result;
struct autopush *ap;
extern struct autopush *sad_ap_alloc(void);
extern int sad_ap_verify(struct autopush *);
extern void sad_ap_rele(struct autopush *, str_stack_t *);
extern struct autopush *sad_ap_find_by_dev(dev_t, str_stack_t *);
extern void sad_ap_insert(struct autopush *, str_stack_t *);
extern void sad_ap_remove(struct autopush *, str_stack_t *);
extern struct autopush *sad_ap_find(struct apcommon *, str_stack_t *);