Home
last modified time | relevance | path

Searched refs:opencount (Results 1 – 25 of 80) sorted by relevance

1234

/dports/games/dhewm3/dhewm3-1.5.1/neo/sys/aros/dll/
H A Ddllstartup.c58 int opencount=0L; in main() local
123 opencount++; in main()
124 if(opencount>0) in main()
131 opencount--; in main()
132 if(opencount<=0L) // <0 ???? in main()
/dports/sysutils/p5-Brackup/Brackup-1.10/lib/Brackup/
H A DMount.pm117 $record->{opencount}++;
129 return -EBUSY unless $record->{opencount} > 0;
157 $record->{opencount}--;
159 if ($record->{opencount} == 0) {
200 opencount => 0,
/dports/x11-fm/filerunner/filerunner/packages/twapi/
H A Dshare.tcl16 record USE_INFO_1 {-localdevice -remoteshare -password -status -type -opencount -usecount}
20 record SESSION_INFO_1 {-clientname -user -opencount -activeseconds -idleseconds -attrs}
381 opencount
429 -opencount
455 opencount
489 opencount
629 opencount
652 if {$opts(all) || $opts(type) || $opts(opencount) ||
665 foreach opt {id opencount usercount activeseconds user type} {
759 } elseif {$opts(opencount) || $opts(attrs)} {
[all …]
/dports/sysutils/screen/screen-4.8.0/
H A Dlogfile.c159 l->opencount++; in logfopen()
176 l->opencount = 1; in logfopen()
202 if ((--l->opencount) > 0) in logfclose()
204 if (l->opencount < 0) in logfclose()
H A Dlogfile.h35 int opencount; /* synchronize logfopen() and logfclose() */ member
/dports/misc/mbuffer/mbuffer-20211018/
H A Dtapetest.c75 static int opencount = 0; /* Number of calls made to open() */ variable
96 sprintf(newpath, "%s.%03d", path, ++opencount); in LIBC_OPEN()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ieee802154/
H A Dcore.c168 __count = rdev->opencount; in wpan_phy_unregister()
282 rdev->opencount--; in cfg802154_netdev_notifier_call()
288 rdev->opencount++; in cfg802154_netdev_notifier_call()
H A Dcore.h15 int opencount; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ieee802154/
H A Dcore.c168 __count = rdev->opencount; in wpan_phy_unregister()
282 rdev->opencount--; in cfg802154_netdev_notifier_call()
288 rdev->opencount++; in cfg802154_netdev_notifier_call()
H A Dcore.h15 int opencount; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ieee802154/
H A Dcore.c168 __count = rdev->opencount; in wpan_phy_unregister()
282 rdev->opencount--; in cfg802154_netdev_notifier_call()
288 rdev->opencount++; in cfg802154_netdev_notifier_call()
H A Dcore.h15 int opencount; member
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_cursor13.py367 opencount = 0 variable in test_cursor13_big_base
418 self.opencount += 1
443 while self.opencount < self.nopens:
452 self.assertEquals(end_stats[1] - begin_stats[1], self.opencount)
498 while self.opencount < (1 + round_cnt) * self.opens_per_round:
/dports/emulators/uae/uae-0.8.29/src/
H A Dhardfile.c58 static int opencount = 0; variable
124 opencount++; in hardfile_open()
139 opencount--; in hardfile_close()
H A Dscsidev.c128 static int opencount = 0; variable
224 opencount++; in scsidev_open()
243 opencount--; in scsidev_close()
809 opencount = 0; in scsidev_reset()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddatasource.c61 obj->opencount = 0; in datasource_init()
71 g_assert(ds->opencount == 0); in datasource_clear()
395 if (ds->opencount == 0) in datasource_open()
418 ds->opencount ++; in datasource_open()
433 g_assert(ds->opencount != 0); in datasource_close()
434 ds->opencount --; in datasource_close()
435 if (ds->opencount > 0) return; in datasource_close()
661 g_assert(source->opencount > 0); in datasource_read_array()
691 g_assert(source->opencount > 0); in datasource_read_array_fp()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/kdb/
H A Dwdatabase-priv.h73 uint32_t opencount; member
H A Ddatabase-priv.h82 uint32_t opencount; member
H A Dwtable-priv.h73 uint32_t opencount; member
H A Dwcolumn-priv.h83 uint32_t opencount; member
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/kdb/
H A Dwdatabase-priv.h73 uint32_t opencount; member
H A Ddatabase-priv.h82 uint32_t opencount; member
H A Dwtable-priv.h73 uint32_t opencount; member
H A Dwcolumn-priv.h83 uint32_t opencount; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dscsidev.c128 static int opencount = 0; variable
224 opencount++; in scsidev_open()
243 opencount--; in scsidev_close()
809 opencount = 0; in scsidev_reset()

1234