Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c2936 fcsm_login_and_process_job(fcsm_t *fcsm, fcsm_job_t *orig_job) in fcsm_login_and_process_job() argument
2943 if (orig_job->job_code != FCSM_JOB_CT_PASSTHRU) { in fcsm_login_and_process_job()
2960 "completed", (void *)orig_job)); in fcsm_login_and_process_job()
2961 fcsm_enque_job(fcsm, orig_job, 0); in fcsm_login_and_process_job()
2974 "management server in progress", (void *)orig_job)); in fcsm_login_and_process_job()
2975 fcsm_enque_job(fcsm, orig_job, 0); in fcsm_login_and_process_job()
2994 (opaque_t)NULL, (opaque_t)orig_job, fcsm_login_ms_comp, NULL); in fcsm_login_and_process_job()
2995 orig_job->job_priv = (void *)login_job; in fcsm_login_and_process_job()
3012 fcsm_job_t *orig_job; in fcsm_login_ms_comp() local
3016 orig_job = (fcsm_job_t *)login_job->job_caller_priv; in fcsm_login_ms_comp()
[all …]