Home
last modified time | relevance | path

Searched refs:_service (Results 1 – 3 of 3) sorted by relevance

/src/sys/contrib/openzfs/contrib/dracut/90zfs/
H A Dmodule-setup.sh.in97 for _service in \
100 inst_simple "${systemdsystemunitdir}/${_service}"
101 systemctl -q --root "${initdir}" add-wants zfs-import.target "${_service}"
109 "${systemdsystemconfdir}/${_service}" \
110 "${systemdsystemconfdir}/${_service}.d/"*.conf
114 for _service in \
117 inst_simple "${moddir}/${_service}" "${systemdsystemunitdir}/${_service}"
118 systemctl -q --root "${initdir}" add-wants initrd.target "${_service}"
126 "${systemdsystemconfdir}/${_service}" \
127 "${systemdsystemconfdir}/${_service}.d/"*.conf
/src/contrib/openpam/include/security/
H A Dpam_appl.h133 pam_start(const char *_service,
/src/sys/dev/bwn/
H A Dif_bwn.c732 #define BWN_RELEASE_PROV(_sc, _prov, _service) do { \ in bwn_release_bus_providers() argument
735 (_service)); \ in bwn_release_bus_providers()