Home
last modified time | relevance | path

Searched refs:push_module (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/streams/strcmd/
H A Dstrchg.c97 static int push_module(const char *);
285 if (push_module(modp) == FAILURE) { in main()
363 if (push_module(newlist.sl_modlist[i].l_name) == in main()
473 push_module(const char *modnamep) in push_module() function
514 if (push_module(Oldlist.sl_modlist[i].l_name) == FAILURE) { in restore()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dports.c41 static int push_module(int, char *, char *);
309 if (push_module(1, device, *modules++) == -1) in open_direct()
332 push_module(int fd, char *device, char *module) in push_module() function