Searched refs:common (Results 1 - 25 of 696) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dauto33 . $BSDCFG_SHARE/common.subr || exit 1
/freebsd-11-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh68 sdiff -o "${COMPFILE}.merged" --text --suppress-common-lines \
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c1336 xbb->rings.common.rsp_prod_pvt++;
1364 RING_PUSH_RESPONSES_AND_CHECK_NOTIFY(&xbb->rings.common, *notify);
1366 if (xbb->rings.common.rsp_prod_pvt == xbb->rings.common.req_cons) {
1373 RING_FINAL_CHECK_FOR_REQUESTS(&xbb->rings.common, more_to_do);
1374 } else if (RING_HAS_UNCONSUMED_REQUESTS(&xbb->rings.common)) {
1546 * This routine performs the backend common aspects of request parsing
1869 rp = rings->common.sring->req_prod;
1883 while (rings->common.req_cons != rp
1884 && RING_REQUEST_CONS_OVERFLOW(&rings->common,
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf116 swig-checkout-files = common.swg swigrun.swg runtime.swg
H A DMakefile.in784 $(SCHEMAS_RNG) $(SCHEMAS_DTD) $(SCHEMAS_XSD): $(SCHEMA_DIR)/common.rnc
/freebsd-11-stable/contrib/tzdata/
H A DMakefile260 GCC_DEBUG_FLAGS = -DGCC_LINT -g3 -O3 -fno-common \
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h464 struct mlx5_core_rsc_common common; /* must be first */ member in struct:mlx5_core_qp
H A Ddriver.h466 struct mlx5_core_rsc_common common; /* must be first */ member in struct:mlx5_core_srq
786 struct mlx5_core_rsc_common common; /* must be first */ member in struct:mlx5_core_dct
1067 void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common);
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c41 struct mlx5_core_rsc_common *common; local
45 common = radix_tree_lookup(&table->tree, rsn);
46 if (common)
47 atomic_inc(&common->refcount);
51 if (!common) {
56 return common;
59 void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common) argument
61 if (atomic_dec_and_test(&common->refcount))
62 complete(&common->free);
67 struct mlx5_core_rsc_common *common local
[all...]
/freebsd-11-stable/sys/modules/linuxkpi/
H A DMakefile2 .PATH: ${SRCTOP}/sys/compat/linuxkpi/common/src
25 CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
/freebsd-11-stable/usr.bin/readelf/
H A DMakefile13 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
/freebsd-11-stable/lib/libelftc/
H A DMakefile29 CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
/freebsd-11-stable/lib/libelf/
H A DMakefile87 ${ELFTCDIR}/common/native-elf-format > ${.TARGET} || rm ${.TARGET}
94 CFLAGS+= -I. -I${SRCDIR} -I${ELFTCDIR}/common
/freebsd-11-stable/sys/conf/
H A Dkmod.mk133 # Disallow common variables, and if we end up with commons from
135 CFLAGS+= -fno-common
136 LDFLAGS+= -d -warn-common
467 ${CC} -c ${CFLAGS:N-flto:N-fno-common} -fcommon \
/freebsd-11-stable/usr.sbin/wpa/wpa_supplicant/
H A DMakefile13 SRCS= base64.c bitfield.c blacklist.c bss.c cli.c common.c \
/freebsd-11-stable/usr.sbin/wpa/hostapd/
H A DMakefile24 common.c \
/freebsd-11-stable/lib/liblzma/
H A DMakefile7 .PATH: ${LZMADIR:H}/common
34 .PATH: ${LZMADIR}/common
35 SRCS+= common.c \
140 -I${LZMADIR}/common \
147 -I${LZMADIR:H}/common
/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A DMakefile24 common.c \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dpath_driver.c242 const char *common = "";
261 /*** Step A - Find the common ancestor of the last path and the
265 common = svn_relpath_get_longest_ancestor(state->last_path, relpath,
267 common_len = strlen(common);
270 the new common ancestor, if any need to be closed.
284 /*** Step C - Open any directories between the common ancestor
240 const char *common = ""; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dra.c699 /* Avoid a network request in the common easy case. */
712 /* Handle another common case: The repository root can't move */
963 svn_rangelist_t *ranges2, *common;
970 SVN_ERR(svn_rangelist_intersect(&common, ranges1, ranges2,
972 if (common->nelts)
975 APR_ARRAY_IDX(common, common->nelts - 1, svn_merge_range_t *);
986 /* It's possible that PATH_OR_URL1 and PATH_OR_URL2's only common
959 svn_rangelist_t *ranges2, *common; local
H A Dcommit.c269 /* Given a list of committables described by their common base abspath
338 const char *common;
363 SVN_ERR(svn_dirent_condense_targets(&common, &wc_targets, wc_targets,
370 || !strcmp(common, wcroot_abspath))
373 = apr_pstrdup(result_pool, common);
379 = svn_dirent_dirname(common, result_pool);
1042 removed by the commit or it may the common ancestor of multiple
336 const char *common; local
H A Dadd.c1042 const char *common;
1070 SVN_ERR(svn_uri_condense_targets(&common, &targets, urls, FALSE,
1080 svn_uri_split(&common, &bname, common, pool);
1086 common);
1108 svn_uri_split(&common, &bname, common, pool);
1113 common);
1126 /* ### This reparent may be problematic in limited-authz-to-common-parent
1129 SVN_ERR(svn_ra_reparent(ra_session, common, poo
1040 const char *common; local
[all...]
/freebsd-11-stable/contrib/apr/
H A Dlibapr.mak62 -@erase "$(INTDIR)\common.obj"
216 "$(INTDIR)\common.obj" \
306 -@erase "$(INTDIR)\common.obj"
460 "$(INTDIR)\common.obj" \
550 -@erase "$(INTDIR)\common.obj"
704 "$(INTDIR)\common.obj" \
794 -@erase "$(INTDIR)\common.obj"
948 "$(INTDIR)\common.obj" \
1248 SOURCE=.\mmap\unix\common.c
1250 "$(INTDIR)\common
[all...]
H A Dbuild-outputs.mk65 mmap/unix/common.lo: mmap/unix/common.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_inherit.h include/apr_mmap.h include/apr_pools.h include/apr_ring.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
68 OBJECTS_mmap_unix = mmap/unix/common.lo mmap/unix/mmap.lo
284 OBJECTS_mmap_win32 = mmap/unix/common.lo mmap/win32/mmap.lo
H A Dapr.mak66 -@erase "$(INTDIR)\common.obj"
175 "$(INTDIR)\common.obj" \
252 -@erase "$(INTDIR)\common.obj"
361 "$(INTDIR)\common.obj" \
438 -@erase "$(INTDIR)\common.obj"
547 "$(INTDIR)\common.obj" \
624 -@erase "$(INTDIR)\common.obj"
734 "$(INTDIR)\common.obj" \
1050 SOURCE=.\mmap\unix\common.c
1052 "$(INTDIR)\common
[all...]

Completed in 306 milliseconds

1234567891011>>