Home
last modified time | relevance | path

Searched refs:ee (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/freebsd-13.1/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c74 ee->eeprom_version, in eeprom_9300_hdr_print()
75 ee->template_version, in eeprom_9300_hdr_print()
76 ee->mac_addr[0], in eeprom_9300_hdr_print()
77 ee->mac_addr[1], in eeprom_9300_hdr_print()
78 ee->mac_addr[2], in eeprom_9300_hdr_print()
79 ee->mac_addr[3], in eeprom_9300_hdr_print()
80 ee->mac_addr[4], in eeprom_9300_hdr_print()
81 ee->mac_addr[5]); in eeprom_9300_hdr_print()
301 ee->ctl_index_2g[i], in eeprom_9300_print_2g_ctls()
478 const ar9300_eeprom_t *ee; in main() local
[all …]
/freebsd-13.1/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c81 ee->ee_eepMap && !ee->ee_Amode) { in readEepromFreqPierInfo()
124 ee->ee_channels11a[i] = fbin2freq(ee, ee->ee_channels11a[i]); in readEepromFreqPierInfo()
751 if (ee->ee_Amode) { in readEepromRawPowerCalInfo2413()
823 if (ee->ee_version >= AR_EEPROM_VER4_0 && ee->ee_eepMap == 1) in readEepromRawPowerCalInfo()
825 if (ee->ee_version >= AR_EEPROM_VER5_0 && ee->ee_eepMap == 2) in readEepromRawPowerCalInfo()
929 enable24 = ee->ee_Bmode || ee->ee_Gmode; in readEepromTargetPowerCalInfo()
1677 ee->ee_Amode = v; in legacyEepromSet()
1680 ee->ee_Bmode = v; in legacyEepromSet()
1683 ee->ee_Gmode = v; in legacyEepromSet()
1728 *result = ee; in legacyEepromDiag()
[all …]
H A Dah_eeprom_v4k.c141 *result = ee; in v4kEepromDiag()
158 ee->baseEepHeader.length = word; in eepromSwap()
161 ee->baseEepHeader.checksum = word; in eepromSwap()
164 ee->baseEepHeader.version = word; in eepromSwap()
182 pModal = &ee->modalHeader; in eepromSwap()
259 ee->ee_numCtls = i; in v4kEepromReadCTLInfo()
272 ath_hal_free(ee); in v4kEepromDetach()
291 HALASSERT(ee == AH_NULL); in ath_hal_v4kEepromAttach()
312 if (ee == AH_NULL) { in ath_hal_v4kEepromAttach()
379 owl_get_eep_ver(ee), owl_get_eep_rev(ee)); in ath_hal_v4kEepromAttach()
[all …]
H A Dah_eeprom_9287.c132 ee->ee_antennaGainMax[1] = (int8_t) v; in v9287EepromSet()
147 *result = ee; in v9287EepromDiag()
156 eepromSwap(HAL_EEPROM_9287 *ee) in eepromSwap() argument
190 pModal = &ee->ee_base.modalHeader; in eepromSwap()
269 ee->ee_numCtls = i; in v9287EepromReadCTLInfo()
282 ath_hal_free(ee); in v9287EepromDetach()
301 HALASSERT(ee == AH_NULL); in ath_hal_9287EepromAttach()
323 if (ee == AH_NULL) { in ath_hal_9287EepromAttach()
328 eep_data = (uint16_t *) ee; in ath_hal_9287EepromAttach()
389 owl_get_eep_ver(ee), owl_get_eep_rev(ee)); in ath_hal_9287EepromAttach()
[all …]
H A Dah_eeprom_v14.c185 *result = ee; in v14EepromDiag()
194 eepromSwap(struct ar5416eeprom *ee) in eepromSwap() argument
202 ee->baseEepHeader.length = word; in eepromSwap()
208 ee->baseEepHeader.version = word; in eepromSwap()
227 pModal = &ee->modalHeader[j]; in eepromSwap()
307 ee->ee_numCtls = i; in v14EepromReadCTLInfo()
320 ath_hal_free(ee); in v14EepromDetach()
344 HALASSERT(ee == AH_NULL); in ath_hal_v14EepromAttach()
366 if (ee == AH_NULL) { in ath_hal_v14EepromAttach()
429 owl_get_eep_ver(ee), owl_get_eep_rev(ee)); in ath_hal_v14EepromAttach()
[all …]
H A Dah_eeprom_v1.c87 *result = ee; in v1EepromDiag()
88 *resultsize = sizeof(*ee); in v1EepromDiag()
108 ath_hal_free(ee); in v1EepromDetach()
121 HALASSERT(ee == AH_NULL); in ath_hal_v1EepromAttach()
183 if (ee == AH_NULL) { in ath_hal_v1EepromAttach()
188 ee->ee_version = eeprom_version; in ath_hal_v1EepromAttach()
189 ee->ee_protect = protect; in ath_hal_v1EepromAttach()
190 ee->ee_antenna = athvals[2]; in ath_hal_v1EepromAttach()
191 ee->ee_biasCurrents = athvals[3]; in ath_hal_v1EepromAttach()
194 ee->ee_xpaOn = athvals[5] & 0xff; in ath_hal_v1EepromAttach()
[all …]
/freebsd-13.1/contrib/ee/
H A Dmake.default4 # subset of curses that supports ee) will be built and ee will use new_curse
12 # object files, and the ee binary.
37 all : ee
39 curses : ee.c
40 cc ee.c -o ee $(CFLAGS) -lcurses
42 ee : ee.o new_curse.o
43 cc -o ee ee.o new_curse.o $(CFLAGS)
45 ee.o : ee.c new_curse.h
52 cp ee /usr/local/bin/ee
53 cp ee.1 /usr/local/man/man1/ee.1
[all …]
H A Dcreate.make171 Modify the file make.default and build ee by typing:
198 Modify the file make.default and build ee by typing:
269 curses : ee.c
270 cc ee.c -o ee \$(CFLAGS) -lcurses
272 ee : ee.o new_curse.o
273 cc -o ee ee.o new_curse.o \$(CFLAGS)
275 ee.o : ee.c new_curse.h
276 cc -c ee.c \$(DEFINES) \$(CFLAGS)
288 rm -f ee.o new_curse.o ee
H A DMakefile24 cp ee /usr/local/bin/ee
25 cp ee.1 /usr/local/man/man1/ee.1
28 rm -f ee.o new_curse.o ee
H A DREADME.ee29 The editor 'ee' (easy editor) is intended to be a simple, easy to use
34 ee's simplified interface is highlighted by the use of pop-up menus which
39 ee allows users to use full eight-bit characters. If the host system has
40 the capabilities, ee can use message catalogs, which would allow users to
42 characters. See the file ee.i18n.guide for more details.
44 ee relies on the virtual memory abilities of the platform it is running on
47 I am releasing ee because I hate to see new users and non-computer types
70 While ee is based on curses, I have included here the source code to
82 of ee, it is recommended that you use new_curse rather than the curses
96 build ee by simply typing "make". A make file which takes into account
[all …]
/freebsd-13.1/contrib/bearssl/test/x509/
H A Dalltests.txt52 name = ee-rsa2048
58 name = ee-p256
64 name = ee-p384
70 name = ee-p521
126 name = ee
128 key = ee-rsa2048
178 anchors = ee
473 anchors = ee
485 anchors = ee
595 eekey = ee-p256
[all …]
/freebsd-13.1/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_expr.c35 struct _Dwarf_P_Expr_Entry *ee; in _dwarf_add_expr() local
46 if ((ee = calloc(1, sizeof(*ee))) == NULL) { in _dwarf_add_expr()
53 ee->ee_loc.lr_atom = opcode; in _dwarf_add_expr()
54 ee->ee_loc.lr_number = val1; in _dwarf_add_expr()
55 ee->ee_loc.lr_number2 = val2; in _dwarf_add_expr()
60 return (ee); in _dwarf_add_expr()
66 struct _Dwarf_P_Expr_Entry *ee; in _dwarf_expr_into_block() local
93 ee->ee_loc.lr_atom, ee->ee_loc.lr_number, in _dwarf_expr_into_block()
118 free(ee); in _dwarf_expr_cleanup()
176 struct _Dwarf_P_Expr_Entry *ee; in dwarf_add_expr_addr_b() local
[all …]
/freebsd-13.1/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diagnostics.c362 if (ee->len == 0) in mlx5_get_eeprom()
366 while (ee->device_addr < ee->len) { in mlx5_get_eeprom()
367 ret = mlx5_query_eeprom(dev, ee->i2c_addr, ee->page_num, ee->device_addr, in mlx5_get_eeprom()
368 ee->len - ee->device_addr, ee->module_num, in mlx5_get_eeprom()
369 ee->data + (ee->device_addr / 4), &size_read); in mlx5_get_eeprom()
375 ee->device_addr += size_read; in mlx5_get_eeprom()
379 if (ee->page_valid == 1) { in mlx5_get_eeprom()
384 ret = mlx5_query_eeprom(dev, ee->i2c_addr, ee->page_num, in mlx5_get_eeprom()
385 ee->device_addr, MLX5_EEPROM_PAGE_LENGTH - ee->device_addr, in mlx5_get_eeprom()
386 ee->module_num, ee->data + (ee->len / 4) + in mlx5_get_eeprom()
[all …]
/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c238 tempOB = ee->ee_ob1; in ar5111SetRfRegs()
239 tempDB = ee->ee_db1; in ar5111SetRfRegs()
241 tempOB = ee->ee_ob2; in ar5111SetRfRegs()
242 tempDB = ee->ee_db2; in ar5111SetRfRegs()
244 tempOB = ee->ee_ob3; in ar5111SetRfRegs()
245 tempDB = ee->ee_db3; in ar5111SetRfRegs()
247 tempOB = ee->ee_ob4; in ar5111SetRfRegs()
248 tempDB = ee->ee_db4; in ar5111SetRfRegs()
261 tempOB = ee->ee_obFor24; in ar5111SetRfRegs()
262 tempDB = ee->ee_dbFor24; in ar5111SetRfRegs()
[all …]
H A Dar5212_reset.c129 const HAL_EEPROM *ee; in ar5212Reset() local
144 ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212Reset()
340 ee->ee_cckOfdmPwrDelta - in ar5212Reset()
344 ee->ee_cckOfdmPwrDelta); in ar5212Reset()
2058 if (ee->ee_eepMap < 2) { in ar5212SetTransmitPower()
2069 ee->ee_cckOfdmPwrDelta - in ar5212SetTransmitPower()
2073 ee->ee_cckOfdmPwrDelta); in ar5212SetTransmitPower()
2164 if (ee->ee_ctl[i] == 0) in ar5212SetRateTable()
2186 if (ee->ee_ctl[i] == 0) in ar5212SetRateTable()
2247 ee->ee_turbo2WMaxPower5); in ar5212SetRateTable()
[all …]
H A Dar5112.c208 ob5GHz = ee->ee_ob1; in ar5112SetRfRegs()
209 db5GHz = ee->ee_db1; in ar5112SetRfRegs()
211 ob5GHz = ee->ee_ob2; in ar5112SetRfRegs()
212 db5GHz = ee->ee_db2; in ar5112SetRfRegs()
214 ob5GHz = ee->ee_ob3; in ar5112SetRfRegs()
215 db5GHz = ee->ee_db3; in ar5112SetRfRegs()
217 ob5GHz = ee->ee_ob4; in ar5112SetRfRegs()
218 db5GHz = ee->ee_db4; in ar5112SetRfRegs()
226 ob2GHz = ee->ee_ob2GHz[0]; in ar5112SetRfRegs()
227 db2GHz = ee->ee_db2GHz[0]; in ar5112SetRfRegs()
[all …]
/freebsd-13.1/usr.bin/ee/
H A DMakefile3 .PATH: ${SRCTOP}/contrib/ee
8 PACKAGE=ee
9 PROG= ee
10 LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
11 MLINKS= ee.1 ree.1 ee.1 edit.1
27 NLSSRCFILES=ee.msg
29 . if exists(${.CURDIR}/nls/${lang}/ee.msg)
32 NLSSRCDIR_${lang}= ${SRCTOP}/contrib/ee
/freebsd-13.1/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1056 tempOB = ee->ee_ob1; in ar5211SetRf6and7()
1057 tempDB = ee->ee_db1; in ar5211SetRf6and7()
1059 tempOB = ee->ee_ob2; in ar5211SetRf6and7()
1060 tempDB = ee->ee_db2; in ar5211SetRf6and7()
1062 tempOB = ee->ee_ob3; in ar5211SetRf6and7()
1063 tempDB = ee->ee_db3; in ar5211SetRf6and7()
1065 tempOB = ee->ee_ob4; in ar5211SetRf6and7()
1066 tempDB = ee->ee_db4; in ar5211SetRf6and7()
1087 tempOB = ee->ee_obFor24; in ar5211SetRf6and7()
1088 tempDB = ee->ee_dbFor24; in ar5211SetRf6and7()
[all …]
/freebsd-13.1/contrib/sendmail/src/
H A Dsavemail.c510 register ENVELOPE *ee; local
555 clrsessenvelope(ee);
577 ee->e_msgsize = 0;
586 ee->e_qgrp = ee->e_dfqgrp = BounceQueue;
588 if (!setnewqueue(ee))
596 initsys(ee);
611 ee->e_nrcpts++;
636 ee->e_msgboundary = sm_rpool_strdup_x(ee->e_rpool, buf);
643 ee->e_msgboundary);
698 ee->e_sender = ee->e_from.q_paddr;
[all …]
H A Ddeliver.c516 for (ee = splitenv; ee != NULL; ee = ee->e_sibling)
545 for (ee = splitenv; ee != NULL; ee = ee->e_sibling)
566 for (ee = splitenv; ee != NULL; ee = ee->e_sibling)
589 for (ee = splitenv; ee != NULL; ee = ee->e_sibling)
621 for (ee = splitenv; ee != NULL; ee = ee->e_sibling)
654 for (ee = splitenv; ee != NULL; ee = ee->e_sibling)
760 for (ee = splitenv; ee != NULL; ee = ee->e_sibling)
764 (void) dowork(ee->e_qgrp, ee->e_qdir, ee->e_id,
776 for (ee = splitenv; ee != NULL; ee = ee->e_sibling)
868 for (ee = e->e_sibling; ee != NULL; ee = ee->e_sibling)
[all …]
/freebsd-13.1/usr.bin/ee/nls/uk_UA.KOI8-U/
H A Dee.msg1 $ This file contains the messages for ee ("easy editor"). See the file
2 $ ee.i18n.guide for more information
4 $ For ee patchlevel 3
54 44 "^[ (escape) ���� ESC-Enter: ����� � ee "
65 55 " ee [+#] [-i] [-e] [-h] [����(�)] "
71 61 "^c ������� ^k ������ ������ ^f צ������� ������ ESC-Enter: ����� � ee"
172 162 "�� ���� צ������ .init.ee ��� ������, ���Ʀ����æ� �e ��������!"
173 163 "���Ʀ����æ� ee �������� � ���� %s"
175 165 "�������� ���Ʀ����æ� ee"
178 168 "���Ʀ����æ� ee �e ��������"
/freebsd-13.1/bin/sh/tests/expansion/
H A Dlength5.018 ee=`printf "$e"`
19 [ ${#ee} = 255 ] || echo bad 1
20 [ "${#ee}" = 255 ] || echo bad 2
21 [ $((${#ee})) = 255 ] || echo bad 3
22 [ "$((${#ee}))" = 255 ] || echo bad 4
23 set -- "$ee"
/freebsd-13.1/crypto/heimdal/lib/hx509/
H A Dtest_ca.in66 cert:FILE:cert-ee.pem \
76 cert:FILE:cert-ee.pem \
88 cert:FILE:cert-ee.pem \
101 cert:FILE:cert-ee.pem \
153 cert:FILE:cert-ee.pem \
159 cert:FILE:cert-ee.pem \
165 cert:FILE:cert-ee.pem \
179 cert:FILE:cert-ee.pem \
185 cert:FILE:cert-ee.pem \
285 cert:FILE:cert-ee.pem \
[all …]
/freebsd-13.1/usr.bin/ee/nls/ru_RU.KOI8-R/
H A Dee.msg1 $ This file contains the messages for ee ("easy editor"). See the file
2 $ ee.i18n.guide for more information
6 $ For ee patchlevel 3
67 55 " ee [+#] [-i] [-e] [-h] [����(�)] "
73 61 "^c ������� ^k ������� ������ ^f ������� ������ Esc-Enter ����� �� 'ee'"
174 162 "�� ���� ��������� ��������� ���������� � ���� .init.ee!"
175 163 "��������� 'ee' ��������� � ����� %s"
177 165 "��������� ���������� 'ee'"
180 168 "��������� ���������� 'ee' �� ���������"
/freebsd-13.1/contrib/flex/
H A DChangeLog7903 2000-08-21 Vern Paxson <vern@ee.lbl.gov>
7907 2000-08-21 Vern Paxson <vern@ee.lbl.gov>
7911 2000-08-21 Vern Paxson <vern@ee.lbl.gov>
7915 2000-08-21 Vern Paxson <vern@ee.lbl.gov>
7920 2000-08-21 Vern Paxson <vern@ee.lbl.gov>
7925 2000-08-21 Vern Paxson <vern@ee.lbl.gov>
7929 1997-06-27 Vern Paxson <vern@ee.lbl.gov>
7933 1997-06-23 Vern Paxson <vern@ee.lbl.gov>
7937 1997-06-23 Vern Paxson <vern@ee.lbl.gov>
7941 1997-06-23 Vern Paxson <vern@ee.lbl.gov>
[all …]

12345678910>>...17