Home
last modified time | relevance | path

Searched refs:autopush (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsad_conf.c139 struct autopush *ap = (struct autopush *)val; in sad_hash_free_value()
143 kmem_free(ap, sizeof (struct autopush)); in sad_hash_free_value()
185 sad_ap_verify(struct autopush *ap) in sad_ap_verify()
204 struct autopush *
207 struct autopush *ap_new; in sad_ap_alloc()
221 kmem_free(ap, sizeof (struct autopush)); in sad_ap_rele()
239 struct autopush *ap_removed = NULL; in sad_ap_remove()
247 struct autopush *
250 struct autopush *ap_result = NULL; in sad_ap_find()
262 struct autopush *
[all …]
H A Dsad.c404 struct autopush *ap, *ap_tmp; in apush_iocdata()
/illumos-gate/usr/src/uts/common/sys/
H A Dsad.h182 struct autopush { struct
220 extern struct autopush *sad_ap_alloc(void);
222 extern int sad_ap_verify(struct autopush *);
227 extern void sad_ap_rele(struct autopush *, str_stack_t *);
228 extern struct autopush *sad_ap_find_by_dev(dev_t, str_stack_t *);
233 extern void sad_ap_insert(struct autopush *, str_stack_t *);
234 extern void sad_ap_remove(struct autopush *, str_stack_t *);
235 extern struct autopush *sad_ap_find(struct apcommon *, str_stack_t *);
/illumos-gate/usr/src/cmd/autopush/
H A DMakefile27 PROG= autopush
/illumos-gate/usr/src/cmd/
H A DMakefile72 autopush \
538 autopush \
/illumos-gate/usr/src/cmd/initpkg/
H A Dinittab37 ap::sysinit:/sbin/autopush -f /etc/iu.ap
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_lex.l177 <TSTATE>link-autopush { return LINK_AUTOPUSH; }
/illumos-gate/usr/src/man/man8/
H A DMakefile57 autopush.8 \
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c115 char **autopush = set ? ncu->ncu_link.nwamd_link_autopush : NULL; in nwamd_set_unset_link_properties() local
160 "autopush", autopush, num_autopush, DLADM_OPT_ACTIVE); in nwamd_set_unset_link_properties()
/illumos-gate/usr/src/pkg/manifests/
H A DSUNWcs.man8.inc36 file path=usr/share/man/man8/autopush.8
H A DSUNWcs.p5m53 link path=etc/autopush target=../sbin/autopush
486 file path=sbin/autopush mode=0555
1299 link path=usr/sbin/autopush target=../../sbin/autopush
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c290 struct autopush *ap; in stropen()