Searched refs:autopush (Results 1 - 9 of 9) 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/uts/common/io/
H A Dsad_conf.c49 * types of autopush nodes in it: SAP_ALL, SAP_RANGE, SAP_ONE. Not
59 * - a single SAP_ALL autopush node
60 * - an or avl tree or hash table of SAP_RANGE and SAP_ONE autopush
62 * one for each type of autopush nodes.
65 * stored between autopush nodes. For example, if there is a SAP_ALL node
141 struct autopush *ap = (struct autopush *)val;
145 kmem_free(ap, sizeof (struct autopush));
187 sad_ap_verify(struct autopush *ap)
206 struct autopush *
[all...]
H A Dsad.c34 * Currently only handles autopush and module name verification.
344 * the autopush feature.
394 * the autopush feature.
404 struct autopush *ap, *ap_tmp;
/illumos-gate/usr/src/cmd/autopush/
H A DMakefile27 PROG= autopush
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l176 <TSTATE>link-autopush { return LINK_AUTOPUSH; }
/illumos-gate/usr/src/cmd/
H A DMakefile67 autopush \
520 autopush \
/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",
/illumos-gate/usr/src/man/man1m/
H A DMakefile50 autopush.1m \
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c243 struct autopush *ap;
462 * inconsistent between an I_PUSH and an autopush of a module.
487 * per-link autopush configuration; use that configuration
488 * and ignore any per-driver autopush configuration.
491 * datalink without per-link autopush configuration. The
494 * device to look up any per-driver autopush configuration.
497 * device to look up any per-driver autopush configuration.
518 * Find the autopush configuration based on "savedev". Start with the
529 * None found. Also look in the zone's autopush table.

Completed in 140 milliseconds