Searched refs:device_file (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c175 char *device_file = "/dev/ts_ua0"; local
191 device_fd = open(device_file, O_RDWR);
194 device_file, errno);
H A Dosm_vendor_mlx_ts.c182 char device_file[16]; local
197 sprintf(device_file, "/dev/ts_ua%u", hca_idx);
198 device_fd = open(device_file, O_RDWR);
201 device_file, errno);
H A Dosm_vendor_ts.c520 char device_file[16]; local
580 strcpy(device_file, "/dev/ts_ua0");
583 "osm_vendor_bind: " "Opening TS UL dev file:%s\n", device_file);
586 device_fd = open(device_file, O_RDWR);
590 "Fail to open TS UL dev file:%s\n", device_file);
H A Dosm_vendor_mlx_anafa.c165 char device_file[16]; local
201 sprintf(device_file, "/dev/ts_ua0");
205 device_file, errno);
/freebsd-11-stable/sys/dev/ips/
H A Dips.c419 sc->device_file = make_dev(&ips_cdevsw, device_get_unit(sc->dev), UID_ROOT, GID_OPERATOR,
421 sc->device_file->si_drv1 = sc;
504 if(sc->device_file)
505 destroy_dev(sc->device_file);
H A Dips.h129 struct cdev *device_file; member in struct:ips_softc

Completed in 64 milliseconds