Home
last modified time | relevance | path

Searched refs:strapush (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/autopush/
H A Dautopush.c252 struct strapush push; /* configuration information */ in set_info()
272 (void) memset(&push, 0, sizeof (struct strapush)); in set_info()
347 struct strapush push; /* configuration information */ in rem_info()
411 struct strapush push; /* configuration information */ in get_info()
513 parse_line(char *linep, int lineno, char *namep, struct strapush *pushp) in parse_line()
/titanic_44/usr/src/uts/common/sys/
H A Dsad.h137 struct strapush { struct
164 #define STRAPUSH_V0_LEN (size_t)(&((struct strapush *)0)->sap_data) argument
/titanic_44/usr/src/uts/common/io/
H A Dsad.c403 struct strapush *sap = NULL; in apush_iocdata()
432 sap = (struct strapush *)mp->b_cont->b_rptr; in apush_iocdata()
H A Dl_strplumb.c224 struct strapush push; in kstr_autopush()