Searched refs:ent (Results 126 - 150 of 174) sorted by relevance

1234567

/freebsd-9.3-release/lib/libc/net/
H A Dgetaddrinfo.c733 struct policyqueue *ent, *nent; local
735 for (ent = TAILQ_FIRST(head); ent; ent = nent) {
736 nent = TAILQ_NEXT(ent, pc_entry);
737 TAILQ_REMOVE(head, ent, pc_entry);
738 free(ent);
746 struct policyqueue *ent, *bestent = NULL; local
770 for (ent = TAILQ_FIRST(head); ent; en
[all...]
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1744 struct unw_table_entry *ent;
1747 ent = _Unwind_FindTableEntry (pc, &segment_base, &gp);
1748 if (ent == NULL)
1751 return (void *)(segment_base + ent->start_offset);
1780 struct unw_table_entry *ent;
1791 ent = _Unwind_FindTableEntry ((void *) context->rp,
1793 if (ent == NULL)
1821 context->region_start = ent->start_offset + segment_base;
1825 unw = (unsigned long *) (ent->info_offset + segment_base);
1737 struct unw_table_entry *ent; local
1772 struct unw_table_entry *ent; local
/freebsd-9.3-release/crypto/heimdal/kdc/
H A Dkerberos4.c78 hdb_entry_ex *ent; local
83 ret = _kdc_db_fetch(context, ctx->config, princ, ctx->flags, NULL, &ent);
92 _kdc_free_ent(context, ent);
101 hdb_entry_ex **ent)
114 ret = _kdc_db_fetch(context, config, p, flags, NULL, ent);
97 _kdc_db_fetch4(krb5_context context, krb5_kdc_configuration *config, const char *name, const char *instance, const char *realm, unsigned flags, hdb_entry_ex **ent) argument
/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.c1041 FTSENT ent; member in struct:ftsent_withstat
1204 * Check if the filesystem for "ent" has UFS-style links.
1207 fts_ufslinks(FTS *sp, const FTSENT *ent) argument
1219 if (priv->ftsp_dev != ent->fts_dev) {
1220 if (statfs(ent->fts_path, &priv->ftsp_statfs) != -1) {
1221 priv->ftsp_dev = ent->fts_dev;
H A Dfts.c1020 FTSENT ent; member in struct:ftsent_withstat
1172 * Check if the filesystem for "ent" has UFS-style links.
1175 fts_ufslinks(FTS *sp, const FTSENT *ent) argument
1187 if (priv->ftsp_dev != ent->fts_dev) {
1188 if (statfs(ent->fts_path, &priv->ftsp_statfs) != -1) {
1189 priv->ftsp_dev = ent->fts_dev;
/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c360 struct dirent *ent; local
374 while ((ent = readdir(d))) {
375 if (strcmp(ent->d_name, ".") == 0 ||
376 strcmp(ent->d_name, "..") == 0)
378 finger = load_fingerprint(path, ent->d_name);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c633 Char *x, *ent; local
637 for (ent = item; *x && *x == *ent++; x++, len++);
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_drv.c297 const struct pci_device_id *ent)
306 return drm_get_pci_dev(pdev, ent, &kms_driver);
296 radeon_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c6469 Elf_Internal_Verdef ent;
6479 ent.vd_version = BYTE_GET (edef->vd_version);
6480 ent.vd_flags = BYTE_GET (edef->vd_flags);
6481 ent.vd_ndx = BYTE_GET (edef->vd_ndx);
6482 ent.vd_cnt = BYTE_GET (edef->vd_cnt);
6483 ent.vd_hash = BYTE_GET (edef->vd_hash);
6484 ent.vd_aux = BYTE_GET (edef->vd_aux);
6485 ent.vd_next = BYTE_GET (edef->vd_next);
6488 idx, ent.vd_version, get_ver_flags (ent
6466 Elf_Internal_Verdef ent; local
6558 Elf_Internal_Verneed ent; local
[all...]
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.c195 ixgb_vendor_info_t *ent; local
213 ent = ixgb_vendor_info_array;
214 while (ent->vendor_id != 0) {
215 if ((pci_vendor_id == ent->vendor_id) &&
216 (pci_device_id == ent->device_id) &&
218 ((pci_subvendor_id == ent->subvendor_id) ||
219 (ent->subvendor_id == PCI_ANY_ID)) &&
221 ((pci_subdevice_id == ent->subdevice_id) ||
222 (ent->subdevice_id == PCI_ANY_ID))) {
224 ixgb_strings[ent
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf64-alpha.c2246 struct alpha_elf_got_entry *ent;
2247 for (ent = local_got_entries[i]; ent; ent = ent->next)
2248 ent->gotobj = a;
4162 struct alpha_elf_got_entry *ent;
4164 for (ent = gotent; ent; ent
2238 struct alpha_elf_got_entry *ent; local
4152 struct alpha_elf_got_entry *ent; local
[all...]
H A Delf32-spu.c1217 struct spu_stub_hash_entry *ent = (struct spu_stub_hash_entry *) bh; local
1220 asection *s = ent->target_section;
1224 val = ent->target_off + s->output_offset + s->output_section->vma;
1226 sec->contents + ent->off);
1227 val = ent->delta + 4;
1229 sec->contents + ent->off + 4);
1232 if (ent->delta == 0)
1235 sec->contents + ent->off + 4);
1239 sec->contents + ent->off + 8);
1246 + ent
[all...]
H A Dcoffgen.c1826 combined_entry_type *ent; local
1838 ent = csym->native + indx + 1;
1840 *pauxent = ent->u.auxent;
1842 if (ent->fix_tag)
1847 if (ent->fix_end)
1852 if (ent->fix_scnlen)
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c765 struct dirent *ent; local
774 while((ent = readdir(d)) != NULL) {
777 if(hide_file(ent->d_name, flags))
787 ret = asprintf(&files[n_files], "%s/%s", directory, ent->d_name);
/freebsd-9.3-release/sbin/setkey/
H A Dparse.y689 struct protoent *ent;
691 ent = getprotobyname($1.buf);
692 if (ent)
693 $$ = ent->p_proto;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa_impl.h284 task_func_t *func, void *arg, uint_t flags, taskq_ent_t *ent);
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug-handler.S137 .ent __cvmx_debug_handler_stage2
/freebsd-9.3-release/sys/dev/pccard/
H A Dpccardvar.h101 const struct pccard_product *ent, int vpfmatch);
/freebsd-9.3-release/sys/i386/include/pc/
H A Dbios.h337 int bios32_SDlookup(struct bios32_SDentry *ent);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbuffer.h918 struct evbuffer_cb_entry *ent);
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c1875 struct dirent *ent; local
1913 ent = readdir(sys_class_net_d);
1914 if (ent == NULL) {
1924 if (strcmp(ent->d_name, ".") == 0 ||
1925 strcmp(ent->d_name, "..") == 0)
1932 if (ent->d_type == DT_REG)
1943 "/sys/class/net/%s/ifindex", ent->d_name);
1961 p = &ent->d_name[0];
/freebsd-9.3-release/sys/netinet/
H A Dip_fw.h629 ipfw_table_entry ent[0]; /* entries */ member in struct:_ipfw_table
/freebsd-9.3-release/usr.sbin/nscd/
H A Dcachelib.c157 entries_bsearch_cmp_func(const void *key, const void *ent) argument
161 assert(ent != NULL);
164 (*(struct cache_entry_ const **)ent)->name));
/freebsd-9.3-release/sys/dev/e1000/
H A Dif_lem.c344 em_vendor_info_t *ent; local
356 ent = lem_vendor_info_array;
357 while (ent->vendor_id != 0) {
358 if ((pci_vendor_id == ent->vendor_id) &&
359 (pci_device_id == ent->device_id) &&
361 ((pci_subvendor_id == ent->subvendor_id) ||
362 (ent->subvendor_id == PCI_ANY_ID)) &&
364 ((pci_subdevice_id == ent->subdevice_id) ||
365 (ent->subdevice_id == PCI_ANY_ID))) {
367 lem_strings[ent
[all...]
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixv.c242 ixv_vendor_info_t *ent; local
259 ent = ixv_vendor_info_array;
260 while (ent->vendor_id != 0) {
261 if ((pci_vendor_id == ent->vendor_id) &&
262 (pci_device_id == ent->device_id) &&
264 ((pci_subvendor_id == ent->subvendor_id) ||
265 (ent->subvendor_id == 0)) &&
267 ((pci_subdevice_id == ent->subdevice_id) ||
268 (ent->subdevice_id == 0))) {
270 ixv_strings[ent
[all...]

Completed in 336 milliseconds

1234567