Home
last modified time | relevance | path

Searched defs:ini (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c362 struct ini { in ar5416Attach() struct
363 uint32_t *data; /* NB: !const */ in ar5416Attach()
364 int rows, cols; in ar5416Attach()
H A Dar5416_reset.c2695 struct ini { struct
2696 uint32_t *data; /* NB: !const */
2697 int rows, cols;
/freebsd-12.1/sys/dev/isp/
H A Disp_target.h88 #define VALID_INI(ini) (ini != INI_NONE && ini != INI_ANY) argument
/freebsd-12.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c585 int ini = ((pCard->flags & AGTIAPI_INIT_TIME) == AGTIAPI_INIT_TIME); in ostiEnter() local
613 int ini = ((pCard->flags & AGTIAPI_INIT_TIME) == AGTIAPI_INIT_TIME); in ostiLeave() local
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_sport.c1012 uint32_t fc_id, uint8_t ini, uint8_t tgt, void *tgt_data, in ocs_sport_vport_new()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-rad-defs.h917 uint64_t ini : 1; /**< ICTL init flag */ member
/freebsd-12.1/contrib/gcc/
H A Dc-decl.c6451 tree ini = DECL_INITIAL (enu); in finish_enum() local