Home
last modified time | relevance | path

Searched refs:numvols (Results 1 – 25 of 36) sorted by relevance

12

/dports/science/mpqc/mpqc-2.3.1/src/lib/util/psi3/libpsio/
H A Drw.cc26 unsigned int first_vol, this_vol, numvols; in psio_rw() local
31 numvols = this_unit->numvols; in psio_rw()
36 first_vol = page % numvols; in psio_rw()
37 errcod = psio_volseek(&(this_unit->vol[first_vol]), page, offset, numvols); in psio_rw()
39 for(i=1,this_page=page+1; i < numvols; i++,this_page++) { in psio_rw()
40 this_vol = this_page % numvols; in psio_rw()
42 (ULI) 0, numvols); in psio_rw()
72 this_vol = this_page % numvols; in psio_rw()
89 this_vol = this_page % numvols; in psio_rw()
H A Dopen.cc42 this_unit->numvols = psio_get_numvols(unit); in psio_open()
43 if(this_unit->numvols > PSIO_MAXVOL) psio_error(unit,PSIO_ERROR_MAXVOL); in psio_open()
45 if(!(this_unit->numvols)) this_unit->numvols = 1; in psio_open()
51 for(i=0; i < this_unit->numvols; i++) { in psio_open()
54 if(errcod && this_unit->numvols > 1) in psio_open()
H A Dvolseek.cc20 int psio_volseek(psio_vol *vol, ULI page, ULI offset, ULI numvols) in psio_volseek() argument
25 bignum = PSIO_BIGNUM*numvols; in psio_volseek()
41 total_offset = (ULI) page/numvols; /* This should truncate */ in psio_volseek()
H A Dclose.cc49 for(i=0; i < this_unit->numvols; i++) { in psio_close()
63 this_unit->numvols = 0; in psio_close()
H A Dtocwrite.cc58 volume = (this_unit->tocaddress.page) % (this_unit->numvols); in psio_tocwrite()
60 this_unit->tocaddress.offset,this_unit->numvols); in psio_tocwrite()
H A Dtocread.cc59 volume = (this_unit->tocaddress.page) % (this_unit->numvols); in psio_tocread()
61 this_unit->tocaddress.offset, this_unit->numvols); in psio_tocread()
H A Dinit.cc59 psio_unit[i].numvols = 0; in psio_init()
H A Dpsio.gbl37 ULI numvols;
H A Dpsio.h37 int psio_volseek(psio_vol *vol, ULI page, ULI offset, ULI numvols);
/dports/www/bacula-web/bacula-web-8.5.2/application/views/templates/
H A Dpools.tpl22 <td>{$pool.numvols}</td>
25 …<a title="{t}Show volumes{/t}" class="btn btn-primary btn-sm {if $pool.numvols == '0'} disabled {/…
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/win32/cats/
H A Dmake_postgresql_tables.sql216 numvols integer default 0, field
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/win32/cats/
H A Dmake_postgresql_tables.sql216 numvols integer default 0, field
/dports/sysutils/bacula11-server/bacula-11.0.5/src/win32/cats/
H A Dmake_postgresql_tables.sql216 numvols integer default 0, field
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/win32/cats/
H A Dmake_postgresql_tables.sql216 numvols integer default 0, field
/dports/sysutils/bacula9-server/bacula-9.6.7/src/win32/cats/
H A Dmake_postgresql_tables.sql216 numvols integer default 0, field
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/win32/cats/
H A Dmake_postgresql_tables.sql216 numvols integer default 0, field
/dports/sysutils/bacula9-client/bacula-9.6.7/src/win32/cats/
H A Dmake_postgresql_tables.sql216 numvols integer default 0, field
/dports/sysutils/bacula11-client/bacula-11.0.5/src/win32/cats/
H A Dmake_postgresql_tables.sql216 numvols integer default 0, field
/dports/databases/grass7/grass-7.8.6/lib/ogsf/
H A Dgvl2.c181 int *GVL_get_vol_list(int *numvols) in GVL_get_vol_list() argument
185 *numvols = Next_vol; in GVL_get_vol_list()
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/fr/misc/base/
H A Dpython.tex422 numvols = job.NumVols
423 job.JobReport="Python Dir JobStart: JobId=%d Client=%s NumVols=%d\n" % (jobid,client,numvols)
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/de/misc/
H A Dpython.tex422 numvols = job.NumVols
423 job.JobReport="Python Dir JobStart: JobId=%d Client=%s NumVols=%d\n" % (jobid,client,numvols)
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/es/misc/base/
H A Dpython.tex422 numvols = job.NumVols
423 job.JobReport="Python Dir JobStart: JobId=%d Client=%s NumVols=%d\n" % (jobid,client,numvols)
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/es/misc/
H A Dpython-en.tex422 numvols = job.NumVols
423 job.JobReport="Python Dir JobStart: JobId=%d Client=%s NumVols=%d\n" % (jobid,client,numvols)
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/fr/misc/
H A Dpython-en.tex422 numvols = job.NumVols
423 job.JobReport="Python Dir JobStart: JobId=%d Client=%s NumVols=%d\n" % (jobid,client,numvols)
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/cats/
H A Dmake_postgresql_tables.in277 numvols integer default 0,

12