Searched defs:bstate (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/ |
H A D | byterun.c | 37 bset_obj_store(pTHX_ struct byteloader_state *bstate, void *obj, I32 ix) argument 39 if (ix > bstate->bs_obj_list_fill) { 40 Renew(bstate->bs_obj_list, ix + 32, void*); 41 bstate->bs_obj_list_fill = ix + 31; 43 bstate->bs_obj_list[ix] = obj; 48 byterun(pTHX_ register struct byteloader_state *bstate) argument 55 New(666, bstate->bs_obj_list, 32, void*); /* set op objlist */ 56 bstate->bs_obj_list_fill = 31; 57 bstate->bs_obj_list[0] = NULL; /* first is always Null */ 58 bstate [all...] |
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_list.c | 604 struct bus_state bstate = {0}; local 616 ret = walk_tree(lap->apidp->hba_phys, &bstate, DINFOPROP, &u, 619 lap->hba_rstate = bus_devinfo_to_recep_state(bstate.b_state); 646 (bstate.b_retired) ? CFGA_COND_FAILED : CFGA_COND_UNKNOWN; 651 if (bstate.iconnect_type) { 656 if (strcmp(bstate.iconnect_type, "SPI") == 0) { 660 for (i = 0; i < strlen(bstate.iconnect_type); i++) { 662 tolower(bstate.iconnect_type[i]);
|
Completed in 23 milliseconds