Searched refs:eq (Results 1 - 25 of 425) sorted by relevance

1234567891011>>

/freebsd-9.3-release/tools/regression/geom_eli/
H A Dconfigure-b-B.t12 if [ $? -eq 0 ]; then
19 if [ $? -eq 0 ]; then
26 if [ $? -eq 0 ]; then
33 if [ $? -eq 0 ]; then
40 if [ $? -eq 0 ]; then
47 if [ $? -eq 0 ]; then
54 if [ $? -eq 0 ]; then
61 if [ $? -eq 0 ]; then
68 if [ $? -eq 0 ]; then
75 if [ $? -eq
[all...]
H A Dreadonly.t15 if [ $? -eq 0 ]; then
22 if [ $? -eq 0 ]; then
36 if [ $? -eq 0 ]; then
51 if [ $? -eq 0 ]; then
79 if [ $? -eq 0 ]; then
86 if [ $? -eq 0 ]; then
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dcidrexpand80 if ($ch eq '\\')
85 elsif ($qtype eq '' && $ch eq '#')
90 elsif ($qtype ne '' && $ch eq $qtype)
94 elsif ($qtype eq '' && $ch =~ /[\'\"]/)
/freebsd-9.3-release/contrib/amd/libamu/
H A Dmtab.c110 char *eq = strchr(instr, '='); local
111 if (eq) return ++eq;
129 char *eq = str + strlen(opt); /* Look at char just after option */ local
130 if (*eq == '=') /* Is it '=' ? */
131 return ++eq; /* If so, return pointer to remaining str */
175 char *eq, *endptr; local
183 eq = hasmnteq(mnt, opt);
185 if (!eq) { /* no argument to option ('=' sign was missing) */
192 i = strtol(eq,
230 char *eq = hasmnteq(mnt, opt); local
[all...]
/freebsd-9.3-release/tools/regression/tmpfs/
H A Dt_create51 test ${st_flags} -eq 0 || die
52 test ${st_size} -eq 0 || die
53 test ${st_uid} -eq $(id -u) || die
54 test ${st_gid} -eq ${dst_gid} || die
64 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
65 [ ${st_gid} -eq 0 ] || die
69 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
70 [ ${st_gid} -eq 100 ] || die
74 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
75 [ ${st_gid} -eq
[all...]
H A Dh_funcs.subr59 [ ${Verbose} -eq 2 ] && err "Test ended unexpectedly"
60 [ ${Verbose} -eq 1 ] && echo " failed."
129 test ${got} -eq ${nev}
175 [ ${Verbose} -eq 1 ] && echo -n "${Prog_Name}:"
176 [ ${Verbose} -eq 2 ] && echo "${Prog_Name}: Running tests"
178 [ ${Verbose} -eq 1 ] && echo " ok."
179 [ ${Verbose} -eq 2 ] && echo "${Prog_Name}: All tests were successful"
H A Dt_mkdir70 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
71 [ ${st_gid} -eq 0 ] || die
75 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
76 [ ${st_gid} -eq 100 ] || die
80 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
81 [ ${st_gid} -eq 0 ] || die
85 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
86 [ ${st_gid} -eq 100 ] || die
H A Dt_times46 [ ${ost_birthtime} -eq ${ost_atime} ] || die
47 [ ${ost_birthtime} -eq ${ost_ctime} ] || die
48 [ ${ost_birthtime} -eq ${ost_mtime} ] || die
55 [ ${st_ctime} -eq ${ost_ctime} ] || die
56 [ ${st_mtime} -eq ${ost_mtime} ] || die
75 [ ${st_ctime} -eq ${ost_ctime} ] || die
76 [ ${st_mtime} -eq ${ost_mtime} ] || die
86 [ ${st_atime} -eq ${ost_atime} ] || die
88 [ ${st_mtime} -eq ${ost_mtime} ] || die
99 [ ${st_atime} -eq
[all...]
H A Dt_setattr49 [ ${st_uid} -eq 1234 ] || die
50 [ ${st_gid} -eq ${ost_gid} ] || die
62 [ ${st_uid} -eq ${ost_uid} ] || die
63 [ ${st_gid} -eq 5678 ] || die
74 [ ${st_uid} -eq 1234 ] || die
75 [ ${st_gid} -eq 5678 ] || die
86 [ ${st_mode} -eq 40000 ] || die
/freebsd-9.3-release/tools/regression/usr.bin/apply/
H A Dregress.01.sh11 if [ $? -eq 0 ]; then
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dputenv.c55 const char *eq = (const char *)strchr(string, '='); local
58 if (eq == NULL)
60 len = eq - string;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_eq.c172 static inline void tavor_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) argument
183 mthca_write64(MTHCA_EQ_DB_SET_CI | eq->eqn, ci & (eq->nent - 1),
188 static inline void arbel_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) argument
193 dev->eq_regs.arbel.eq_set_ci_base + eq->eqn * 8);
198 static inline void set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) argument
201 arbel_set_eq_ci(dev, eq, ci);
203 tavor_set_eq_ci(dev, eq, ci);
227 static inline struct mthca_eqe *get_eqe(struct mthca_eq *eq, u32 entry) argument
229 unsigned long off = (entry & (eq
233 next_eqe_sw(struct mthca_eq *eq) argument
259 mthca_eq_int(struct mthca_dev *dev, struct mthca_eq *eq) argument
419 struct mthca_eq *eq = eq_ptr; local
453 struct mthca_eq *eq = eq_ptr; local
464 mthca_create_eq(struct mthca_dev *dev, int nent, u8 intr, struct mthca_eq *eq) argument
594 mthca_free_eq(struct mthca_dev *dev, struct mthca_eq *eq) argument
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dfddist72 if [ $opt_read -eq 0 -a $opt_write -eq 0 ]; then
H A Ddappprof103 if [ $opt_pid -eq 0 ]; then
111 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
117 if [ $opt_liball -eq 1 ]; then
120 elif [ $opt_lib -eq 1 ]; then
233 if [ $opt_command -eq 1 ]; then
H A Dprocsystime98 if [ $opt_pid -eq 0 -a $opt_name -eq 0 -a "$*" != "" ]; then
103 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
228 if [ $opt_command -eq 1 ]; then
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Proc/
H A Dfddist72 if [ $opt_read -eq 0 -a $opt_write -eq 0 ]; then
H A Ddappprof103 if [ $opt_pid -eq 0 ]; then
111 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
117 if [ $opt_liball -eq 1 ]; then
120 elif [ $opt_lib -eq 1 ]; then
233 if [ $opt_command -eq 1 ]; then
/freebsd-9.3-release/etc/rc.d/
H A Dzfs19 if [ `$SYSCTL_N security.jail.mount_allowed` -eq 1 ]; then
35 if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then
44 if [ `$SYSCTL_N security.jail.mount_allowed` -eq 1 ]; then
57 if [ `$SYSCTL_N security.jail.jailed` -eq 1 ]; then
/freebsd-9.3-release/share/examples/ppp/
H A Dppp.conf.sample267 set filter alive 0 deny udp src eq 520 # routed
268 set filter alive 1 deny udp dst eq 520 # routed
269 set filter alive 2 deny udp src eq 513 # rwhod
270 set filter alive 3 deny udp src eq 525 # timed
271 set filter alive 4 deny udp src eq 137 # NetBIOS name service
272 set filter alive 5 deny udp src eq 138 # NetBIOS datagram service
273 set filter alive 6 deny tcp src eq 139 # NetBIOS session service
274 set filter alive 7 deny udp dst eq 137 # NetBIOS name service
275 set filter alive 8 deny udp dst eq 138 # NetBIOS datagram service
276 set filter alive 9 deny tcp dst eq 13
[all...]
/freebsd-9.3-release/usr.sbin/pc-sysinstall/backend-query/
H A Dlist-packages.sh59 if [ "${NARGS}" -eq "0" ]
63 elif [ "${NARGS}" -eq "1" ]
80 elif [ "${NARGS}" -eq "2" ]
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Deq.c139 static void eq_set_ci(struct mlx4_eq *eq, int req_not) argument
141 __raw_writel((__force u32) cpu_to_be32((eq->cons_index & 0xffffff) |
143 eq->doorbell);
148 static struct mlx4_eqe *get_eqe(struct mlx4_eq *eq, u32 entry) argument
150 unsigned long off = (entry & (eq->nent - 1)) * MLX4_EQ_ENTRY_SIZE;
151 return eq->page_list[off / PAGE_SIZE].buf + off % PAGE_SIZE;
154 static struct mlx4_eqe *next_eqe_sw(struct mlx4_eq *eq) argument
156 struct mlx4_eqe *eqe = get_eqe(eq, eq->cons_index);
157 return !!(eqe->owner & 0x80) ^ !!(eq
160 mlx4_eq_int(struct mlx4_dev *dev, struct mlx4_eq *eq) argument
279 struct mlx4_eq *eq = eq_ptr; local
320 mlx4_get_eq_uar(struct mlx4_dev *dev, struct mlx4_eq *eq) argument
342 mlx4_create_eq(struct mlx4_dev *dev, int nent, u8 intr, struct mlx4_eq *eq) argument
453 mlx4_free_eq(struct mlx4_dev *dev, struct mlx4_eq *eq) argument
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/
H A Dautogen.sh13 elif [[ $ac_maj -eq 2 && $ac_min -lt 57 ]]; then
26 elif [[ $am_maj -eq 1 && $am_min -lt 6 ]]; then
29 elif [[ $am_maj -eq 1 && $am_min -eq 6 && $am_sub -lt 3 ]]; then
42 elif [[ $lt_maj -eq 1 && $lt_min -lt 4 ]]; then
45 elif [[ $lt_maj -eq 1 && $lt_min -eq 4 && $lt_sub -lt 2 ]]; then
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_sge.c1047 init_eq(&txq->eq, EQ_ETH, pi->qsize_txq, pi->tx_chan, iqid,
1066 init_eq(&ofld_txq->eq, EQ_OFLD, pi->qsize_txq, pi->tx_chan,
1088 init_eq(&ctrlq->eq, EQ_CTRL, CTRL_EQ_QSIZE, pi->tx_chan, iqid, name);
1663 struct sge_eq *eq = &wrq->eq; local
1669 KASSERT((eq->flags & EQ_TYPEMASK) == EQ_OFLD ||
1670 (eq->flags & EQ_TYPEMASK) == EQ_CTRL,
1671 ("%s: eq type %d", __func__, eq->flags & EQ_TYPEMASK));
1673 KASSERT((eq
1783 struct sge_eq *eq = &txq->eq; local
1975 can_resume_tx(struct sge_eq *eq) argument
2015 init_eq(struct sge_eq *eq, int eqtype, int qsize, uint8_t tx_chan, uint16_t iqid, char *name) argument
2544 ctrl_eq_alloc(struct adapter *sc, struct sge_eq *eq) argument
2588 eth_eq_alloc(struct adapter *sc, struct port_info *pi, struct sge_eq *eq) argument
2631 ofld_eq_alloc(struct adapter *sc, struct port_info *pi, struct sge_eq *eq) argument
2674 alloc_eq(struct adapter *sc, struct port_info *pi, struct sge_eq *eq) argument
2743 free_eq(struct adapter *sc, struct sge_eq *eq) argument
2841 struct sge_eq *eq = &txq->eq; local
2927 struct sge_eq *eq = &txq->eq; local
3346 struct sge_eq *eq = &txq->eq; local
3536 struct sge_eq *eq = &txq->eq; local
3606 struct sge_eq *eq = &txq->eq; local
3656 struct sge_eq *eq = &txq->eq; local
3738 write_sgl_to_txd(struct sge_eq *eq, struct sgl *sgl, caddr_t *to) argument
3809 copy_to_txd(struct sge_eq *eq, caddr_t from, caddr_t *to, int len) argument
3826 ring_eq_db(struct adapter *sc, struct sge_eq *eq) argument
3878 reclaimable(struct sge_eq *eq) argument
3904 struct sge_eq *eq = &txq->eq; local
3967 write_eqflush_wr(struct sge_eq *eq) argument
4197 struct sge_eq *eq; local
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/
H A Dprocsystime98 if [ $opt_pid -eq 0 -a $opt_name -eq 0 -a "$*" != "" ]; then
103 if [ $opt_elapsed -eq 0 -a $opt_cpu -eq 0 -a $opt_counts -eq 0 ]; then
228 if [ $opt_command -eq 1 ]; then
/freebsd-9.3-release/contrib/ofed/management/opensm/scripts/
H A Dsldd.sh.in66 [ $SLDD_DEBUG -eq 1 ] &&
77 if [ ${num_of_osm_hosts} -eq 1 ]; then
78 [ $SLDD_DEBUG -eq 1 ] &&
110 [ $SLDD_DEBUG -eq 1 ] &&
123 [ $SLDD_DEBUG -eq 1 ] &&
129 [ $SLDD_DEBUG -eq 1 ] &&
135 [ $SLDD_DEBUG -eq 1 ] &&
203 [ $SLDD_DEBUG -eq 1 ] &&
220 [ $SLDD_DEBUG -eq 1 ] &&
228 [ $SLDD_DEBUG -eq
[all...]

Completed in 229 milliseconds

1234567891011>>