Searched refs:lm (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dlm700x.c69 lm700x_hardware_write(struct lm700x_t *lm, u_int32_t data, u_int32_t addon) argument
73 lm->init(lm->iot, lm->ioh, lm->offset, lm->rsetdata | addon);
77 bus_space_write_1(lm->iot, lm->ioh, lm->offset,
78 lm
[all...]
/netbsd-6-1-5-RELEASE/sys/miscfs/nullfs/
H A Dnull.h84 struct layer_mount lm; /* generic layerfs mount stuff */ member in struct:null_mount
86 #define nullm_vfs lm.layerm_vfs
87 #define nullm_rootvp lm.layerm_rootvp
88 #define nullm_export lm.layerm_export
89 #define nullm_flags lm.layerm_flags
90 #define nullm_size lm.layerm_size
91 #define nullm_tag lm.layerm_tag
92 #define nullm_bypass lm.layerm_bypass
93 #define nullm_alloc lm.layerm_alloc
94 #define nullm_vnodeop_p lm
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/spu/ea/
H A Dcast2.c24 int *lm; variable
30 if (ea != (__ea int *)lm)
38 if ((int *)ea != lm)
46 if (ea - lm != x)
54 lm = 0;
60 lm = &array[64];
66 lm = &array[64];
70 lm = &array[0];
H A Dops1.c35 lm_ptr_t lm, lm2; variable
44 void to_ea (void) { ea = lm; }
45 void to_lm (void) { lm = ea; } /* { dg-error "assignment from pointer to non-enclosed address space" } */
46 void init_ea (void) { ea_ptr_t l_ea = lm; }
48 ea_ptr_t ret_ea (void) { return lm; }
50 void call_ea2 (void) { call_ea (lm); }
54 void to_ea_with_cast (void) { ea = (ea_ptr_t)lm; }
55 void to_lm_with_cast (void) { lm = (lm_ptr_t)ea; }
56 void init_ea_with_cast (void) { ea_ptr_t l_ea = (ea_ptr_t)lm; }
58 ea_ptr_t ret_ea_with_cast (void) { return (ea_ptr_t)lm; }
[all...]
H A Dops2.c35 lm_ptr_t lm, lm2; variable
44 void to_ea (void) { ea = lm; } /* { dg-error "assignment from pointer to non-enclosed address space" } */
45 void to_lm (void) { lm = ea; } /* { dg-error "assignment from pointer to non-enclosed address space" } */
46 void init_ea (void) { ea_ptr_t l_ea = lm; } /* { dg-error "initialization from pointer to non-enclosed address space" } */
48 ea_ptr_t ret_ea (void) { return lm; } /* { dg-error "return from pointer to non-enclosed address space" } */
50 void call_ea2 (void) { call_ea (lm); } /* { dg-error "passing argument 1 of 'call_ea' from pointer to non-enclosed address space" } */
54 void to_ea_with_cast (void) { ea = (ea_ptr_t)lm; } /* { dg-warning "cast to __ea address space pointer" } */
55 void to_lm_with_cast (void) { lm = (lm_ptr_t)ea; } /* { dg-warning "cast to generic address space pointer" } */
56 void init_ea_with_cast (void) { ea_ptr_t l_ea = (ea_ptr_t)lm; } /* { dg-warning "cast to __ea address space pointer" } */
58 ea_ptr_t ret_ea_with_cast (void) { return (ea_ptr_t)lm; } /* { d
[all...]
/netbsd-6-1-5-RELEASE/sys/miscfs/overlay/
H A Doverlay.h87 struct layer_mount lm; /* generic layerfs mount stuff */ member in struct:overlay_mount
89 #define ovm_vfs lm.layerm_vfs
90 #define ovm_rootvp lm.layerm_rootvp
91 #define ovm_export lm.layerm_export
92 #define ovm_flags lm.layerm_flags
93 #define ovm_size lm.layerm_size
94 #define ovm_tag lm.layerm_tag
95 #define ovm_bypass lm.layerm_bypass
96 #define ovm_alloc lm.layerm_alloc
97 #define ovm_vnodeop_p lm
[all...]
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/preproc/
H A DMakefile.inc6 LDADD+= ${LIBGROFF} -lm -lsupc++
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/roff/
H A DMakefile.inc6 LDADD+= ${LIBGROFF} -lm -lsupc++
/netbsd-6-1-5-RELEASE/bin/sleep/
H A DMakefile5 LDADD+= -lm
/netbsd-6-1-5-RELEASE/usr.bin/lastcomm/
H A DMakefile6 LDADD= -lm
/netbsd-6-1-5-RELEASE/sys/miscfs/umapfs/
H A Dumap.h59 struct layer_mount lm; member in struct:umap_mount
67 #define umapm_vfs lm.layerm_vfs
68 #define umapm_rootvp lm.layerm_rootvp
69 #define umapm_export lm.layerm_export
70 #define umapm_flags lm.layerm_flags
71 #define umapm_size lm.layerm_size
72 #define umapm_tag lm.layerm_tag
73 #define umapm_bypass lm.layerm_bypass
74 #define umapm_alloc lm.layerm_alloc
75 #define umapm_vnodeop_p lm
[all...]
/netbsd-6-1-5-RELEASE/games/pom/
H A DMakefile7 LDADD= -lm
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/devices/
H A DMakefile.inc6 LDADD+= ${LIBDRIVER} ${LIBGROFF} -lm -lsupc++
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/src/utils/
H A DMakefile.inc9 LDADD+= -lm -lsupc++
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/avr/
H A DMakefile.in20 SIM_EXTRA_LIBS = -lm
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/dev/
H A Dibm405gp.c147 paddr_t la, lm, pl, ph; local
154 lm = bus_space_read_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM0MA);
157 printf("0: %08lx,%08lx -> %08lx%08lx %sprefetchable, %s\n", la, lm, ph, pl,
158 (lm & 2) ? "":"not ",
159 (lm & 1) ? "enabled":"disabled");
161 lm = bus_space_read_4(pcicfg_iot, pcicfg_ioh, PCIL_PMM1MA);
164 printf("1: %08lx,%08lx -> %08lx%08lx %sprefetchable, %s\n", la, lm, ph, pl,
165 (lm & 2) ? "":"not ",
166 (lm & 1) ? "enabled":"disabled");
168 lm
[all...]
/netbsd-6-1-5-RELEASE/games/caesar/
H A DMakefile7 LDADD= -lm
/netbsd-6-1-5-RELEASE/games/primes/
H A DMakefile8 LDADD= -lm
/netbsd-6-1-5-RELEASE/usr.bin/seq/
H A DMakefile5 LDADD= -lm
/netbsd-6-1-5-RELEASE/usr.bin/jot/
H A DMakefile6 LDADD= -lm
/netbsd-6-1-5-RELEASE/sys/modules/lm/
H A DMakefile7 KMOD= lm
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mcore/
H A DMakefile.in22 SIM_EXTRA_LIBS = -lm
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/microblaze/
H A DMakefile.in22 SIM_EXTRA_LIBS = -lm
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Daztech.c103 struct lm700x_t lm; member in struct:az_softc
169 sc->lm.iot = ia->ia_iot;
177 if (bus_space_map(sc->lm.iot, ia->ia_io[0].ir_addr,
178 ia->ia_io[0].ir_size, 0, &sc->lm.ioh))
183 /* Configure struct lm700x_t lm */
184 sc->lm.offset = 0;
185 sc->lm.wzcl = AZ_WREN_ON | AZ_CLCK_OFF | AZ_DATA_OFF;
186 sc->lm.wzch = AZ_WREN_ON | AZ_CLCK_ON | AZ_DATA_OFF;
187 sc->lm.wocl = AZ_WREN_ON | AZ_CLCK_OFF | AZ_DATA_ON;
188 sc->lm
[all...]
H A Dradiotrack.c116 struct lm700x_t lm; member in struct:rt_softc
182 sc->lm.iot = ia->ia_iot;
190 if (bus_space_map(sc->lm.iot, ia->ia_io[0].ir_addr,
191 ia->ia_io[0].ir_size, 0, &sc->lm.ioh))
213 /* Configure struct lm700x_t lm */
214 sc->lm.offset = 0;
215 sc->lm.wzcl = RT_WREN_ON | RT_CLCK_OFF | RT_DATA_OFF;
216 sc->lm.wzch = RT_WREN_ON | RT_CLCK_ON | RT_DATA_OFF;
217 sc->lm.wocl = RT_WREN_ON | RT_CLCK_OFF | RT_DATA_ON;
218 sc->lm
[all...]

Completed in 289 milliseconds

1234567891011>>