Lines Matching defs:sleep

844 fc_ulp_init_packet(opaque_t port_handle, fc_packet_t *pkt, int sleep)
855 rval = port->fp_fca_tran->fca_init_pkt(port->fp_fca_handle, pkt, sleep);
1587 * Submit an asynchronous request to the job handler if the sleep
1596 fc_ulp_linkreset(opaque_t port_handle, la_wwn_t *pwwn, int sleep)
1632 if (sleep == KM_SLEEP) {
1633 job = fctl_alloc_job(JOB_LINK_RESET, 0, NULL, NULL, sleep);
1651 fctl_link_reset_done, port, sleep);
2875 int sleep)
2892 new = fctl_alloc_ulp_port(sleep);
2909 fctl_alloc_ulp_port(int sleep)
2913 new = kmem_zalloc(sizeof (*new), sleep);
3226 fctl_create_remote_node(la_wwn_t *nwwn, int sleep)
3230 if ((rnodep = kmem_zalloc(sizeof (*rnodep), sleep)) == NULL) {
3240 if (fctl_enlist_nwwn_table(rnodep, sleep) != FC_SUCCESS) {
3285 fctl_enlist_nwwn_table(fc_remote_node_t *rnodep, int sleep)
3293 if ((new = kmem_zalloc(sizeof (*new), sleep)) == NULL) {
3455 uint32_t d_id, uchar_t recepient, int sleep)
3462 if ((pd = kmem_zalloc(sizeof (*pd), sleep)) == NULL) {
4295 opaque_t arg, int sleep)
4299 job = (job_request_t *)kmem_cache_alloc(fctl_job_cache, sleep);
4519 la_wwn_t *port_wwn, uint32_t d_id, uchar_t recepient, int sleep)
4540 rnodep = fctl_create_remote_node(node_wwn, sleep);
4575 recepient, sleep)) == NULL) {
5247 uint32_t ns_flags, int sleep)
5251 ns_cmd = kmem_zalloc(sizeof (*ns_cmd), sleep);
5257 ns_cmd->ns_cmd_buf = kmem_zalloc(cmd_len, sleep);
5268 ns_cmd->ns_data_buf = kmem_zalloc(data_len, sleep);
5651 fctl_add_orphan(fc_local_port_t *port, fc_remote_port_t *pd, int sleep)
5672 orphan = kmem_zalloc(sizeof (*orphan), sleep);