Searched refs:sc_args (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.bin/rdist/ |
H A D | gram.y | 160 $1->sc_args = expand($2, E_VARS); 165 $1->sc_args = expand($2, E_ALL); 170 $1->sc_args = expand($2, E_VARS); 175 $1->sc_args = expand($2, E_ALL); 515 sc->sc_args = NULL; in makesubcmd()
|
H A D | docmd.c | 194 notify(tempfile, rhost, sc->sc_args, 0); in doarrow() 427 notify(tempfile, NULL, sc->sc_args, lastmod); in dodcolon() 634 for (nl = sc->sc_args; nl != NULL; nl = nl->n_next) { in except()
|
H A D | defs.h | 112 struct namelist *sc_args; member
|
H A D | server.c | 551 if (sc->sc_args != NULL && !inlist(sc->sc_args, target)) in sendf()
|
/netbsd-src/sys/arch/hpcmips/vr/ |
H A D | vrc4172gpio.c | 87 struct hpcio_attach_args sc_args; member 207 sc->sc_args = *args; /* structure copy */ in vrc4172gpio_attach()
|