Home
last modified time | relevance | path

Searched refs:request_type (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c920 switch (reqp->request_type) { in xcppm_manage_cpus()
1041 ppmd->path, ppm_get_ctlstr(reqp->request_type, ~0))); in xcppm_manage_fet()
1044 switch (reqp->request_type) { in xcppm_manage_fet()
1142 ppmd->path, ppm_get_ctlstr(reqp->request_type, ~0))); in xcppm_manage_pciupa()
1146 switch (reqp->request_type) { in xcppm_manage_pciupa()
1266 ppmd->path, ppm_get_ctlstr(reqp->request_type, ~0))); in xcppm_manage_1394()
1268 switch (reqp->request_type) { in xcppm_manage_1394()
1346 switch (reqp->request_type) { in xcppm_lock_one()
1378 if (reqp->request_type == PMR_PPM_LOCK_POWER) { in xcppm_lock_all()
1387 } else if (reqp->request_type == PMR_PPM_UNLOCK_POWER) { in xcppm_lock_all()
[all …]
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dpreauth_plugin.h136 krb5_int32 request_type,
337 krb5_int32 request_type,
/titanic_41/usr/src/uts/common/io/ppm/
H A Dppm.c773 char *ctlstr = ppm_get_ctlstr(reqp->request_type, mask); in ppm_ctlops()
785 switch (reqp->request_type) { in ppm_ctlops()
824 else if (reqp->request_type != PMR_PPM_UNLOCK_POWER) { in ppm_ctlops()
832 ppmd->path, ppm_get_ctlstr(reqp->request_type, D_LOCKS))) in ppm_ctlops()
1005 reqp->request_type == PMR_PPM_ENTER_SX); in ppm_ctlops()
1027 reqp->request_type); in ppm_ctlops()
1082 switch (reqp->request_type) { in ppm_manage_cpus()
1519 switch (reqp->request_type) { in ppm_manage_fet()
1535 str, reqp->request_type, PM_NAME(dip), PM_ADDR(dip))) in ppm_manage_fet()
1551 ppm_get_ctlstr(reqp->request_type, ~0), old, new, cmpt, in ppm_manage_fet()
[all …]
H A Dppm_subr.c864 switch (reqp->request_type) { in ppm_lock_one()
896 if (reqp->request_type == PMR_PPM_LOCK_POWER) { in ppm_lock_all()
905 } else if (reqp->request_type == PMR_PPM_UNLOCK_POWER) { in ppm_lock_all()
915 ASSERT(reqp->request_type == PMR_PPM_TRY_LOCK_POWER); in ppm_lock_all()
/titanic_41/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c2251 uchar_t request_type; in hid_mctl_receive() local
2267 request_type = USB_DEV_REQ_HOST_TO_DEV | in hid_mctl_receive()
2276 request_type = USB_DEV_REQ_DEV_TO_HOST | in hid_mctl_receive()
2447 error = hid_mctl_execute_cmd(q, request_type, in hid_mctl_receive()
2474 hid_mctl_execute_cmd(queue_t *q, int request_type, hid_req_t *hid_req_data, in hid_mctl_execute_cmd() argument
2510 request_type, iocp->ioc_cmd, request_index) != USB_SUCCESS) { in hid_mctl_execute_cmd()
2531 uchar_t request_type, int request_request, in hid_send_async_ctrl_request() argument
2543 request_type, request_request, request_index); in hid_send_async_ctrl_request()
2560 if ((request_type & USB_DEV_REQ_DIR_MASK) == USB_DEV_REQ_DEV_TO_HOST) { in hid_send_async_ctrl_request()
2575 if ((request_type & USB_DEV_REQ_DIR_MASK) == USB_DEV_REQ_HOST_TO_DEV) { in hid_send_async_ctrl_request()
[all …]
/titanic_41/usr/src/uts/common/os/
H A Dsunpm.c1535 power_req.request_type = PMR_PPM_SET_POWER; in power_dev()
2115 power_req.request_type = PMR_PPM_ALL_LOWEST; in pm_ppm_notify_all_lowest()
2533 power_req.request_type = PMR_PPM_UNMANAGE; in pm_unmanage()
2848 power_req.request_type = PMR_PPM_POWER_LOCK_OWNER; in pm_blocked_by_us()
3123 power_req.request_type = PMR_PPM_POWER_CHANGE_NOTIFY; in pm_phc_impl()
3256 power_req.request_type = PMR_PPM_POWER_CHANGE_NOTIFY; in pm_register_ppm()
4468 request.request_type = PMR_SET_POWER; in ddi_power()
4506 request.request_type = PMR_SUSPEND; in e_ddi_suspend()
4520 request.request_type = PMR_RESUME; in e_ddi_resume()
4856 switch (reqp->request_type) { in pm_default_ctlops()
[all …]
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm_l4.c285 u32_t request_type) in mm_tcp_post_empty_slow_path_request() argument
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/
H A Dmm_l4if.h343 u32_t request_type);
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1364 client_request_forwarded_tcpip(const char *request_type, int rchan) in client_request_forwarded_tcpip() argument
1397 client_request_x11(const char *request_type, int rchan) in client_request_x11() argument
1433 client_request_agent(const char *request_type, int rchan) in client_request_agent() argument
/titanic_41/usr/src/uts/i86pc/os/
H A Dcpr_impl.c666 power_req.request_type = PMR_PPM_ENTER_SX; in i_cpr_power_down()
691 power_req.request_type = PMR_PPM_EXIT_SX; in i_cpr_power_down()
/titanic_41/usr/src/uts/common/sys/
H A Depm.h284 pm_request_type request_type; member
/titanic_41/usr/src/uts/i86pc/io/pci/
H A Dpci.c612 if ((reqp->request_type == PMR_REPORT_PMCAP) && in pci_ctlops()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c422 krb5_int32 request_type, in client_data_proc() argument
433 switch (request_type) { in client_data_proc()
/titanic_41/usr/src/uts/i86pc/io/pciex/
H A Dnpe.c781 if ((reqp->request_type == PMR_REPORT_PMCAP) && in npe_ctlops()
/titanic_41/usr/src/lib/libpkg/common/
H A Dpkgweb.c1916 web_send_request(PKG_ERR *err, int request_type, int cp, int ep) in web_send_request() argument
1923 switch (request_type) { in web_send_request()
/titanic_41/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c712 pm->request_type, in pcmcia_ctlops()
720 switch (pm->request_type) { in pcmcia_ctlops()