Searched refs:ilevel (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/usr.bin/m4/
H A Dmain.c70 int ilevel = 0; /* input file stack pointer */ variable
260 ilevel = 0; /* in case m4wrap includes.. */
418 if (sp > -1 && ilevel <= 0) {
423 if (ilevel <= 0)
425 release_input(infile+ilevel--);
427 bufbase = bbase[ilevel];
517 infile[ilevel].synch_lineno++;
518 if (infile[ilevel].synch_lineno !=
519 infile[ilevel].lineno)
532 infile[ilevel]
[all...]
H A Dmisc.c60 unsigned char *bufbase; /* the base for current ilevel */
61 unsigned char *bbase[MAXINP]; /* the base for each ilevel */
379 infile[ilevel].lineno, infile[ilevel].name);
380 infile[ilevel].synch_lineno = infile[ilevel].lineno;
H A Dextern.h157 extern int ilevel; /* input file stack pointer */
162 extern unsigned char *bufbase; /* buffer base for this ilevel */
163 extern unsigned char *bbase[]; /* buffer base per ilevel */
H A Deval.c111 mark = trace(argv, argc, infile+ilevel);
494 doprintlineno(infile+ilevel);
497 doprintfilename(infile+ilevel);
711 if (ilevel + 1 == MAXINP)
713 if (fopen_trypath(infile+ilevel+1, ifile) != NULL) {
714 ilevel++;
715 bbase[ilevel] = bufbase = bp;
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_gpio.c105 ar5212GpioSetIntr(struct ath_hal *ah, u_int gpio, uint32_t ilevel) argument
114 if (ilevel)
H A Dar5212.h475 extern void ar5212GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5315_gpio.c108 ar5315GpioSetIntr(struct ath_hal *ah, u_int gpio, uint32_t ilevel) argument
117 if (ilevel)
H A Dar5312.h49 extern void ar5312GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel);
57 extern void ar5315GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel);
H A Dar5312_gpio.c108 ar5312GpioSetIntr(struct ath_hal *ah, u_int gpio, uint32_t ilevel) argument
118 if (ilevel)
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_gpio.c208 ar5416GpioSetIntr(struct ath_hal *ah, u_int gpio, uint32_t ilevel) argument
214 "%s: gpio=%d, ilevel=%d\n", __func__, gpio, ilevel);
216 if (ilevel == HAL_GPIO_INTR_DISABLE) {
245 if (ilevel == HAL_GPIO_INTR_HIGH) {
248 } else if (ilevel == HAL_GPIO_INTR_LOW) {
H A Dar5416.h234 extern void ar5416GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel);
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_gpio.c428 ar9300_gpio_set_intr(struct ath_hal *ah, u_int gpio, u_int32_t ilevel) argument
465 if (ilevel == HAL_GPIO_INTR_DISABLE) {
484 if (ilevel == HAL_GPIO_INTR_HIGH) {
487 } else if (ilevel == HAL_GPIO_INTR_LOW) {
H A Dar9300_stub_funcs.h53 extern void ar9300_Stub_GpioSetIntr(struct ath_hal *ah, u_int, uint32_t ilevel);
H A Dar9300_stub_funcs.c303 ar9300_Stub_GpioSetIntr(struct ath_hal *ah, u_int gpioPin, uint32_t ilevel) argument
H A Dar9300.h1235 extern void ar9300_gpio_set_intr(struct ath_hal *ah, u_int, u_int32_t ilevel);
/freebsd-10-stable/sbin/fsck_ffs/
H A Dinode.c55 static int iblock(struct inodesc *, long ilevel, off_t isize, int type);
154 iblock(struct inodesc *idesc, long ilevel, off_t isize, int type) argument
172 ilevel--;
173 for (sizepb = sblock.fs_bsize, i = 0; i < ilevel; i++)
195 if (ilevel == 0)
199 if (ilevel == 0)
202 n = iblock(idesc, ilevel, isize, type);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c224 ar5210Gpio0SetIntr(struct ath_hal *ah, u_int gpio, uint32_t ilevel) argument
233 if (ilevel)
H A Dar5210.h223 extern void ar5210Gpio0SetIntr(struct ath_hal *, u_int, uint32_t ilevel);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c264 ar5211GpioSetIntr(struct ath_hal *ah, u_int gpio, uint32_t ilevel) argument
273 if (ilevel)
H A Dar5211.h244 extern void ar5211GpioSetIntr(struct ath_hal *, u_int, uint32_t ilevel);
/freebsd-10-stable/contrib/gcc/
H A Dcfgloop.c405 int ilevel = flow_loop_level_compute (inner) + 1;
407 if (ilevel > level)
408 level = ilevel;
404 int ilevel = flow_loop_level_compute (inner) + 1; local
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_ndis.c2258 uint32_t ivec, uint32_t ilevel, uint8_t reqisr, uint8_t shared,
2290 ivec, ilevel, 0, imode, shared, 0, FALSE);
2257 NdisMRegisterInterrupt(ndis_miniport_interrupt *intr, ndis_handle adapter, uint32_t ivec, uint32_t ilevel, uint8_t reqisr, uint8_t shared, ndis_interrupt_mode imode) argument

Completed in 304 milliseconds