Home
last modified time | relevance | path

Searched refs:rootdevice (Results 1 – 25 of 39) sorted by relevance

12

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dupnp.hpp211 struct rootdevice;
217 void connect(rootdevice& d);
265 struct rootdevice struct
267 rootdevice();
268 ~rootdevice();
269 rootdevice(rootdevice const&);
270 rootdevice& operator=(rootdevice const&);
271 rootdevice(rootdevice&&);
272 rootdevice& operator=(rootdevice&&);
315 std::set<rootdevice> devices;
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dupnp.hpp211 struct rootdevice;
217 void connect(rootdevice& d);
265 struct rootdevice struct
267 rootdevice();
268 ~rootdevice();
269 rootdevice(rootdevice const&);
270 rootdevice& operator=(rootdevice const&);
271 rootdevice(rootdevice&&);
272 rootdevice& operator=(rootdevice&&);
315 std::set<rootdevice> devices;
[all …]
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Dupnp.cpp83 upnp::rootdevice::rootdevice() = default;
85 upnp::rootdevice::~rootdevice() in ~rootdevice()
91 upnp::rootdevice::~rootdevice() = default;
94 upnp::rootdevice::rootdevice(rootdevice const&) = default;
95 upnp::rootdevice& upnp::rootdevice::operator=(rootdevice const&) = default;
96 upnp::rootdevice::rootdevice(rootdevice&&) = default;
97 upnp::rootdevice& upnp::rootdevice::operator=(rootdevice&&) = default;
317 rootdevice& d = const_cast<rootdevice&>(dev); in add_mapping()
357 rootdevice& d = const_cast<rootdevice&>(dev); in delete_mapping()
1610 rootdevice& d = const_cast<rootdevice&>(dev); in on_expire()
[all …]
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Dupnp.cpp83 upnp::rootdevice::rootdevice() = default;
85 upnp::rootdevice::~rootdevice() in ~rootdevice()
91 upnp::rootdevice::~rootdevice() = default;
94 upnp::rootdevice::rootdevice(rootdevice const&) = default;
95 upnp::rootdevice& upnp::rootdevice::operator=(rootdevice const&) = default;
96 upnp::rootdevice::rootdevice(rootdevice&&) = default;
97 upnp::rootdevice& upnp::rootdevice::operator=(rootdevice&&) = default;
317 rootdevice& d = const_cast<rootdevice&>(dev); in add_mapping()
357 rootdevice& d = const_cast<rootdevice&>(dev); in delete_mapping()
1610 rootdevice& d = const_cast<rootdevice&>(dev); in on_expire()
[all …]
/dports/net/zmap/zmap-2.1.1/examples/udp-probes/
H A Dupnp_1900.pkt3 ST:upnp:rootdevice
/dports/sysutils/unieject/unieject-6/lib/
H A Dlinux.c105 gchar *rootdev = rootdevice(device); in internal_umountdev()
143 gchar *rootdevice(char *device) in rootdevice() function
H A Dunieject_internal.h69 char INTERNAL *rootdevice(char *device) NONNULL();
H A Dfreebsd.c94 char *rootdevice(UNUSED char *device) in rootdevice() function
H A Dmounts.c103 tmp = rootdevice(normalized); in libunieject_getdevice()
/dports/sysutils/cfengine/cfengine-3.19.0/cf-agent/
H A Dverify_files_utils.h38 …stat *sb, int rlevel, const Attributes *attr, const Promise *pp, dev_t rootdevice, PromiseResult *…
H A Dverify_files_utils.c106 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice);
732 … const Promise *pp, dev_t rootdevice, CompressedArray **inode_cache, AgentConnection *conn) in SourceSearchAndCopy() argument
991 if ((attr->recursion.xdev) && (DeviceBoundary(&sb, rootdevice))) in SourceSearchAndCopy()
1049 … pp, rootdevice, inode_cache, conn)); in SourceSearchAndCopy()
2704 const Promise *pp, dev_t rootdevice, PromiseResult *result) in DepthSearch() argument
2839 if ((attr->recursion.xdev) && (DeviceBoundary(&lsb, rootdevice))) in DepthSearch()
2855 goback = DepthSearch(ctx, path, &lsb, rlevel + 1, attr, pp, rootdevice, result); in DepthSearch()
4481 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice) in DeviceBoundary() argument
4483 if (sb->st_dev == rootdevice) in DeviceBoundary()
4489 …Log(LOG_LEVEL_VERBOSE, "Device change from %jd to %jd", (intmax_t) rootdevice, (intmax_t) sb->st_d… in DeviceBoundary()
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-agent/
H A Dverify_files_utils.h37 …stat *sb, int rlevel, const Attributes *attr, const Promise *pp, dev_t rootdevice, PromiseResult *…
H A Dverify_files_utils.c106 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice);
732 … const Promise *pp, dev_t rootdevice, CompressedArray **inode_cache, AgentConnection *conn) in SourceSearchAndCopy() argument
991 if ((attr->recursion.xdev) && (DeviceBoundary(&sb, rootdevice))) in SourceSearchAndCopy()
1049 … pp, rootdevice, inode_cache, conn)); in SourceSearchAndCopy()
2660 const Promise *pp, dev_t rootdevice, PromiseResult *result) in DepthSearch() argument
2789 if ((attr->recursion.xdev) && (DeviceBoundary(&lsb, rootdevice))) in DepthSearch()
2805 goback = DepthSearch(ctx, path, &lsb, rlevel + 1, attr, pp, rootdevice, result); in DepthSearch()
4416 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice) in DeviceBoundary() argument
4418 if (sb->st_dev == rootdevice) in DeviceBoundary()
4424 …Log(LOG_LEVEL_VERBOSE, "Device change from %jd to %jd", (intmax_t) rootdevice, (intmax_t) sb->st_d… in DeviceBoundary()
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-agent/
H A Dverify_files_utils.h37 …stat *sb, int rlevel, const Attributes *attr, const Promise *pp, dev_t rootdevice, PromiseResult *…
H A Dverify_files_utils.c105 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice);
740 … const Promise *pp, dev_t rootdevice, CompressedArray **inode_cache, AgentConnection *conn) in SourceSearchAndCopy() argument
954 if ((attr->recursion.xdev) && (DeviceBoundary(&sb, rootdevice))) in SourceSearchAndCopy()
1012 … pp, rootdevice, inode_cache, conn)); in SourceSearchAndCopy()
2462 const Promise *pp, dev_t rootdevice, PromiseResult *result) in DepthSearch() argument
2596 if ((attr->recursion.xdev) && (DeviceBoundary(&lsb, rootdevice))) in DepthSearch()
2612 goback = DepthSearch(ctx, path, &lsb, rlevel + 1, attr, pp, rootdevice, result); in DepthSearch()
4208 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice) in DeviceBoundary() argument
4210 if (sb->st_dev == rootdevice) in DeviceBoundary()
4216 …Log(LOG_LEVEL_VERBOSE, "Device change from %jd to %jd", (intmax_t) rootdevice, (intmax_t) sb->st_d… in DeviceBoundary()
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-agent/
H A Dverify_files_utils.h38 …stat *sb, int rlevel, const Attributes *attr, const Promise *pp, dev_t rootdevice, PromiseResult *…
H A Dverify_files_utils.c106 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice);
732 … const Promise *pp, dev_t rootdevice, CompressedArray **inode_cache, AgentConnection *conn) in SourceSearchAndCopy() argument
991 if ((attr->recursion.xdev) && (DeviceBoundary(&sb, rootdevice))) in SourceSearchAndCopy()
1049 … pp, rootdevice, inode_cache, conn)); in SourceSearchAndCopy()
2704 const Promise *pp, dev_t rootdevice, PromiseResult *result) in DepthSearch() argument
2839 if ((attr->recursion.xdev) && (DeviceBoundary(&lsb, rootdevice))) in DepthSearch()
2855 goback = DepthSearch(ctx, path, &lsb, rlevel + 1, attr, pp, rootdevice, result); in DepthSearch()
4481 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice) in DeviceBoundary() argument
4483 if (sb->st_dev == rootdevice) in DeviceBoundary()
4489 …Log(LOG_LEVEL_VERBOSE, "Device change from %jd to %jd", (intmax_t) rootdevice, (intmax_t) sb->st_d… in DeviceBoundary()
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-agent/
H A Dverify_files_utils.h38 …stat *sb, int rlevel, const Attributes *attr, const Promise *pp, dev_t rootdevice, PromiseResult *…
H A Dverify_files_utils.c106 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice);
732 … const Promise *pp, dev_t rootdevice, CompressedArray **inode_cache, AgentConnection *conn) in SourceSearchAndCopy() argument
991 if ((attr->recursion.xdev) && (DeviceBoundary(&sb, rootdevice))) in SourceSearchAndCopy()
1049 … pp, rootdevice, inode_cache, conn)); in SourceSearchAndCopy()
2704 const Promise *pp, dev_t rootdevice, PromiseResult *result) in DepthSearch() argument
2839 if ((attr->recursion.xdev) && (DeviceBoundary(&lsb, rootdevice))) in DepthSearch()
2855 goback = DepthSearch(ctx, path, &lsb, rlevel + 1, attr, pp, rootdevice, result); in DepthSearch()
4481 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice) in DeviceBoundary() argument
4483 if (sb->st_dev == rootdevice) in DeviceBoundary()
4489 …Log(LOG_LEVEL_VERBOSE, "Device change from %jd to %jd", (intmax_t) rootdevice, (intmax_t) sb->st_d… in DeviceBoundary()
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-agent/
H A Dverify_files_utils.h38 …stat *sb, int rlevel, const Attributes *attr, const Promise *pp, dev_t rootdevice, PromiseResult *…
H A Dverify_files_utils.c106 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice);
732 … const Promise *pp, dev_t rootdevice, CompressedArray **inode_cache, AgentConnection *conn) in SourceSearchAndCopy() argument
991 if ((attr->recursion.xdev) && (DeviceBoundary(&sb, rootdevice))) in SourceSearchAndCopy()
1049 … pp, rootdevice, inode_cache, conn)); in SourceSearchAndCopy()
2704 const Promise *pp, dev_t rootdevice, PromiseResult *result) in DepthSearch() argument
2839 if ((attr->recursion.xdev) && (DeviceBoundary(&lsb, rootdevice))) in DepthSearch()
2855 goback = DepthSearch(ctx, path, &lsb, rlevel + 1, attr, pp, rootdevice, result); in DepthSearch()
4481 static bool DeviceBoundary(const struct stat *sb, dev_t rootdevice) in DeviceBoundary() argument
4483 if (sb->st_dev == rootdevice) in DeviceBoundary()
4489 …Log(LOG_LEVEL_VERBOSE, "Device change from %jd to %jd", (intmax_t) rootdevice, (intmax_t) sb->st_d… in DeviceBoundary()
/dports/net/termshark/termshark-2.1.1/pcap/testdata/
H A D1.hexdump87 0060 72 6f 6f 74 64 65 76 69 63 65 0d 0a 55 53 4e 3a rootdevice..USN:
91 00a0 3a 72 6f 6f 74 64 65 76 69 63 65 0d 0a 45 58 54 :rootdevice..EXT
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/
H A DUpnp_Api.php133 $rootDevice = $prefix . ': upnp:rootdevice' . "\r\n";
134 $rootDevice .= 'USN: uuid:' . $uuidStr . '::upnp:rootdevice' . "\r\n" . "\r\n";
/dports/sysutils/unieject/unieject-6/po/
H A Dunieject.pot206 msgid "rootdevice(): function not implemented for FreeBSD driver.\n"
H A Dnl.po208 msgid "rootdevice(): function not implemented for FreeBSD driver.\n"

12