Searched refs:sim (Results 76 - 100 of 131) sorted by relevance

123456

/freebsd-13-stable/sys/dev/hptmv/
H A Dentry.c80 static void hpt_poll(struct cam_sim *sim);
83 static void hpt_action(struct cam_sim *sim, union ccb *ccb);
2085 hpt_poll(struct cam_sim *sim) argument
2089 pAdapter = cam_sim_softc(sim);
2091 hpt_intr_locked((void *)cam_sim_softc(sim));
2231 * Parameters: sim - Pointer to SIM object
2236 hpt_action(struct cam_sim *sim, union ccb *ccb) argument
2238 IAL_ADAPTER_T * pAdapter = (IAL_ADAPTER_T *) cam_sim_softc(sim);
2244 KdPrint(("hpt_action(%lx,%lx{%x})\n", (u_long)sim, (u_long)ccb, ccb->ccb_h.func_code));
2322 cpi->bus_id = cam_sim_bus(sim);
[all...]
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_os_bsd.c266 return ((PVBUS_EXT)osext)->sim->path_id;
/freebsd-13-stable/sys/dev/isci/
H A Disci.h179 struct cam_sim *sim; member in struct:ISCI_CONTROLLER
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl.h149 struct mtx sim_lock_handle;/* sim lock shared with cam */
150 struct mtx *sim_lock;/* ptr to sim lock */
178 struct cam_sim *sim; /* sim for this controller */ member in struct:twa_softc
/freebsd-13-stable/sys/cam/
H A Dcam_periph.h124 struct cam_sim *sim; member in struct:cam_periph
H A Dcam_periph.c203 struct cam_sim *sim; local
245 sim = xpt_path_sim(path);
257 periph->sim = sim;
1251 if (cam_sim_pollable(ccb->ccb_h.path->bus->sim))
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c900 //one cam sim per scsi bus
910 pmsc->sim = lsim;
911 bus = cam_sim_path(pmsc->sim);
1133 mtx_init( &pmsc->freezeLock, "sim freeze lock", NULL, MTX_DEF | MTX_RECURSE);
1787 struct cam_sim *sim (IN) Pointer to SIM data structure
1792 static void agtiapi_cam_action( struct cam_sim *sim, union ccb * ccb ) argument
1802 pmcsc = cam_sim_softc( sim );
1841 strlcpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN);
1842 cpi->unit_number = cam_sim_unit(sim);
1843 cpi->bus_id = cam_sim_bus(sim);
[all...]
H A Dagtiapi.h261 struct cam_sim *sim; member in struct:agtiapi_softc
/freebsd-13-stable/crypto/heimdal/
H A Dconfig.sub162 -sim | -cisco | -oki | -wec | -winbond)
1165 os=-sim
1169 os=-sim
1322 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
/freebsd-13-stable/sys/dev/ahci/
H A Dahci.h424 struct cam_sim *sim; member in struct:ahci_channel
482 struct cam_sim *sim; member in struct:ahci_enclosure
/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Discsi_subr.c451 scsi_encap(struct cam_sim *sim, union ccb *ccb) argument
453 isc_session_t *sp = cam_sim_softc(sim);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_restrict.c139 struct in_addr sim = { htonl(res->u.v4.mask) }; local
142 inet_ntop(AF_INET, &sim, ms, sizeof ms);
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_os_bsd.c299 return ((PVBUS_EXT)osext)->sim->path_id;
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_os_bsd.c280 return ((PVBUS_EXT)osext)->sim->path_id;
/freebsd-13-stable/sys/dev/iscsi/
H A Discsi.c173 static void iscsi_action(struct cam_sim *sim, union ccb *ccb);
2356 iscsi_action(struct cam_sim *sim, union ccb *ccb) argument
2360 is = cam_sim_softc(sim);
2410 strlcpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN);
2411 cpi->unit_number = cam_sim_unit(sim);
2412 cpi->bus_id = cam_sim_bus(sim);
/freebsd-13-stable/contrib/openbsm/config/
H A Dconfig.sub151 -sim | -cisco | -oki | -wec | -winbond)
1015 os=-sim
1160 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
/freebsd-13-stable/sys/dev/usb/storage/
H A Dumass.c222 #define DEVNAME_SIM "umass-sim"
2140 "cam_sim_free sim %p refc %u mtx %p\n",
2158 umass_cam_action(struct cam_sim *sim, union ccb *ccb) argument
2160 struct umass_softc *sc = (struct umass_softc *)sim->softc;
2323 strlcpy(cpi->dev_name, cam_sim_name(sim), DEV_IDLEN);
2324 cpi->unit_number = cam_sim_unit(sim);
2434 umass_cam_poll(struct cam_sim *sim) argument
2436 struct umass_softc *sc = (struct umass_softc *)sim->softc;
/freebsd-13-stable/sys/dev/hptiop/
H A Dhptiop.h419 struct cam_sim *sim; member in struct:hpt_iop_hba
/freebsd-13-stable/sys/dev/sdhci/
H A Dsdhci.h417 struct cam_sim *sim; member in struct:sdhci_slot
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.h369 struct cam_sim *sim; member in struct:siis_channel
/freebsd-13-stable/contrib/wpa/hs20/client/
H A Dosu_client.c1626 xml_node_t *node, const char *fqdn, int sim)
1640 if (sim)
1673 xml_node_t *sim, xml_node_t *realm)
1681 node = get_node(ctx->xml, sim, "EAPType");
1713 node = get_node(ctx->xml, sim, "IMSI");
1765 xml_node_t *child, *sim, *realm; local
1770 sim = get_node(ctx->xml, node, "SIM");
1785 set_pps_cred_realm(ctx, id, child, fqdn, sim != NULL);
1625 set_pps_cred_realm(struct hs20_osu_client *ctx, int id, xml_node_t *node, const char *fqdn, int sim) argument
1672 set_pps_cred_sim(struct hs20_osu_client *ctx, int id, xml_node_t *sim, xml_node_t *realm) argument
/freebsd-13-stable/contrib/ldns/
H A Dconfig.sub158 -sim | -cisco | -oki | -wec | -winbond)
1260 os=-sim
1264 os=-sim
1419 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
/freebsd-13-stable/contrib/libevent/
H A Dconfig.sub159 -sim | -cisco | -oki | -wec | -winbond)
1255 os=-sim
1259 os=-sim
1413 -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas_lsi.c1090 path_id_t pathid = cam_sim_path(sassc->sim);
1173 xpt_sim_poll(sassc->sim);
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx.h1547 struct cam_sim *sim, union ccb *ccb);
1549 struct cam_sim *sim, union ccb *ccb,

Completed in 187 milliseconds

123456