HomeSort by: relevance | last modified time | path
    Searched defs:bsd (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos/
Makefile 9 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bsd
11 SRCS.bsd= \
18 SRCS.bsd+= i386_video.c lnx_agp.c
19 .for _FN in ${SRCS.bsd}
33 SRCS.bsd+= ppc_video.c
35 SRCS.bsd+= lnx_agp.c
37 SRCS.bsd+= agp_noop.c
39 .for _FN in ${SRCS.bsd}
45 SRCS.bsd+= alpha_video.c agp_noop.c
46 .for _FN in ${SRCS.bsd}
    [all...]
Makefile 9 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bsd
11 SRCS.bsd= \
18 SRCS.bsd+= i386_video.c lnx_agp.c
19 .for _FN in ${SRCS.bsd}
33 SRCS.bsd+= ppc_video.c
35 SRCS.bsd+= lnx_agp.c
37 SRCS.bsd+= agp_noop.c
39 .for _FN in ${SRCS.bsd}
45 SRCS.bsd+= alpha_video.c agp_noop.c
46 .for _FN in ${SRCS.bsd}
    [all...]
  /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/xorgos/
Makefile 9 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bsd
11 SRCS.bsd= \
18 SRCS.bsd+= pm_noop.c
21 SRCS.bsd+= bsd_apm.c
24 SRCS.bsd+= i386_video.c lnx_agp.c
25 .for _FN in ${SRCS.bsd}
36 SRCS.bsd+= ppc_video.c pm_noop.c lnx_agp.c
37 .for _FN in ${SRCS.bsd}
43 SRCS.bsd+= alpha_video.c bsd_ev56.c pm_noop.c agp_noop.c
44 .for _FN in ${SRCS.bsd}
    [all...]
Makefile 9 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bsd
11 SRCS.bsd= \
18 SRCS.bsd+= pm_noop.c
21 SRCS.bsd+= bsd_apm.c
24 SRCS.bsd+= i386_video.c lnx_agp.c
25 .for _FN in ${SRCS.bsd}
36 SRCS.bsd+= ppc_video.c pm_noop.c lnx_agp.c
37 .for _FN in ${SRCS.bsd}
43 SRCS.bsd+= alpha_video.c bsd_ev56.c pm_noop.c agp_noop.c
44 .for _FN in ${SRCS.bsd}
    [all...]
  /src/sys/arch/evbarm/g42xxeb/
gb225_pcic.c 142 struct obio_softc *bsd = device_private(device_parent(parent)); local
143 bus_space_handle_t memctl_ioh = bsd->sc_memctl_ioh;
gb225_pcic.c 142 struct obio_softc *bsd = device_private(device_parent(parent)); local
143 bus_space_handle_t memctl_ioh = bsd->sc_memctl_ioh;
  /src/sys/fs/hfs/
hfs_vnops.c 437 rec.file.bsd.special.inode_num,
586 hfs_bsd_data_t *bsd; local
609 bsd = &f->bsd;
619 bsd = &f->bsd;
632 if ((bsd->file_mode & S_IFMT) == 0) {
633 /* no bsd permissions recorded, use default values */
641 vap->va_mode = bsd->file_mode;
642 vap->va_uid = bsd->owner_id
    [all...]
hfs_vnops.c 437 rec.file.bsd.special.inode_num,
586 hfs_bsd_data_t *bsd; local
609 bsd = &f->bsd;
619 bsd = &f->bsd;
632 if ((bsd->file_mode & S_IFMT) == 0) {
633 /* no bsd permissions recorded, use default values */
641 vap->va_mode = bsd->file_mode;
642 vap->va_uid = bsd->owner_id
    [all...]
libhfs.h 351 hfs_bsd_data_t bsd; member in struct:__anon6758
368 hfs_bsd_data_t bsd; member in struct:__anon6759
libhfs.h 351 hfs_bsd_data_t bsd; member in struct:__anon6758
368 hfs_bsd_data_t bsd; member in struct:__anon6759
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 50 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enumerator in enum:__anon5672::OutputFormatTy
56 cl::values(clEnumVal(bsd, "BSD format"), clEnumVal(sysv, "System V format"),
61 cl::init(bsd), cl::cat(NMCat));
100 cl::opt<bool> BSDFormat("B", cl::desc("Alias for --format=bsd"), cl::Grouping,
774 if ((OutputFormat == bsd || OutputFormat == posix ||
884 // OutputFormat bsd (see below).
891 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) {
2268 OutputFormat = bsd;
llvm-nm.cpp 50 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enumerator in enum:__anon5672::OutputFormatTy
56 cl::values(clEnumVal(bsd, "BSD format"), clEnumVal(sysv, "System V format"),
61 cl::init(bsd), cl::cat(NMCat));
100 cl::opt<bool> BSDFormat("B", cl::desc("Alias for --format=bsd"), cl::Grouping,
774 if ((OutputFormat == bsd || OutputFormat == posix ||
884 // OutputFormat bsd (see below).
891 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) {
2268 OutputFormat = bsd;

Completed in 60 milliseconds