Searched refs:entry (Results 26 - 50 of 1390) sorted by relevance

1234567891011>>

/freebsd-10.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_storage_tbl.c63 * This structure is used to hold a SNMP table entry
82 * (a_name) to an entry in the hrStorageTblEntry. We are trying to keep the
96 struct storage_entry *entry; member in struct:storage_map_entry
136 * Create a new entry into the storage table and, if necessary, an
137 * entry into the storage map.
142 struct storage_entry *entry; local
187 if ((entry = malloc(sizeof(*entry))) == NULL) {
191 memset(entry, 0, sizeof(*entry));
211 storage_entry_delete(struct storage_entry *entry) argument
233 struct storage_entry *entry; local
251 struct storage_entry *entry; local
295 struct storage_entry *entry; local
379 struct storage_entry *entry; local
444 struct storage_entry *entry; local
557 struct storage_entry *entry, *entry_tmp; local
595 struct storage_entry *entry; local
[all...]
H A Dhostres_fs_tbl.c67 * This structure is used to hold a SNMP table entry
88 * (a_name) to an entry in the hrFSTblEntry. We are trying to keep the same
96 struct fs_entry *entry; member in struct:fs_map_entry
149 * Create an entry into the FS table and an entry in the map (if needed).
154 struct fs_entry *entry; local
192 map->entry = NULL;
200 if ((entry = malloc(sizeof(*entry))) == NULL) {
205 if ((entry
222 fs_entry_delete(struct fs_entry* entry) argument
245 struct fs_entry *entry; local
282 struct fs_entry *entry; local
295 struct fs_entry *entry, *entry_tmp; local
344 struct fs_entry *entry; local
401 struct fs_entry *entry; local
[all...]
H A Dhostres_swrun_tbl.c76 * This structure is used to hold a SNMP table entry
92 uint64_t r_tick; /* tick when entry refreshed */
110 * Malloc a new entry and add it to the list
117 struct swrun_entry *entry; local
119 if ((entry = malloc(sizeof(*entry))) == NULL) {
123 memset(entry, 0, sizeof(*entry));
124 entry->index = idx;
126 INSERT_OBJECT_INT(entry,
134 swrun_entry_delete(struct swrun_entry *entry) argument
153 struct swrun_entry *entry; local
204 kinfo_proc_to_swrun_entry(const struct kinfo_proc *kp, struct swrun_entry *entry) argument
285 kld_file_stat_to_swrun(const struct kld_file_stat *kfs, struct swrun_entry *entry) argument
330 struct swrun_entry *entry; local
363 struct swrun_entry *entry; local
398 struct swrun_entry *entry, *entry_tmp; local
428 fetch_swrun_entry(struct swrun_entry *entry) argument
472 invalidate_swrun_entry(struct swrun_entry *entry, int commit) argument
584 struct swrun_entry *entry; local
748 struct swrun_entry *entry; local
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.ProbeDescription.ksh38 java -cp test.jar TestProbeDescription syscall:::entry
40 java -cp test.jar TestProbeDescription isdigit entry
41 java -cp test.jar TestProbeDescription genunix isdigit entry
42 java -cp test.jar TestProbeDescription fbt genunix isdigit entry
43 java -cp test.jar TestProbeDescription fbt:genunix:isdigit:entry
44 java -cp test.jar TestProbeDescription syscall::entry
45 java -cp test.jar TestProbeDescription syscall:entry
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_cpio_newc.c54 struct archive_entry *entry; local
73 assert((entry = archive_entry_new()) != NULL);
74 archive_entry_set_mtime(entry, 1, 10);
75 archive_entry_set_pathname(entry, "file");
76 archive_entry_set_mode(entry, S_IFREG | 0664);
77 archive_entry_set_size(entry, 10);
78 archive_entry_set_uid(entry, 80);
79 archive_entry_set_gid(entry, 90);
80 archive_entry_set_dev(entry, 12);
81 archive_entry_set_ino(entry, 8
[all...]
H A Dtest_zip_filename_encoding.c34 struct archive_entry *entry; local
58 entry = archive_entry_new2(a);
60 archive_entry_set_pathname(entry, "\xD0\xBF\xD1\x80\xD0\xB8");
61 archive_entry_set_filetype(entry, AE_IFREG);
62 archive_entry_set_size(entry, 0);
63 assertEqualInt(ARCHIVE_OK, archive_write_header(a, entry));
64 archive_entry_free(entry);
81 entry = archive_entry_new2(a);
83 archive_entry_set_pathname(entry, "\xD0\xBF\xD1\x80\xD0\xB8");
84 archive_entry_set_filetype(entry, AE_IFRE
123 struct archive_entry *entry; local
224 struct archive_entry *entry; local
268 struct archive_entry *entry; local
338 struct archive_entry *entry; local
438 struct archive_entry *entry; local
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.argsnotcached.d38 fbt::timeout:entry
44 fbt::schedpaging:entry
51 fbt::schedpaging:entry
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_keycache.c36 * Clear the specified key cache entry and any associated MIC entry.
39 ar5416ResetKeyCacheEntry(struct ath_hal *ah, uint16_t entry) argument
43 if (ar5212ResetKeyCacheEntry(ah, entry)) {
44 ahp->ah_keytype[entry] = keyType[HAL_CIPHER_CLR];
51 * Sets the contents of the specified key cache entry
52 * and any associated MIC entry.
55 ar5416SetKeyCacheEntry(struct ath_hal *ah, uint16_t entry, argument
61 if (ar5212SetKeyCacheEntry(ah, entry, k, mac, xorKey)) {
62 ahp->ah_keytype[entry]
[all...]
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dmodcalls.d10 fbt:::entry { @calls[probemod] = count(); }
H A Dsyscallbyproc.d10 syscall:::entry { @num[execname] = count(); }
H A Dsyscallbysysc.d10 syscall:::entry { @num[probefunc] = count(); }
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/Kernel/
H A Dmodcalls.d10 fbt:::entry { @calls[probemod] = count(); }
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dsyscallbyproc.d10 syscall:::entry { @num[execname] = count(); }
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/System/
H A Dsyscallbysysc.d10 syscall:::entry { @num[probefunc] = count(); }
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/begin/
H A Derr.D_PDESC_ZERO.begin.d40 BEGIN::read:entry
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/builtinvar/
H A Dtst.arg0clause.d43 syscall:::entry
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/probes/
H A Derr.D_PDESC_ZERO.probeqtn.d48 syscall::?lwp?:entry
H A Derr.D_PDESC_ZERO.tickstar.d48 syscall::*tick*:entry
H A Dtst.probestar.d47 syscall::*lwp*:entry
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Duserfunc.d40 pid$1::$2:entry
51 pid$1:::entry,
/freebsd-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.weak1.d56 pid$1:a.out:go:entry,
57 pid$1:a.out:_go:entry
63 pid$1:a.out:go:entry,
64 pid$1:a.out:_go:entry
71 pid$1:a.out:go:entry,
72 pid$1:a.out:_go:entry

Completed in 203 milliseconds

1234567891011>>