Searched refs:entry (Results 151 - 175 of 1245) sorted by relevance

1234567891011>>

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d46 syscall:::entry
H A Drtime.d40 syscall::read:entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/fbtprovider/
H A Dtst.offset.d44 fbt::kern_ioctl:entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/syscall/
H A Dtst.args.d35 syscall::mmap*:entry
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_pred.hpp75 entry; typedef in struct:pb_ds::detail::entry_pred
89 operator()(entry p_v) const
/freebsd-9.3-release/lib/libkse/test/
H A Dhello_d.c14 entry(void * a_arg) function
27 error = pthread_create(&thread, NULL, entry, NULL);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dtcl_syscalls.d45 tcl$target:::proc-entry
50 tcl$target:::cmd-entry
55 syscall:::entry
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Tcl/
H A Dtcl_syscalls.d45 tcl$target:::proc-entry
50 tcl$target:::cmd-entry
55 syscall:::entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/safety/
H A Dtst.copyin.d48 syscall:::entry
54 syscall:::entry
59 syscall:::entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.d40 pid$1:a.out:waiting:entry
52 pid$1:a.out:bad:entry
57 syscall::rexit:entry
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.d40 pid$1:a.out:waiting:entry
52 pid$1:a.out:bad:entry
57 syscall::rexit:entry
/freebsd-9.3-release/contrib/ipfilter/lib/
H A Dprinthash_live.c21 iphtent_t entry, *top, *node; local
42 iter.ili_data = &entry;
54 if (entry.ipe_next == NULL)
56 entry.ipe_next = top;
60 bcopy(&entry, top, sizeof(entry));
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_sim_db.c81 struct eap_sim_db_pending *entry, *prev = NULL; local
83 entry = data->pending;
84 while (entry) {
85 if (entry->aka == aka && entry->imsi_len == imsi_len &&
86 os_memcmp(entry->imsi, imsi, imsi_len) == 0) {
88 prev->next = entry->next;
90 data->pending = entry->next;
93 prev = entry;
94 entry
100 eap_sim_db_add_pending(struct eap_sim_db_data *data, struct eap_sim_db_pending *entry) argument
112 struct eap_sim_db_pending *entry; local
191 struct eap_sim_db_pending *entry; local
553 struct eap_sim_db_pending *entry; local
1180 struct eap_sim_db_pending *entry; local
[all...]
/freebsd-9.3-release/sbin/restore/
H A Drestore.h69 struct entry { struct
70 char *e_name; /* the current name of this entry */
72 char e_type; /* type of this entry, see below */
76 struct entry *e_parent; /* pointer to parent directory (..) */
77 struct entry *e_sibling; /* next element in this directory (.) */
78 struct entry *e_links; /* hard links to this inode */
79 struct entry *e_entries; /* for directories, their entries */
80 struct entry *e_next; /* hash chain list */
83 #define LEAF 1 /* non-directory entry */
84 #define NODE 2 /* directory entry */
[all...]
H A Dsymtab.c67 * HASHFACTOR. The variable "entry" points to the hash table;
71 static struct entry **entry; variable in typeref:struct:entry
74 static void addino(ino_t, struct entry *);
75 static struct entry *lookupparent(char *);
76 static void removeentry(struct entry *);
79 * Look up an entry by inode number
81 struct entry *
84 struct entry *ep;
88 for (ep = entry[inu
[all...]
/freebsd-9.3-release/sys/netpfil/ipfw/test/
H A Dmylist.h42 list_del(struct list_head *entry) argument
44 ND("called on %p", entry);
45 __list_del(entry->prev, entry->next);
46 entry->next = entry->prev = NULL;
/freebsd-9.3-release/sys/geom/part/
H A Dg_part_mbr.c220 struct g_part_mbr_entry *entry; local
226 entry = (struct g_part_mbr_entry *)baseentry;
232 bzero(&entry->ent, sizeof(entry->ent));
238 entry->ent.dp_start = start;
239 entry->ent.dp_size = size;
240 mbr_set_chs(basetable, baseentry->gpe_start, &entry->ent.dp_scyl,
241 &entry->ent.dp_shd, &entry->ent.dp_ssect);
242 mbr_set_chs(basetable, baseentry->gpe_end, &entry
296 struct g_part_mbr_entry *entry; local
316 struct g_part_mbr_entry *entry; local
328 struct g_part_mbr_entry *entry; local
343 struct g_part_mbr_entry *entry; local
437 struct g_part_mbr_entry *entry; local
501 struct g_part_mbr_entry *entry; local
539 struct g_part_mbr_entry *entry; local
556 struct g_part_mbr_entry *entry; local
[all...]
H A Dg_part_ebr.c244 struct g_part_ebr_entry *entry; local
251 entry = (struct g_part_ebr_entry *)baseentry;
257 bzero(&entry->ent, sizeof(entry->ent));
266 entry->ent.dp_start = basetable->gpt_sectors;
267 entry->ent.dp_size = size - basetable->gpt_sectors;
268 ebr_set_chs(basetable, entry->ent.dp_start, &entry->ent.dp_scyl,
269 &entry->ent.dp_shd, &entry
326 struct g_part_ebr_entry *entry; local
346 struct g_part_ebr_entry *entry; local
356 g_part_ebr_fullname(struct g_part_table *table, struct g_part_entry *entry, struct sbuf *sb, const char *pfx) argument
376 struct g_part_ebr_entry *entry; local
388 g_part_ebr_name(struct g_part_table *table, struct g_part_entry *entry, char *buf, size_t bufsz) argument
480 struct g_part_ebr_entry *entry; local
547 struct g_part_ebr_entry *entry; local
585 struct g_part_ebr_entry *entry; local
606 struct g_part_ebr_entry *entry; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dacache.c49 #define DNS_ACACHEENTRY_VALID(entry) ISC_MAGIC_VALID(entry, ACACHEENTRY_MAGIC)
91 #define acache_storetime(entry, t) \
92 (isc_atomic_store((isc_int32_t *)&(entry)->lastused, (t)))
99 #define acache_storetime(entry, t) ((entry)->lastused = (t))
148 dns_acacheentry_t *current_entry; /* The bookmark entry to
221 holding this entry */
224 dns_zone_t *zone; /* zone this entry
226 dns_db_t *db; /* DB this entry belong
299 dns_acacheentry_t *entry, *entry_next; local
410 destroy_entry(dns_acacheentry_t *entry) argument
494 clear_entry(dns_acache_t *acache, dns_acacheentry_t *entry) argument
758 entry_stale(acache_cleaner_t *cleaner, dns_acacheentry_t *entry, isc_stdtime32_t now32, unsigned int interval) argument
806 dns_acacheentry_t *entry, *next = NULL; local
1285 dns_acacheentry_t *entry; local
1445 dns_acache_getentry(dns_acacheentry_t *entry, dns_zone_t **zonep, dns_db_t **dbp, dns_dbversion_t **versionp, dns_dbnode_t **nodep, dns_name_t *fname, dns_message_t *msg, isc_stdtime_t now) argument
1540 dns_acache_setentry(dns_acache_t *acache, dns_acacheentry_t *entry, dns_zone_t *zone, dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node, dns_name_t *fname) argument
1665 dns_acache_cancelentry(dns_acacheentry_t *entry) argument
1713 dns_acacheentry_t *entry; local
[all...]
/freebsd-9.3-release/sys/dev/advansys/
H A Dadw_pci.c168 struct adw_pci_identity *entry; local
177 entry = &adw_pci_ident_table[i];
178 if (entry->full_id == (full_id & entry->id_mask))
179 return (entry);
187 struct adw_pci_identity *entry; local
189 entry = adw_find_pci_device(dev);
190 if (entry != NULL) {
191 device_set_desc(dev, entry->name);
201 struct adw_pci_identity *entry; local
317 adw_generic_setup(device_t dev, struct adw_pci_identity *entry, struct adw_softc *adw) argument
330 adw_asc3550_setup(device_t dev, struct adw_pci_identity *entry, struct adw_softc *adw) argument
354 adw_asc38C0800_setup(device_t dev, struct adw_pci_identity *entry, struct adw_softc *adw) argument
383 adw_asc38C1600_setup(device_t dev, struct adw_pci_identity *entry, struct adw_softc *adw) argument
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_network_tbl.c63 * This structure is used to hold a SNMP table entry
89 * Create a new entry into the network table
94 struct network_entry *entry; local
100 if ((entry = malloc(sizeof(*entry))) == NULL) {
105 memset(entry, 0, sizeof(*entry));
106 entry->index = devEntry->index;
107 INSERT_OBJECT_INT(entry, &network_tbl);
109 return (entry);
116 network_entry_delete(struct network_entry* entry) argument
228 struct network_entry *entry, *entry_tmp; local
261 struct network_entry *entry; local
[all...]
/freebsd-9.3-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmpmap.c101 snmp_mapping_entryfree(struct snmp_oid2str *entry) argument
103 if (entry->string)
104 free(entry->string);
106 if (entry->tc == SNMP_TC_OWN)
107 enum_pairs_free(entry->snmp_enum);
109 free(entry);
203 struct enum_pair *entry; local
209 STAILQ_FOREACH(entry, headp, link)
210 fprintf(stderr,"%d - %s, ", entry->enum_val,
211 (entry
217 snmp_dump_oid2str(struct snmp_oid2str *entry) argument
235 struct index *entry; local
299 snmp_mapping_insert(struct snmp_mapping *headp, struct snmp_oid2str *entry) argument
353 snmp_node_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
362 snmp_int_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
371 snmp_oct_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
380 snmp_oid_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
389 snmp_ip_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
398 snmp_tick_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
407 snmp_cnt_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
416 snmp_gauge_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
425 snmp_cnt64_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
434 snmp_enum_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
443 snmp_leaf_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_oid2str *entry) argument
505 snmp_table_insert(struct snmp_toolinfo *snmptoolctx, struct snmp_index_entry *entry) argument
588 snmp_enumtc_insert(struct snmp_toolinfo *snmptoolctx, struct enum_type *entry) argument
615 struct snmp_oid2str *entry; local
634 struct snmp_index_entry *entry; local
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dhash.c36 entry for it, and to traverse a hash table. There is
45 entry, because they were designed for use by the linker back
102 string in the hash table and to create a new entry.
118 If the @var{create} argument is <<TRUE>>, and a new entry is
137 hash table entry (a <<struct bfd_hash_entry *>>) and the
150 which each entry in the hash table. Some also find it
178 You must define a structure for an entry in the hash table,
181 The first field in the structure for an entry in the hash
182 table must be of the type used for an entry in the hash table
202 entry i
558 bfd_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string ATTRIBUTE_UNUSED) argument
649 strtab_hash_newfunc(struct bfd_hash_entry *entry, struct bfd_hash_table *table, const char *string) argument
743 struct strtab_hash_entry *entry; local
805 struct strtab_hash_entry *entry; local
[all...]
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_util.c72 LIN_SDT_PROBE_DEFINE5(util, linux_emul_convpath, entry, "const char *",
75 LIN_SDT_PROBE_DEFINE1(util, linux_msg, entry, "const char *");
77 LIN_SDT_PROBE_DEFINE2(util, linux_driver_get_name_dev, entry, "device_t",
81 LIN_SDT_PROBE_DEFINE3(util, linux_driver_get_major_minor, entry, "char *",
87 LIN_SDT_PROBE_DEFINE0(util, linux_get_char_devices, entry);
89 LIN_SDT_PROBE_DEFINE1(util, linux_free_get_char_devices, entry, "char *");
91 LIN_SDT_PROBE_DEFINE1(util, linux_device_register_handler, entry,
94 LIN_SDT_PROBE_DEFINE1(util, linux_device_unregister_handler, entry,
111 LIN_SDT_PROBE5(util, linux_emul_convpath, entry, path, pathseg, pbuf,
127 LIN_SDT_PROBE1(util, linux_msg, entry, fm
142 struct linux_device_handler entry; member in struct:device_element
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Dpart.c72 STAILQ_ENTRY(pentry) entry;
187 DEBUG("invalid entry size or number of entries");
229 struct pentry *entry; local
311 entry = malloc(sizeof(*entry));
312 if (entry == NULL)
314 entry->part.start = ent->ent_lba_start;
315 entry->part.end = ent->ent_lba_end;
316 entry->part.index = i + 1;
317 entry
360 struct pentry *e1, *entry; local
438 struct pentry *entry; local
517 struct pentry *entry; local
586 struct pentry *entry; local
705 struct pentry *entry; local
725 struct pentry *entry; local
760 struct pentry *entry, *best; local
820 struct pentry *entry; local
[all...]

Completed in 230 milliseconds

1234567891011>>