Searched refs:sim_name (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/cam/
H A Dcam_sim.h58 const char *sim_name,
67 const char *sim_name,
94 const char *sim_name; member in struct:cam_sim
124 return (sim->sim_name);
H A Dcam_sim.c69 const char *sim_name, void *softc, u_int32_t unit,
81 sim->sim_name = sim_name;
99 const char *sim_name, void *softc, device_t dev,
105 KASSERT(dev != NULL, ("%s: dev is null for sim_name %s softc %p\n",
106 __func__, sim_name, softc));
108 sim = cam_sim_alloc(sim_action, sim_poll, sim_name, softc,
68 cam_sim_alloc(sim_action_func sim_action, sim_poll_func sim_poll, const char *sim_name, void *softc, u_int32_t unit, struct mtx *mtx, int max_dev_transactions, int max_tagged_dev_transactions, struct cam_devq *queue) argument
98 cam_sim_alloc_dev(sim_action_func sim_action, sim_poll_func sim_poll, const char *sim_name, void *softc, device_t dev, struct mtx *mtx, int max_dev_transactions, int max_tagged_dev_transactions, struct cam_devq *queue) argument
H A Dcam_xpt.c242 static path_id_t xptpathid(const char *sim_name, int sim_unit, int sim_bus);
1047 path->bus->sim->sim_name,
1104 path->bus->sim->sim_name,
1171 path->bus->sim->sim_name,
1211 path->bus->sim->sim_name,
1428 && (strncmp(cur_pattern->dev_name, bus->sim->sim_name,
1758 bus->sim->sim_name,
3842 printf("(noperiph:%s%d:%d:%d:%jx): ", device->sim->sim_name,
3895 sbuf_printf(sb, "%s%d:%d:", path->bus->sim->sim_name,
4029 xptpathid(sim->sim_name, si
4152 xptpathid(const char *sim_name, int sim_unit, int sim_bus) argument
[all...]
/freebsd-13-stable/lib/libcam/
H A Dcamlib.h112 char sim_name[SIM_IDLEN+1]; /* Controller name, e.g. 'ahc' */ member in struct:cam_device
H A Dcamlib.c604 strlcpy(device->sim_name, ccb.cpi.dev_name, sizeof(device->sim_name));
702 (dev->sim_name[0] != '\0') ? dev->sim_name : "unknown",
/freebsd-13-stable/sys/cam/ctl/
H A Dscsi_ctl.c1840 sim->sim_name, sim->unit_number, sim->max_dev_openings,
/freebsd-13-stable/sys/dev/firewire/
H A Dsbp_targ.c1331 strlcpy(cpi->dev_name, sim->sim_name, DEV_IDLEN);
H A Dsbp.c2511 strlcpy(cpi->dev_name, sim->sim_name, DEV_IDLEN);

Completed in 143 milliseconds