Searched defs:autopush (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsad.h97 * The maximum modules you can push on a stream using the autopush
103 * autopush info common to user and kernel
114 * New autopush information structure. This wouldn't be necessary
127 * ap_cmd: various flavors of autopush
135 * format for autopush ioctls
182 struct autopush { struct
192 * the type of the autopush entry. Therefore, occurrences of
193 * "type" in the code refer to an existing autopush entry.
220 extern struct autopush *sad_ap_alloc(void);
222 extern int sad_ap_verify(struct autopush *);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c106 * autopush modules. We set MAC address last as setting it may cause a chip
115 char **autopush = set ? ncu->ncu_link.nwamd_link_autopush : NULL; local
158 "autopush module for link %s", num_autopush, ncu->ncu_name);
160 "autopush", autopush, num_autopush, DLADM_OPT_ACTIVE);
163 "dladm_set_linkprop failed for autopush property: %s",

Completed in 47 milliseconds