Searched defs:quiesce (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/
H A Daudio1575.c346 * Implements the quiesce(9e) entry point.
1216 audio1575_dma_stop(audio1575_state_t *statep, boolean_t quiesce) argument
1236 if (!quiesce)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c83 /* quiesce requests will be ignored if nfs_server_vers_max < QUIESCE_VERSMIN */
103 static void quiesce(int);
530 sigset(SIGUSR1, quiesce);
725 * Request that server quiesce, then (nfsd) exit. For subsequent warm start.
733 quiesce(int sig) function
739 /* Request server quiesce at next shutdown */
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c42 msgid_t cmd_msg, prompt_t *pt, int *okp, int *quiesce, int *l_errnop);
44 prompt_t *pt, cfga_flags_t flags, int quiesce, char **errstring);
55 * Single thread all implicit quiesce operations
100 case CFGA_CMD_DISCONNECT: /* quiesce bus */
713 * Check for "scsi-no-quiesce" property
714 * Return code: -1 error, 0 quiesce not required, 1 quiesce required
742 return (0); /* quiesce not required */
745 /* if this ap is HBA, return with quiesce required */
777 if (di_prop_lookup_ints(DDI_DEV_T_ANY, dev_node, "scsi-no-quiesce",
786 quiesce_confirm( apid_t *apidp, msgid_t cmd_msg, prompt_t *prp, int *okp, int *quiesce, int *l_errnop) argument
[all...]
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c622 * quiesce(9E) entry point.
1639 rtls_chip_reset(rtls_t *rtlsp, boolean_t quiesce) argument
1678 * At quiesce path we can't call cmn_err(), as
1681 if (!quiesce)
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c139 * The driver currently does not support fast reboot. A quiesce(9E) entry point
1783 nvme_reset(nvme_t *nvme, boolean_t quiesce) argument
1798 if (quiesce)
1814 nvme_shutdown(nvme_t *nvme, int mode, boolean_t quiesce) argument
1831 if (quiesce)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c55 uint32_t quiesce);
2023 * 0: quiesce indicates the call is not from quiesce routine.
2024 * 1: quiesce indicates the call is from quiesce routine.
2028 uint32_t quiesce)
2053 if (quiesce == 0) {
2027 emlxs_sli3_hba_reset(emlxs_hba_t *hba, uint32_t restart, uint32_t skip_post, uint32_t quiesce) argument
H A Demlxs_sli4.c72 uint32_t skip_post, uint32_t quiesce);
2247 uint32_t quiesce)
2273 if (quiesce == 0) {
2289 if (quiesce == 0) {
2312 if (quiesce == 0) {
2246 emlxs_sli4_hba_reset(emlxs_hba_t *hba, uint32_t restart, uint32_t skip_post, uint32_t quiesce) argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c304 * If we quiesce the server, we're shutting it down without destroying the
310 int quiesce = 0; local
311 nfs_srv_shutdown_all(quiesce);
320 int quiesce = 1; local
321 nfs_srv_shutdown_all(quiesce);
325 nfs_srv_shutdown_all(int quiesce) { argument
327 if (quiesce) {
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1596 * the datapath at the mac client boundary, we temporarily quiesce
3388 * that a control operation wants to quiesce the Tx data flow in which case
3774 mac_resource_remove_t remove, mac_resource_quiesce_t quiesce,
3782 mcip->mci_resource_quiesce = quiesce;
3773 mac_resource_set_common(mac_client_handle_t mch, mac_resource_add_t add, mac_resource_remove_t remove, mac_resource_quiesce_t quiesce, mac_resource_restart_t restart, mac_resource_bind_t bind, void *arg) argument

Completed in 156 milliseconds