Searched refs:job_request (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h151 typedef struct job_request { struct
195 * Pointer for singly-liked list of outstanding job_request structs,
199 struct job_request *job_next;
205 job_request::job_code job_request::job_result job_request::job_flags
206 job_request::job_cb_arg job_request::job_comp
207 job_request::job_ulp_pkts job_request
[all...]
H A Dfctl_private.h445 struct job_request *fp_job_head;
446 struct job_request *fp_job_tail;
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c1164 * Leadville job_request walker/dcmd code
1169 * walking. From that, we can read the job_request list.
1182 * Input should be a fc_local_port_t, so read it to get the job_request
1194 wsp->walk_data = mdb_alloc(sizeof (struct job_request), UM_SLEEP);
1207 if (mdb_vread(wsp->walk_data, sizeof (struct job_request),
1209 mdb_warn("Failed to read in the job_request at 0x%p\n",
1218 (uintptr_t)(((struct job_request *)wsp->walk_data)->job_next);
1229 mdb_free(wsp->walk_data, sizeof (struct job_request));
1339 { "job_request", "walk list of job_request structure
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1424 struct job_request *job;

Completed in 131 milliseconds