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

/freebsd-11.0-release/contrib/ofed/management/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.c523 char device_file[16]; local
583 strcpy(device_file, "/dev/ts_ua0");
586 "osm_vendor_bind: " "Opening TS UL dev file:%s\n", device_file);
589 device_fd = open(device_file, O_RDWR);
593 "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.0-release/sys/dev/ips/
H A Dips.c418 sc->device_file = make_dev(&ips_cdevsw, device_get_unit(sc->dev), UID_ROOT, GID_OPERATOR,
420 sc->device_file->si_drv1 = sc;
503 if(sc->device_file)
504 destroy_dev(sc->device_file);
H A Dips.h129 struct cdev *device_file; member in struct:ips_softc

Completed in 121 milliseconds