Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 1634) sorted by relevance

12345678910>>...66

/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
HDexception.lst31 common/aggs/tst.neglquant.d
32 common/aggs/tst.negquant.d
35 common/printa/tst.walltimestamp.ksh
38 common/dtraceUtil/tst.ELFGenerationOut.d.ksh
39 common/dtraceUtil/tst.ELFGenerationWithO.d.ksh
42 common/dtraceUtil/tst.PreprocessorStatement.d.ksh
45 common/usdt/tst.badguess.ksh
46 common/usdt/tst.dlclose1.ksh
47 common/usdt/tst.dlclose2.ksh
48 common/usdt/tst.dlclose3.ksh
[all …]
/NextBSD/sys/x86/x86/
HDbusdma_machdep.c121 struct bus_dma_tag_common *common; in common_bus_dma_tag_create() local
139 common = newtag; in common_bus_dma_tag_create()
140 common->impl = &bus_dma_bounce_impl; in common_bus_dma_tag_create()
141 common->parent = parent; in common_bus_dma_tag_create()
142 common->alignment = alignment; in common_bus_dma_tag_create()
143 common->boundary = boundary; in common_bus_dma_tag_create()
144 common->lowaddr = trunc_page((vm_paddr_t)lowaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create()
145 common->highaddr = trunc_page((vm_paddr_t)highaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create()
146 common->filter = filter; in common_bus_dma_tag_create()
147 common->filterarg = filterarg; in common_bus_dma_tag_create()
[all …]
HDbusdma_bounce.c159 error = common_bus_dma_tag_create(parent != NULL ? &parent->common : in bounce_bus_dma_tag_create()
166 newtag->common.impl = &bus_dma_bounce_impl; in bounce_bus_dma_tag_create()
170 if (parent != NULL && ((newtag->common.filter != NULL) || in bounce_bus_dma_tag_create()
174 if (newtag->common.lowaddr < ptoa((vm_paddr_t)Maxmem) || in bounce_bus_dma_tag_create()
175 newtag->common.alignment > 1) in bounce_bus_dma_tag_create()
179 newtag->common.impl = &bus_dma_nobounce_kernel_impl; in bounce_bus_dma_tag_create()
211 __func__, newtag, (newtag != NULL ? newtag->common.flags : 0), in bounce_bus_dma_tag_create()
231 parent = (bus_dma_tag_t)dmat->common.parent; in bounce_bus_dma_tag_destroy()
232 atomic_subtract_int(&dmat->common.ref_count, 1); in bounce_bus_dma_tag_destroy()
233 if (dmat->common.ref_count == 0) { in bounce_bus_dma_tag_destroy()
[all …]
/NextBSD/sys/arm64/arm64/
HDbusdma_machdep.c125 struct bus_dma_tag_common *common; in common_bus_dma_tag_create() local
143 common = newtag; in common_bus_dma_tag_create()
144 common->impl = &bus_dma_bounce_impl; in common_bus_dma_tag_create()
145 common->parent = parent; in common_bus_dma_tag_create()
146 common->alignment = alignment; in common_bus_dma_tag_create()
147 common->boundary = boundary; in common_bus_dma_tag_create()
148 common->lowaddr = trunc_page((vm_paddr_t)lowaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create()
149 common->highaddr = trunc_page((vm_paddr_t)highaddr) + (PAGE_SIZE - 1); in common_bus_dma_tag_create()
150 common->filter = filter; in common_bus_dma_tag_create()
151 common->filterarg = filterarg; in common_bus_dma_tag_create()
[all …]
HDbusdma_bounce.c71 struct bus_dma_tag_common common; member
162 error = common_bus_dma_tag_create(parent != NULL ? &parent->common : in bounce_bus_dma_tag_create()
169 newtag->common.impl = &bus_dma_bounce_impl; in bounce_bus_dma_tag_create()
173 if (parent != NULL && ((newtag->common.filter != NULL) || in bounce_bus_dma_tag_create()
177 if (newtag->common.lowaddr < ptoa((vm_paddr_t)Maxmem) || in bounce_bus_dma_tag_create()
178 newtag->common.alignment > 1) in bounce_bus_dma_tag_create()
182 newtag->common->impl = &bus_dma_nobounce_kernel_impl; in bounce_bus_dma_tag_create()
214 __func__, newtag, (newtag != NULL ? newtag->common.flags : 0), in bounce_bus_dma_tag_create()
234 parent = (bus_dma_tag_t)dmat->common.parent; in bounce_bus_dma_tag_destroy()
235 atomic_subtract_int(&dmat->common.ref_count, 1); in bounce_bus_dma_tag_destroy()
[all …]
/NextBSD/cddl/sbin/zpool/
HDMakefile4 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/cmd/stat/common
5 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
13 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzpool/common
18 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libuutil/common
19 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libumem/common
20 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs/common
21 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs_core/common
23 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
24 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
25 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
[all …]
/NextBSD/cddl/lib/libzfs_core/
HDMakefile4 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
5 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
6 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs_core/common
7 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs/common
26 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzpool/common
27 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
28 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
29 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/sys
31 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
33 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libuutil/common
[all …]
/NextBSD/contrib/expat/lib/
HDxmlrole.c125 static int FASTCALL common(PROLOG_STATE *state, int tok);
161 return common(state, tok); in prolog0()
192 return common(state, tok); in prolog1()
213 return common(state, tok); in prolog2()
231 return common(state, tok); in doctype0()
261 return common(state, tok); in doctype1()
278 return common(state, tok); in doctype2()
295 return common(state, tok); in doctype3()
315 return common(state, tok); in doctype4()
332 return common(state, tok); in doctype5()
[all …]
/NextBSD/sys/modules/zfs/
HDMakefile11 .PATH: ${SUNW}/common/acl
13 .PATH: ${SUNW}/common/avl
15 .PATH: ${SUNW}/common/nvpair
19 .PATH: ${SYSDIR}/cddl/contrib/opensolaris/common/unicode
37 _A=${SYSDIR}/cddl/contrib/opensolaris/common/atomic
48 .PATH: ${SUNW}/uts/common/fs
52 .PATH: ${SUNW}/uts/common/os
58 .PATH: ${SUNW}/uts/common/zmod
73 .PATH: ${SUNW}/common/zfs
75 .PATH: ${SUNW}/uts/common/fs/zfs
[all …]
/NextBSD/cddl/lib/libzpool/
HDMakefile6 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
8 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
10 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzpool/common
12 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/os
14 .if exists(${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}/opensolar…
15 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/atomic/${MACHINE_ARCH}
25 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/unicode
43 CFLAGS+= -I${.CURDIR}/../../contrib/opensolaris/lib/libzpool/common
44 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/sys
45 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
[all …]
/NextBSD/sys/dev/mlx5/mlx5_core/
HDmlx5_qp.c39 struct mlx5_core_rsc_common *common; in mlx5_get_rsc() local
43 common = radix_tree_lookup(&table->tree, rsn); in mlx5_get_rsc()
44 if (common) in mlx5_get_rsc()
45 atomic_inc(&common->refcount); in mlx5_get_rsc()
49 if (!common) { in mlx5_get_rsc()
54 return common; in mlx5_get_rsc()
57 void mlx5_core_put_rsc(struct mlx5_core_rsc_common *common) in mlx5_core_put_rsc() argument
59 if (atomic_dec_and_test(&common->refcount)) in mlx5_core_put_rsc()
60 complete(&common->free); in mlx5_core_put_rsc()
65 struct mlx5_core_rsc_common *common = mlx5_get_rsc(dev, rsn); in mlx5_rsc_event() local
[all …]
/NextBSD/sbin/atm/atmconfig/
HDatmconfig.help39 atmconfig [common-options] command [subcommand] [options]
49 gives you help on common command line options
58 ^^ help options list common options
78 atmconfig [common-options] diag list
83 atmconfig [common-options] diag config [options] [<device> ...]
87 atmconfig [common-options] diag phy print [options] <device>
88 atmconfig [common-options] diag phy show <device>
89 atmconfig [common-options] diag phy set <device> <reg> <msk> <val>
90 atmconfig [common-options] diag phy set stats [options] <device>
94 atmconfig [common-options] diag vcc [<device> ...]
[all …]
/NextBSD/crypto/heimdal/appl/test/
HDMakefile.am3 include $(top_srcdir)/Makefile.am.common
8 tcp_client_SOURCES = tcp_client.c common.c test_locl.h
10 tcp_server_SOURCES = tcp_server.c common.c test_locl.h
12 gssapi_server_SOURCES = gssapi_server.c gss_common.c common.c \
15 gssapi_client_SOURCES = gssapi_client.c gss_common.c common.c \
18 http_client_SOURCES = http_client.c gss_common.c common.c \
21 uu_server_SOURCES = uu_server.c common.c test_locl.h
23 uu_client_SOURCES = uu_client.c common.c test_locl.h
31 nt_gss_client_SOURCES = nt_gss_client.c nt_gss_common.c nt_gss_common.h common.c
/NextBSD/cddl/lib/libzfs/
HDMakefile4 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
5 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
6 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs/common
47 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzpool/common
48 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
49 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
50 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/sys
52 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
54 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libuutil/common
55 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs/common
[all …]
/NextBSD/cddl/sbin/zfs/
HDMakefile10 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzpool/common
15 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libuutil/common
16 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs/common
17 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs_core/common
18 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libumem/common
20 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
21 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
22 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/sys
23 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
/NextBSD/sys/boot/mips/beri/loader/
HDMakefile80 .PATH: ${.CURDIR}/../common
81 CFLAGS+= -I${.CURDIR}/../common
84 .PATH: ${.CURDIR}/../../../common
86 CFLAGS+= -I${.CURDIR}/../../../common
89 .PATH: ${.CURDIR}/../common
90 CFLAGS+= -I${.CURDIR}/../common
117 vers.c: ${.CURDIR}/../../../common/newvers.sh ${.CURDIR}/version
118 sh ${.CURDIR}/../../../common/newvers.sh ${.CURDIR}/version \
121 loader.help: help.common help.mips
123 awk -f ${.CURDIR}/../../../common/merge_help.awk > ${.TARGET}
/NextBSD/cddl/usr.sbin/zhack/
HDMakefile15 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libuutil/common
16 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs/common
17 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs_core/common
18 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzpool/common
19 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
20 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
21 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/sys
22 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
/NextBSD/contrib/gcc/
HDggc-zone.c261 struct page_entry common; member
279 struct page_entry common; member
692 size_t max_size = (page->common.page + SMALL_PAGE_SIZE in zone_find_object_size()
828 e->common.page = page + (i << GGC_PAGE_SHIFT); in alloc_small_page()
829 e->common.zone = zone; in alloc_small_page()
832 set_page_table_entry (e->common.page, &e->common); in alloc_small_page()
838 entry->common.page = page; in alloc_small_page()
839 entry->common.zone = zone; in alloc_small_page()
840 set_page_table_entry (page, &entry->common); in alloc_small_page()
848 entry->common.zone->name, (PTR) entry, entry->common.page, in alloc_small_page()
[all …]
HDChangeLog.apple4 * c-common.h (HasByrefArray): New decl.
5 * c-common.c (HasByrefArray): New definition.
22 * c-common.h (BLOCK_USE_STRET): New flag.
43 * c-common.h (BLOCK_BYREF_CALLER): New flag.
71 * c-common.c (build_block_helper_name): Produce a unique
94 * c-common.c (build_block_byref_release_decl,
101 * c-common.h (build_block_object_assign_call_exp,
132 * c-common.c (objc_compare_types, objc_have_common_type):
184 * c-common.c (generic_block_literal_struct_type): New global variable.
205 * c-common.c (invoke_impl_ptr_type): Removed.
[all …]
/NextBSD/cddl/usr.sbin/zdb/
HDMakefile16 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libuutil/common
17 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs/common
18 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzfs_core/common
19 CFLAGS+= -I${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libzpool/common
20 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
21 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
22 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/sys
23 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs
/NextBSD/sys/x86/iommu/
HDbusdma_dmar.c286 &((struct bus_dma_tag_dmar *)parent)->common : NULL, alignment, in dmar_bus_dma_tag_create()
294 newtag->common.impl = &bus_dma_dmar_impl; in dmar_bus_dma_tag_create()
301 __func__, newtag, (newtag != NULL ? newtag->common.flags : 0), in dmar_bus_dma_tag_create()
321 parent = (struct bus_dma_tag_dmar *)dmat->common.parent; in dmar_bus_dma_tag_destroy()
322 if (atomic_fetchadd_int(&dmat->common.ref_count, -1) == in dmar_bus_dma_tag_destroy()
352 tag->common.nsegments, M_DMAR_DMAMAP, M_NOWAIT); in dmar_bus_dmamap_create()
414 if (tag->common.maxsize < PAGE_SIZE && in dmar_bus_dmamem_alloc()
415 tag->common.alignment <= tag->common.maxsize && in dmar_bus_dmamem_alloc()
417 *vaddr = malloc(tag->common.maxsize, M_DEVBUF, mflags); in dmar_bus_dmamem_alloc()
421 tag->common.maxsize, mflags, 0ul, BUS_SPACE_MAXADDR, in dmar_bus_dmamem_alloc()
[all …]
/NextBSD/cddl/usr.bin/zinject/
HDMakefile13 CFLAGS+= -I${.CURDIR}/../../contrib/opensolaris/lib/libzfs/common
14 CFLAGS+= -I${.CURDIR}/../../contrib/opensolaris/lib/libzfs_core/common
15 CFLAGS+= -I${.CURDIR}/../../contrib/opensolaris/lib/libzpool/common
17 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/fs/zfs
18 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common/sys
19 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/uts/common
20 CFLAGS+= -I${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/zfs/
/NextBSD/contrib/gcclibs/libiberty/
HDmake-relative-prefix.c226 int i, n, common; in make_relative_prefix() local
336 for (common = 0; common < n; common++) in make_relative_prefix()
338 if (strcmp (bin_dirs[common], prefix_dirs[common]) != 0) in make_relative_prefix()
343 if (common == 0) in make_relative_prefix()
356 needed_len += sizeof (DIR_UP) * (bin_num - common); in make_relative_prefix()
357 for (i = common; i < prefix_num; i++) in make_relative_prefix()
372 for (i = common; i < bin_num; i++) in make_relative_prefix()
381 for (i = common; i < prefix_num; i++) in make_relative_prefix()
/NextBSD/cddl/lib/libctf/
HDMakefile3 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/common/ctf
4 .PATH: ${.CURDIR}/../../../cddl/contrib/opensolaris/lib/libctf/common
5 .PATH: ${.CURDIR}/../../../sys/cddl/contrib/opensolaris/common/ctf
27 -I${OPENSOLARIS_USR_DISTDIR}/common/ctf \
28 -I${OPENSOLARIS_USR_DISTDIR}/lib/libctf/common \
29 -I${OPENSOLARIS_SYS_DISTDIR}/uts/common
/NextBSD/sys/cam/scsi/
HDscsi_ses.h190 struct ses_ctrl_common common; member
252 struct ses_ctrl_common common; member
312 struct ses_ctrl_common common; member
339 struct ses_ctrl_common common; member
374 struct ses_ctrl_common common; member
396 struct ses_ctrl_common common; member
423 struct ses_ctrl_common common; member
464 struct ses_ctrl_common common; member
492 struct ses_ctrl_common common; member
515 struct ses_ctrl_common common; member
[all …]

12345678910>>...66