Searched refs:ref (Results 101 - 125 of 242) sorted by relevance

12345678910

/freebsd-9.3-release/sys/dev/nvme/
H A Dnvme_test.c96 int ref; local
120 csw = dev_refthread(dev, &ref);
135 dev_relthread(dev, ref);
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h47 * - @ref structures
48 * - @ref utils
49 * - @ref parser
50 * - @ref emitter
192 uint16_t ref; /**< Reference count */ member in struct:ucl_object_s
230 new->ref = 1;
249 new->ref = 1;
629 * Unsafe version of \ref ucl_obj_todouble_safe
670 * Unsafe version of \ref ucl_obj_toint_safe
707 * Unsafe version of \ref ucl_obj_toboolean_saf
[all...]
/freebsd-9.3-release/lib/libc/rpc/
H A Dgetnetconfig.c103 int ref; /* # of times setnetconfig() has been called */ member in struct:netconfig_info
211 ni.ref++;
225 ni.ref--;
404 if (--ni.ref > 0) {
415 ni.eof = ni.ref = 0;
/freebsd-9.3-release/contrib/gcc/
H A Ddf-problems.c74 link->ref = dst;
80 chains for ref and check to see if the reverse chains can also be
81 deleted. If LINK is not NULL it must be a link off of ref. In
85 df_chain_unlink (struct dataflow *dflow, struct df_ref *ref, struct df_link *link)
87 struct df_link *chain = DF_REF_CHAIN (ref);
92 DF_REF_CHAIN (ref) = link->next;
120 df_chain_unlink (dflow, chain->ref, chain);
137 df_chain_create (dflow, to_ref, from_ref->ref);
210 DF_REF_REG_DEF_P (link->ref) ? 'd' : 'u',
211 DF_REF_ID (link->ref),
84 df_chain_unlink(struct dataflow *dflow, struct df_ref *ref, struct df_link *link) argument
2780 struct df_ref *ref = df->def_info.refs[i]; local
2791 struct df_ref *ref = df->use_info.refs[i]; local
2806 struct df_ref *ref; local
3305 struct df_ref *ref = regs->ref; local
3373 struct df_ref *ref = regs->ref; local
3386 struct df_ref *ref = regs->ref; local
[all...]
H A Dexplow.c526 /* Convert a mem ref into one with a valid memory address.
530 validize_mem (rtx ref)
532 if (!MEM_P (ref))
533 return ref;
534 ref = use_anchored_address (ref);
535 if (! (flag_force_addr && CONSTANT_ADDRESS_P (XEXP (ref, 0)))
536 && memory_address_p (GET_MODE (ref), XEXP (ref, 0)))
537 return ref;
527 validize_mem(rtx ref) argument
[all...]
H A Dtree-ssa-address.c75 rtx ref; /* The template. */ local
210 &templates[i].ref,
222 return templ->ref;
705 mem ref if anything changes, NULL_TREE otherwise. */
708 maybe_fold_tmr (tree ref) argument
714 get_address_description (ref, &addr);
754 ret = create_mem_ref_raw (TREE_TYPE (ref), &addr);
758 copy_mem_ref_info (ret, ref);
H A Dtree-flow-inline.h1478 array_ref_contains_indirect_ref (tree ref) argument
1480 gcc_assert (TREE_CODE (ref) == ARRAY_REF);
1483 ref = TREE_OPERAND (ref, 0);
1484 } while (handled_component_p (ref));
1486 return TREE_CODE (ref) == INDIRECT_REF;
1493 ref_contains_array_ref (tree ref) argument
1495 gcc_assert (handled_component_p (ref));
1498 if (TREE_CODE (ref) == ARRAY_REF)
1500 ref
[all...]
H A Dloop-invariant.c242 def = defs->ref;
712 def = defs->ref;
740 struct df_ref *ref; local
797 ref = df_find_def (df, insn, dest);
798 DF_REF_DATA (ref) = inv;
1266 struct df_ref * ref = DF_DEFS_GET (df, i); local
1267 if (!ref)
1270 inv = DF_REF_DATA (ref);
1279 DF_REF_DATA (ref) = NULL;
H A Dtree-data-ref.h27 /** {base_address + offset + init} is the first location accessed by data-ref
28 in the loop, and step is the stride of data-ref in the loop in bytes;
32 data-ref a[j].b[i][j] a + x + 16B (a is int*)
77 tree ref; member in struct:data_reference
85 /* First location accessed by the data-ref in the loop. */
103 /* The maximum data-ref's alignment. */
106 /* The type of the data-ref. */
115 #define DR_REF(DR) (DR)->ref
/freebsd-9.3-release/lib/libgeom/
H A Dgeom_xml2tree.c68 void *ref; local
75 ref = NULL;
80 } else if (!strcmp(attr[i], "ref")) {
81 ref = (void *)strtoul(attr[i + 1], NULL, 0);
119 mt->geom->lg_class = ref;
138 mt->consumer->lg_geom = ref;
142 mt->consumer->lg_provider = ref;
162 mt->provider->lg_geom = ref;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duser_mad.c107 struct kref ref; member in struct:ib_umad_device
145 static void ib_umad_release_dev(struct kref *ref) argument
148 container_of(ref, struct ib_umad_device, ref);
802 kref_get(&port->umad_dev->ref);
817 kref_put(&port->umad_dev->ref, ib_umad_release_dev);
871 kref_put(&dev->ref, ib_umad_release_dev);
900 kref_get(&port->umad_dev->ref);
929 kref_put(&port->umad_dev->ref, ib_umad_release_dev);
948 kref_put(&port->umad_dev->ref, ib_umad_release_de
[all...]
H A Dsa_query.c56 struct kref ref; member in struct:ib_sa_sm_ah
516 struct ib_sa_sm_ah *sm_ah = container_of(kref, struct ib_sa_sm_ah, ref);
541 kref_init(&new_ah->ref);
563 kref_put(&port->sm_ah->ref, free_sm_ah);
588 kref_put(&port->sm_ah->ref, free_sm_ah);
702 kref_get(&query->port->sm_ah->ref);
711 kref_put(&query->sm_ah->ref, free_sm_ah);
723 kref_put(&query->sm_ah->ref, free_sm_ah);
1221 kref_get(&port->sm_ah->ref);
1222 mad_buf->context[0] = &port->sm_ah->ref;
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.c377 res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
378 res->size = res->u.astructref.ref ?
379 res->u.astructref.ref->type->size : 0;
396 res->u.astructref.ref = 0;
405 res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
406 res->size = res->u.aenumref.ref->type->size;
H A Dcoffdump.c167 if (!p->u.aenumref.ref)
168 printf ("structure ref to UNKNOWN struct");
170 printf ("structure ref to %s", p->u.aenumref.ref->name);
173 printf ("enum ref to %s", p->u.astructref.ref->name);
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldcref.c545 struct cref_ref *ref; local
568 for (ref = h->refs; ref != NULL; ref = ref->next)
570 ref->abfd, ncrs);
/freebsd-9.3-release/sys/ddb/
H A Ddb_sym.c173 db_add_symbol_table(start, end, name, ref)
177 char *ref;
187 db_symtabs[db_nsymtab].private = ref;
/freebsd-9.3-release/tools/regression/net80211/wep/
H A Dtest_wep.c167 cmpfail(const void *gen, size_t genlen, const void *ref, size_t reflen) argument
172 if (((const u_int8_t *)gen)[i] != ((const u_int8_t *)ref)[i]) {
177 dumpdata("Reference", ref, reflen);
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Drefcount.h47 * isc_refcount_init(isc_refcount_t *ref, unsigned int n);
52 * ref != NULL
57 * isc_refcount_destroy(isc_refcount_t *ref);
62 * ref != NULL
68 * isc_refcount_increment(isc_refcount_t *ref, unsigned int *targetp);
69 * isc_refcount_increment0(isc_refcount_t *ref, unsigned int *targetp);
79 * ref != NULL.
84 * isc_refcount_decrement(isc_refcount_t *ref, unsigned int *targetp);
90 * ref != NULL.
229 isc_refcount_init(isc_refcount_t *ref, unsigne
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_buf.h232 #define XFS_BUF_SET_VTYPE_REF(bp, type, ref)
234 #define XFS_BUF_SET_REF(bp, ref)
256 #define XFS_BUF_SET_VTYPE_REF(bp, type, ref)
258 #define XFS_BUF_SET_REF(bp, ref)
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Drefcount.h47 * isc_refcount_init(isc_refcount_t *ref, unsigned int n);
52 * ref != NULL
57 * isc_refcount_destroy(isc_refcount_t *ref);
62 * ref != NULL
68 * isc_refcount_increment(isc_refcount_t *ref, unsigned int *targetp);
69 * isc_refcount_increment0(isc_refcount_t *ref, unsigned int *targetp);
79 * ref != NULL.
84 * isc_refcount_decrement(isc_refcount_t *ref, unsigned int *targetp);
90 * ref != NULL.
229 isc_refcount_init(isc_refcount_t *ref, unsigne
[all...]
/freebsd-9.3-release/contrib/ntp/libparse/
H A Dclk_rawdcf.c545 timestamp_t *ref,
554 delta.tv_sec = ref->tv.tv_sec - offset - base->tv.tv_sec;
555 delta.tv_usec = ref->tv.tv_usec - base->tv.tv_usec;
564 delt = ref->fp;
544 calc_usecdiff( timestamp_t *ref, timestamp_t *base, long offset ) argument
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dpvcs2rcs.in304 unless (ref $fh)
318 unless (ref $fh)
337 my $type = shift or die "$0: error - error_count usage: error_count type [, ref] [, LIST]\n";
341 if (ref ($_[0]) && ref ($_[0]) == "SCALAR")
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfld_def.c234 dst->type->ref++;
254 field->type->ref--;
/freebsd-9.3-release/tools/tools/build_option_survey/
H A Doption_survey.sh128 MAKEOBJDIRPREFIX=$ODIR/_.ref
164 MAKEOBJDIRPREFIX=$ODIR/_.ref
166 echo "# BW(ref)+IW(ref) `cat $d/src.conf`"
187 echo "# BW(opt)+IW(ref) `cat $d/src.conf`"
/freebsd-9.3-release/usr.sbin/mfiutil/
H A Dmfi_config.c384 * Find the next free array ref assuming that 'array_ref' is the last
436 array_info->drives[i].ref.v.device_id,
441 ar->pd[i].ref = array_info->drives[i].ref;
985 spare->ref = info.ref;
1090 mbox_store_pdref(mbox, &info.ref);
1135 device_id = ar->pd[j].ref.v.device_id;
1191 "global", sp->ref.v.device_id);

Completed in 322 milliseconds

12345678910