Searched refs:fs_entry (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_fs_tbl.c60 /* maximum length (according to MIB) for fs_entry::mountPoint */
63 /* maximum length (according to MIB) for fs_entry::remoteMountPoint */
70 struct fs_entry { struct
82 TAILQ_ENTRY(fs_entry) link;
84 TAILQ_HEAD(fs_tbl, fs_entry);
92 int32_t hrIndex; /* used for fs_entry::index */
93 u_char *a_name; /* map key same as fs_entry::mountPoint */
96 struct fs_entry *entry;
151 static struct fs_entry *
154 struct fs_entry *entr
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1377 svn_fs_dirent_t *fs_entry;
1384 fs_entry = (svn_fs_dirent_t *) val;
1391 entry->kind = fs_entry->kind;
1397 if (fs_entry->kind == svn_node_dir)
1372 svn_fs_dirent_t *fs_entry; local

Completed in 114 milliseconds