Home
last modified time | relevance | path

Searched refs:num_devices (Results 1 – 11 of 11) sorted by relevance

/dragonfly/usr.bin/systat/
H A Ddevs.c86 int num_devices, num_selected; variable
114 num_devices = 0; in dsinit()
123 num_devices = s1->dinfo->numdevs; in dsinit()
135 num_devices, NULL, 0, NULL, 0, DS_SELECT_ADD, in dsinit()
178 s1->dinfo->devices, num_devices, in dscmd()
207 for (i = 0; i < num_devices; i++) { in dscmd()
264 s1->dinfo->devices, num_devices, matches, in dsmatchselect()
319 for (i = 0; i < num_devices; i++) { in dsselect()
339 if (i >= num_devices) in dsselect()
350 s1->dinfo->devices, num_devices, NULL, 0, in dsselect()
H A Diostat.c103 if ((num_devices = getnumdevs()) < 0) in initiostat()
151 num_devices = cur.dinfo->numdevs; in fetchiostat()
186 for (ndrives = 0, i = 0; i < num_devices; i++) in numlabels()
201 for (i = 0; i < num_devices; i++) in numlabels()
228 for (i = 0; i < num_devices; i++) in barlabels()
268 for (i = 0; i < num_devices; i++) in showiostat()
281 for (i = 0; i < num_devices; i++) in showiostat()
H A Dvmstat.c237 if ((num_devices = getnumdevs()) < 0) { in initkre()
379 for (i = 0; i < num_devices && j < MAXDRIVES; i++) in labelkre()
625 for (i = 0, lc = 0; i < num_devices && lc < MAXDRIVES; i++) in showkre()
669 num_devices = run.dinfo->numdevs; in cmdkre()
699 num_devices = run.dinfo->numdevs; in cmdkre()
962 num_devices = cur.dinfo->numdevs; in getinfo()
H A Dextern.h56 extern int num_devices;
/dragonfly/usr.sbin/iostat/
H A Diostat.c118 int num_devices; variable
261 if ((num_devices = getnumdevs()) < 0) in main()
281 num_devices = cur.dinfo->numdevs; in main()
317 generation, cur.dinfo->devices, num_devices, in main()
333 generation, cur.dinfo->devices, num_devices, in main()
425 num_devices = cur.dinfo->numdevs; in main()
430 num_devices, matches, num_matches, in main()
461 num_devices, matches, num_matches, in main()
543 for (i = 0, printed=0;(i < num_devices) && (printed < maxshowdevs);i++){ in phdr()
571 for (i=0, printed = 0;(i < num_devices) && (printed < maxshowdevs);i++){ in phdr()
[all …]
/dragonfly/contrib/gcc-8.0/libgomp/
H A Doacc-init.c395 int num_devices; in goacc_attach_host_thread_to_device() local
414 num_devices = base_dev->get_num_devices_func (); in goacc_attach_host_thread_to_device()
415 if (num_devices <= 0 || ord >= num_devices) in goacc_attach_host_thread_to_device()
417 num_devices); in goacc_attach_host_thread_to_device()
585 int num_devices; in ialias() local
603 num_devices = base_dev->get_num_devices_func (); in ialias()
605 if (num_devices <= 0 || ord >= num_devices) in ialias()
606 acc_dev_num_out_of_range (d, ord, num_devices); in ialias()
H A Dtarget.c76 static int num_devices; variable
1339 for (i = 0; i < num_devices; i++) in GOMP_offload_register_ver()
1384 for (i = 0; i < num_devices; i++) in GOMP_offload_unregister_ver()
2619 for (i = 0; i < num_devices; i++) in gomp_target_fini()
2651 num_devices = 0; in gomp_target_init()
2670 num_devices = 0; in gomp_target_init()
2689 num_devices = 0; in gomp_target_init()
2705 num_devices++; in gomp_target_init()
2721 num_devices = 0; in gomp_target_init()
2726 for (i = 0; i < num_devices; i++) in gomp_target_init()
[all …]
/dragonfly/libexec/rpc.rstatd/
H A Drstat_proc.c287 int num_devices, retval = 0; in haveadisk() local
289 if ((num_devices = getnumdevs()) < 0) { in haveadisk()
330 int num_devices = 0; in updatexfers() local
333 if ((num_devices = getnumdevs()) < 0) { in updatexfers()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c103 int num_devices, maxshowdevs; variable
339 if ((num_devices = getnumdevs()) < 0) in getdrivedata()
350 num_devices = cur.dinfo->numdevs; in getdrivedata()
393 num_devices, matches, num_matches, specified_devices, in getdrivedata()
453 num_devices = cur.dinfo->numdevs; in dovmstat()
459 num_devices, matches, num_matches, in dovmstat()
692 for (i = 0; i < num_devices; i++) in printhdr()
851 for (dn = 0; dn < num_devices; dn++) { in devstats()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_cd.c337 int num_devices; member
480 && (--softc->changer->num_devices == 0)) { in cdcleanup()
841 nchanger->num_devices++; in cdregister()
843 nchanger->num_devices)!=CAM_REQ_CMP){ in cdregister()
865 nchanger->num_devices++; in cdregister()
871 nchanger->num_devices) != CAM_REQ_CMP) { in cdregister()
906 nchanger->num_devices = 0; in cdregister()
944 nchanger->num_devices++; in cdregister()
946 nchanger->num_devices) != CAM_REQ_CMP) { in cdregister()
967 nchanger->num_devices++; in cdregister()
[all …]
/dragonfly/sys/dev/disk/sym/
H A Dsym_defs.h169 u_char num_devices; /* 0x10 */ member