Searched refs:device_file (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mlx_ts.c | 182 char device_file[16]; in osmv_transport_init() local 197 sprintf(device_file, "/dev/ts_ua%u", hca_idx); in osmv_transport_init() 198 device_fd = open(device_file, O_RDWR); in osmv_transport_init() 201 device_file, errno); in osmv_transport_init()
|
H A D | osm_vendor_mlx_ts_anafa.c | 175 char *device_file = "/dev/ts_ua0"; in osmv_transport_init() local 191 device_fd = open(device_file, O_RDWR); in osmv_transport_init() 194 device_file, errno); in osmv_transport_init()
|
H A D | osm_vendor_ts.c | 520 char device_file[16]; in osm_vendor_bind() local 580 strcpy(device_file, "/dev/ts_ua0"); in osm_vendor_bind() 583 "osm_vendor_bind: " "Opening TS UL dev file:%s\n", device_file); in osm_vendor_bind() 586 device_fd = open(device_file, O_RDWR); in osm_vendor_bind() 590 "Fail to open TS UL dev file:%s\n", device_file); in osm_vendor_bind()
|
H A D | osm_vendor_mlx_anafa.c | 165 char device_file[16]; in osm_vendor_init() local 201 sprintf(device_file, "/dev/ts_ua0"); in osm_vendor_init() 205 device_file, errno); in osm_vendor_init()
|
/freebsd/sys/dev/ips/ |
H A D | ips.c | 410 sc->device_file = make_dev(&ips_cdevsw, device_get_unit(sc->dev), UID_ROOT, GID_OPERATOR, in ips_adapter_init() 412 sc->device_file->si_drv1 = sc; in ips_adapter_init() 495 if(sc->device_file) in ips_adapter_free() 496 destroy_dev(sc->device_file); in ips_adapter_free()
|
H A D | ips.h | 129 struct cdev *device_file; member
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 1051 n/-c*f/x:'<new_tar_file, device_file, or "-">'/ \
|