| /trueos/contrib/amd/libamu/ |
| HD | mtab.c | 110 char *eq = strchr(instr, '='); in haseq() local 129 char *eq = str + strlen(opt); /* Look at char just after option */ in hasmnteq() local 175 char *eq, *endptr; in hasmntvalerr() local 230 char *eq = hasmnteq(mnt, opt); in hasmntstr() local
|
| /trueos/sys/dev/oce/ |
| HD | oce_queue.c | 170 struct oce_eq *eq; in oce_queue_release_all() local 318 oce_wq_create(struct oce_wq *wq, struct oce_eq *eq) in oce_wq_create() 510 oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq) in oce_rq_create() 585 struct oce_eq *eq; in oce_eq_create() local 624 oce_eq_del(struct oce_eq *eq) in oce_eq_del() 658 oce_mq_create(POCE_SOFTC sc, struct oce_eq *eq, uint32_t q_len) in oce_mq_create() 877 oce_cq_create(POCE_SOFTC sc, struct oce_eq *eq, in oce_cq_create() 1046 oce_drain_eq(struct oce_eq *eq) in oce_drain_eq()
|
| HD | oce_if.c | 606 struct oce_eq *eq = ii->eq; in oce_intr() local 2067 struct oce_eq *eq; in oce_if_deactivate() local 2125 struct oce_eq *eq; in oce_if_activate() local
|
| /trueos/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_eq.c | 172 static inline void tavor_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) in tavor_set_eq_ci() 188 static inline void arbel_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) in arbel_set_eq_ci() 198 static inline void set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) in set_eq_ci() 227 static inline struct mthca_eqe *get_eqe(struct mthca_eq *eq, u32 entry) in get_eqe() 233 static inline struct mthca_eqe *next_eqe_sw(struct mthca_eq *eq) in next_eqe_sw() 259 static int mthca_eq_int(struct mthca_dev *dev, struct mthca_eq *eq) in mthca_eq_int() 419 struct mthca_eq *eq = eq_ptr; in mthca_tavor_msi_x_interrupt() local 453 struct mthca_eq *eq = eq_ptr; in mthca_arbel_msi_x_interrupt() local 467 struct mthca_eq *eq) in mthca_create_eq() 595 struct mthca_eq *eq) in mthca_free_eq()
|
| /trueos/sys/dev/cxgbe/ |
| HD | t4_sge.c | 1796 struct sge_eq *eq = &wrq->eq; in wrq_tx_drain() local 1807 struct sge_eq *eq = &wrq->eq; in drain_wrq_wr_list() local 1882 struct sge_eq *eq = &wrq->eq; in t4_wrq_tx_locked() local 2212 struct sge_eq *eq = &wrq->eq; in start_wrq_wr() local 2266 struct sge_eq *eq = &wrq->eq; in commit_wrq_wr() local 2324 struct sge_eq *eq = r->cookie; in can_resume_eth_tx() local 2345 struct sge_eq *eq = &txq->eq; in eth_tx() local 2503 init_eq(struct sge_eq *eq, int eqtype, int qsize, uint8_t tx_chan, in init_eq() 3198 ctrl_eq_alloc(struct adapter *sc, struct sge_eq *eq) in ctrl_eq_alloc() 3242 eth_eq_alloc(struct adapter *sc, struct port_info *pi, struct sge_eq *eq) in eth_eq_alloc() [all …]
|
| HD | adapter.h | 476 struct sge_eq eq; /* MUST be first */ member 561 struct sge_eq eq; /* MUST be first */ member 830 #define EQ_LOCK(eq) mtx_lock(&(eq)->eq_lock) argument 831 #define EQ_TRYLOCK(eq) mtx_trylock(&(eq)->eq_lock) argument 832 #define EQ_UNLOCK(eq) mtx_unlock(&(eq)->eq_lock) argument 833 #define EQ_LOCK_ASSERT_OWNED(eq) mtx_assert(&(eq)->eq_lock, MA_OWNED) argument 834 #define EQ_LOCK_ASSERT_NOTOWNED(eq) mtx_assert(&(eq)->eq_lock, MA_NOTOWNED) argument 969 tx_resume_threshold(struct sge_eq *eq) in tx_resume_threshold()
|
| /trueos/crypto/heimdal/lib/roken/ |
| HD | putenv.c | 54 const char *eq = (const char *)strchr(string, '='); in putenv() local
|
| /trueos/sys/ofed/drivers/net/mlx4/ |
| HD | eq.c | 96 static void eq_set_ci(struct mlx4_eq *eq, int req_not) in eq_set_ci() 105 static struct mlx4_eqe *get_eqe(struct mlx4_eq *eq, u32 entry, u8 eqe_factor) in get_eqe() 117 static struct mlx4_eqe *next_eqe_sw(struct mlx4_eq *eq, u8 eqe_factor) in next_eqe_sw() 440 static int mlx4_eq_int(struct mlx4_dev *dev, struct mlx4_eq *eq) in mlx4_eq_int() 798 struct mlx4_eq *eq = eq_ptr; in mlx4_msi_x_interrupt() local 869 static void __iomem *mlx4_get_eq_uar(struct mlx4_dev *dev, struct mlx4_eq *eq) in mlx4_get_eq_uar() 904 u8 intr, struct mlx4_eq *eq) in mlx4_create_eq() 1016 struct mlx4_eq *eq) in mlx4_free_eq()
|
| /trueos/tools/regression/lib/libc/stdio/ |
| HD | test-scanfloat.c | 43 #define eq(type, a, b) _eq(type##_EPSILON, (a), (b)) macro
|
| /trueos/bin/kenv/ |
| HD | kenv.c | 63 char *env, *eq, *val; in main() local
|
| /trueos/usr.bin/make/ |
| HD | shell.c | 190 char *eq; in ShellParseSpec() local
|
| /trueos/usr.bin/xlint/lint2/ |
| HD | chk.c | 238 int warn, eq; in chkvtui() local 298 int eq, warn; in chkvtdi() local 1097 int osdef, eq, warn, n; in chkadecl() local
|
| /trueos/contrib/amd/amd/ |
| HD | opts.c | 485 char *eq = strchr(f, '='); in split_opts() local 550 char *eq = strchr(f, '='); in eval_selectors() local 775 char *eq = strchr(f, '='); in strip_selectors() local
|
| HD | am_ops.c | 315 char *eq; /* pointer to whatever follows '=' within temp */ in merge_opts() local
|
| /trueos/contrib/serf/auth/ |
| HD | auth_basic.c | 51 const char *eq, *realm = NULL; in serf__handle_basic_auth() local
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | char_traits.h | 100 eq(const char_type& __c1, const char_type& __c2) in eq() function
|
| /trueos/sbin/iscontrol/ |
| HD | login.c | 158 char *eq, *ptr; in processParams() local
|
| /trueos/contrib/opie/ |
| HD | glob.c | 84 #define eq(a,b) (strcmp((a),(b)) == (0)) macro
|
| /trueos/usr.sbin/config/ |
| HD | config.h | 210 #define eq(a,b) (!strcmp(a,b)) macro
|
| /trueos/contrib/libstdc++/src/ |
| D | compatibility.cc | 45 #define eq eqXX macro
|
| /trueos/contrib/gcc/ |
| HD | loop-invariant.c | 425 find_or_insert_inv (htab_t eq, rtx expr, enum machine_mode mode, in find_or_insert_inv() 456 find_identical_invariants (htab_t eq, struct invariant *inv) in find_identical_invariants() 493 htab_t eq = htab_create (VEC_length (invariant_p, invariants), in merge_identical_invariants() local
|
| /trueos/contrib/llvm/lib/CodeGen/ |
| HD | LiveInterval.cpp | 934 if (unsigned eq = EqClass[I->valno->id]) { in Distribute() local 949 if (unsigned eq = EqClass[i]) { in Distribute() local
|
| /trueos/usr.bin/checknr/ |
| HD | checknr.c | 525 eq(const char *s1, const char *s2) in eq() function
|
| /trueos/lib/libc/db/test/ |
| HD | dbtest.c | 587 char *eq, *index(); local
|
| /trueos/sys/kern/ |
| HD | subr_hints.c | 56 char *line, *eq; in sysctl_hintmode() local
|