Searched defs:listindex (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derrorsubr.c44 int listindex; local
50 for (listindex = 0, errorp = header;
51 listindex < listlength;
52 listindex++, errorp = errorp->error_next) {
53 array[listindex] = errorp;
54 errorp->error_position = listindex;
56 array[listindex] = (Eptr)0;
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c12314 int listindex; local
12402 for (listindex = 0; len; len -= FP_PORT_IDENTIFIER_LEN, page++) {
12406 "affected_page_%d", listindex);
12422 listptr, &listindex, sleep);
12424 if (listindex == 0) {
12480 if (listindex) {
12492 (void) fp_ulp_devc_cb(port, listptr, listindex, count,
14035 int listindex; local
14157 for (listindex = 0, index = 0; index < pwwn_table_size; index++) {
14195 fp_fillout_old_map(list + listindex
14453 fp_validate_rscn_page(fc_local_port_t *port, fc_affected_id_t *page, job_request_t *job, fctl_ns_req_t *ns_cmd, fc_portmap_t *listptr, int *listindex, int sleep) argument
[all...]

Completed in 111 milliseconds