Home
last modified time | relevance | path

Searched full:ee (Results 1 – 25 of 1029) sorted by relevance

12345678910>>...42

/freebsd/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c69 const ar9300_eeprom_t *ee = (ar9300_eeprom_t *) buf; in eeprom_9300_hdr_print() local
72 ee->eeprom_version, in eeprom_9300_hdr_print()
73 ee->template_version, in eeprom_9300_hdr_print()
74 ee->mac_addr[0], in eeprom_9300_hdr_print()
75 ee->mac_addr[1], in eeprom_9300_hdr_print()
76 ee->mac_addr[2], in eeprom_9300_hdr_print()
77 ee->mac_addr[3], in eeprom_9300_hdr_print()
78 ee->mac_addr[4], in eeprom_9300_hdr_print()
79 ee->mac_addr[5]); in eeprom_9300_hdr_print()
85 const ar9300_eeprom_t *ee = (ar9300_eeprom_t *) buf; in eeprom_9300_base_print() local
[all …]
/freebsd/contrib/bearssl/test/x509/
H A Dalltests.txt2 ; root -> ica1 -> ica2 -> ee
4 ; "ee" is "end-entity", i.e. the client or server certificate itself
6 ; In SSL/TLS order, the EE comes first. The root may or may not be included
52 name = ee-rsa2048
58 name = ee-p256
64 name = ee-p384
70 name = ee-p521
124 ; EE certificate as trust anchor (direct trust only).
126 name = ee
127 DN_file = dn-ee.der
[all …]
/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c26 getPcdacInterceptsFromPcdacMinMax(HAL_EEPROM *ee, in getPcdacInterceptsFromPcdacMinMax() argument
33 const uint16_t *ip = ee->ee_version < AR_EEPROM_VER3_2 ? in getPcdacInterceptsFromPcdacMinMax()
46 fbin2freq(HAL_EEPROM *ee, uint16_t fbin) in fbin2freq() argument
50 return ee->ee_version <= AR_EEPROM_VER3_2 ? in fbin2freq()
56 fbin2freq_2p4(HAL_EEPROM *ee, uint16_t fbin) in fbin2freq_2p4() argument
60 return ee->ee_version <= AR_EEPROM_VER3_2 ? in fbin2freq_2p4()
69 readEepromFreqPierInfo(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromFreqPierInfo() argument
78 if (ee->ee_version >= AR_EEPROM_VER4_0 && in readEepromFreqPierInfo()
79 ee->ee_eepMap && !ee->ee_Amode) { in readEepromFreqPierInfo()
86 if (ee->ee_version >= AR_EEPROM_VER3_3) { in readEepromFreqPierInfo()
[all …]
H A Dah_eeprom_v4k.c33 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromGet() local
34 const MODAL_EEP4K_HEADER *pModal = &ee->ee_base.modalHeader; in v4kEepromGet()
35 const BASE_EEP4K_HEADER *pBase = &ee->ee_base.baseEepHeader; in v4kEepromGet()
107 *(int8_t *) val = ee->ee_antennaGainMax; in v4kEepromGet()
121 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromSet() local
125 ee->ee_antennaGainMax = (int8_t) v; in v4kEepromSet()
135 HAL_EEPROM_v4k *ee = AH_PRIVATE(ah)->ah_eeprom; in v4kEepromDiag() local
139 *result = ee; in v4kEepromDiag()
148 eepromSwap(struct ar5416eeprom_4k *ee) in eepromSwap() argument
155 word = __bswap16(ee->baseEepHeader.length); in eepromSwap()
[all …]
H A Dah_eeprom_9287.c32 HAL_EEPROM_9287 *ee = AH_PRIVATE(ah)->ah_eeprom; in v9287EepromGet() local
33 const MODAL_EEP_9287_HEADER *pModal = &ee->ee_base.modalHeader; in v9287EepromGet()
34 const BASE_EEP_9287_HEADER *pBase = &ee->ee_base.baseEepHeader; in v9287EepromGet()
97 *(int8_t *) val = ee->ee_antennaGainMax[1]; in v9287EepromGet()
126 HAL_EEPROM_9287 *ee = AH_PRIVATE(ah)->ah_eeprom; in v9287EepromSet() local
130 ee->ee_antennaGainMax[1] = (int8_t) v; in v9287EepromSet()
141 HAL_EEPROM_9287 *ee = AH_PRIVATE(ah)->ah_eeprom; in v9287EepromDiag() local
145 *result = ee; in v9287EepromDiag()
154 eepromSwap(HAL_EEPROM_9287 *ee) in eepromSwap() argument
161 word = __bswap16(ee->ee_base.baseEepHeader.length); in eepromSwap()
[all …]
H A Dah_eeprom_v14.c31 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromGet() local
32 const MODAL_EEP_HEADER *pModal = ee->ee_base.modalHeader; in v14EepromGet()
33 const BASE_EEP_HEADER *pBase = &ee->ee_base.baseEepHeader; in v14EepromGet()
132 *(int8_t *) val = ee->ee_antennaGainMax[1]; in v14EepromGet()
135 *(int8_t *) val = ee->ee_antennaGainMax[0]; in v14EepromGet()
162 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromSet() local
166 ee->ee_antennaGainMax[1] = (int8_t) v; in v14EepromSet()
169 ee->ee_antennaGainMax[0] = (int8_t) v; in v14EepromSet()
179 HAL_EEPROM_v14 *ee = AH_PRIVATE(ah)->ah_eeprom; in v14EepromDiag() local
183 *result = ee; in v14EepromDiag()
[all …]
H A Dah_eeprom_v1.c28 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in v1EepromGet() local
56 *(uint16_t *) val = ee->ee_regDomain[0]; in v1EepromGet()
60 return ee->ee_rfKill ? HAL_OK : HAL_EIO; in v1EepromGet()
63 return (ee->ee_protect & AR_EEPROM_PROTOTECT_WP_128_191) ? in v1EepromGet()
81 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in v1EepromDiag() local
85 *result = ee; in v1EepromDiag()
86 *resultsize = sizeof(*ee); in v1EepromDiag()
104 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in v1EepromDetach() local
106 ath_hal_free(ee); in v1EepromDetach()
113 HAL_EEPROM_v1 *ee = AH_PRIVATE(ah)->ah_eeprom; in ath_hal_v1EepromAttach() local
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D25-test_verify.t35 ok(verify("ee-cert", "sslserver", ["root-cert"], ["ca-cert"]),
39 ok(!verify("ee-cert", "sslserver", [qw(root-nonca)], [qw(ca-cert)]),
41 ok(!verify("ee-cert", "sslserver", [qw(nroot+serverAuth)], [qw(ca-cert)]),
43 ok(!verify("ee-cert", "sslserver", [qw(nroot+anyEKU)], [qw(ca-cert)]),
45 ok(!verify("ee-cert", "sslserver", [qw(root-cert2)], [qw(ca-cert)]),
47 ok(!verify("ee-cert", "sslserver", [qw(root-name2)], [qw(ca-cert)]),
52 ok(verify("ee-cert-noncrit-unknown-ext", "", ["root-cert"], ["ca-cert"]),
54 ok(!verify("ee-cert-crit-unknown-ext", "", ["root-cert"], ["ca-cert"]),
56 ok(verify("ee-cert-ocsp-nocheck", "", ["root-cert"], ["ca-cert"]),
61 ok(verify("ee-cert", "sslserver", [qw(sroot-cert)], [qw(ca-cert)]),
[all …]
H A D80-test_ocsp.t59 test_ocsp("NON-DELEGATED; Intermediate CA -> EE",
63 test_ocsp("NON-DELEGATED; Root CA -> EE",
67 test_ocsp("DELEGATED; Intermediate CA -> EE",
71 test_ocsp("DELEGATED; Root CA -> EE",
78 test_ocsp("NON-DELEGATED; Intermediate CA -> EE",
82 test_ocsp("NON-DELEGATED; Root CA -> EE",
84 test_ocsp("DELEGATED; Intermediate CA -> EE",
88 test_ocsp("DELEGATED; Root CA -> EE",
95 test_ocsp("NON-DELEGATED; Intermediate CA -> EE",
99 test_ocsp("NON-DELEGATED; Root CA -> EE",
[all …]
/freebsd/contrib/ee/
H A Dmake.default1 # This is the make file for ee, the "easy editor".
3 # If building ee using curses, type "make curses", otherwise new_curse (a
4 # subset of curses that supports ee) will be built and ee will use new_curse
7 # The "install" target ("make install") will copy the ee binary to
8 # the /usr/local/bin directory on the local system. The man page (ee.1)
11 # The "clean" target ("make clean") will remove the ee and new_curse.o
12 # object files, and the ee binary.
18 # DEFINES is used for new_curse.c, and CFLAGS is used for ee.c.
37 all : ee
39 curses : ee.c
[all …]
H A Dee.15 .\" nroff -man ee.1
7 .\" $Header: /home/hugh/sources/old_ae/RCS/ee.1,v 1.22 2001/12/16 04:49:27 hugh Exp $
10 .TH ee 1 "" "" ""
22 .I ee
29 .I ee,
38 .I ee
81 .I ee
244 The main menu in \fIee\fR is as follows:
254 the editor to a print command (see the section \fBInitializing ee from a
276 Paragraphs are defined for \fIee\fR by a block of text bounded by:
[all …]
H A DMakefile1 # This is the make file for ee, the "easy editor".
7 # The "install" target ("make install") will copy the ee binary to
8 # the /usr/local/bin directory on the local system. The man page (ee.1)
11 # The "clean" target ("make clean") will remove the ee and new_curse.o
12 # object files, and the ee binary.
24 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
60 order for ee to work, a terminal must have the ability to position the cursor
70 While ee is based on curses, I have included here the source code to
71 new_curse, a subset of curses developed for use with ee. 'curses' often
[all …]
H A Dcreate.make5 # UNIX system and create a makefile for ee appropriate for the system.
171 Modify the file make.default and build ee by typing:
184 TARGET="ee"
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)
[all …]
H A Dee.i18n.guide1 Easy Editor ("ee") provides the ability to translate the messages
3 catalogs, following X/Open standards. ee supports eight bit characters,
5 code set that ee was modified to handle, as it is relatively easy to
10 (The name ee.i18n.guide is for "ee internationalization guide". The i18n
16 string used by ee. Some strings contain formatting information for
31 68 indication that no file name was entered when invoking ee
45 80 - 83 strings showing how to invoke ee, and its options
123 gencat ee.cat ee.msg
125 Where ee.msg is the file containing the translations, and ee.cat is the
126 compiled catalog. If the file ee.cat does not exist, it will be created.
[all …]
/freebsd/crypto/openssl/test/certs/
H A Dsetup.sh157 # Primary leaf cert: ee-cert with default purpose: serverAuth
158 ./mkcert.sh genee server.example ee-key ee-cert ca-key ca-cert
159 # ee variants: expired, issuer-key2, issuer-name2, bad-pathlen
160 ./mkcert.sh genee server.example ee-key ee-expired ca-key ca-cert -days -1
161 ./mkcert.sh genee server.example ee-key ee-cert2 ca-key2 ca-cert2
162 ./mkcert.sh genee server.example ee-key ee-name2 ca-key ca-name2
163 ./mkcert.sh genee server.example ee-key ee-pathlen ca-key ca-cert \
166 ./mkcert.sh genee -p clientAuth server.example ee-key ee-client ca-key ca-cert
168 openssl x509 -in ee-cert.pem -trustout \
169 -addtrust serverAuth -out ee+serverAuth.pem
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp111 if (ExecutionEngine *EE = builder.create()){ in LLVMCreateExecutionEngineForModule() local
112 *OutEE = wrap(EE); in LLVMCreateExecutionEngineForModule()
216 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE) { in LLVMDisposeExecutionEngine() argument
217 delete unwrap(EE); in LLVMDisposeExecutionEngine()
220 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticConstructors() argument
221 unwrap(EE)->finalizeObject(); in LLVMRunStaticConstructors()
222 unwrap(EE)->runStaticConstructorsDestructors(false); in LLVMRunStaticConstructors()
225 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE) { in LLVMRunStaticDestructors() argument
226 unwrap(EE)->finalizeObject(); in LLVMRunStaticDestructors()
227 unwrap(EE) in LLVMRunStaticDestructors()
230 LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE,LLVMValueRef F,unsigned ArgC,const char * const * ArgV,const char * const * EnvP) LLVMRunFunctionAsMain() argument
239 LLVMRunFunction(LLVMExecutionEngineRef EE,LLVMValueRef F,unsigned NumArgs,LLVMGenericValueRef * Args) LLVMRunFunction() argument
254 LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE,LLVMValueRef F) LLVMFreeMachineCodeForFunction() argument
257 LLVMAddModule(LLVMExecutionEngineRef EE,LLVMModuleRef M) LLVMAddModule() argument
261 LLVMRemoveModule(LLVMExecutionEngineRef EE,LLVMModuleRef M,LLVMModuleRef * OutMod,char ** OutError) LLVMRemoveModule() argument
269 LLVMFindFunction(LLVMExecutionEngineRef EE,const char * Name,LLVMValueRef * OutFn) LLVMFindFunction() argument
278 LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE,LLVMValueRef Fn) LLVMRecompileAndRelinkFunction() argument
283 LLVMGetExecutionEngineTargetData(LLVMExecutionEngineRef EE) LLVMGetExecutionEngineTargetData() argument
288 LLVMGetExecutionEngineTargetMachine(LLVMExecutionEngineRef EE) LLVMGetExecutionEngineTargetMachine() argument
292 LLVMAddGlobalMapping(LLVMExecutionEngineRef EE,LLVMValueRef Global,void * Addr) LLVMAddGlobalMapping() argument
297 LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE,LLVMValueRef Global) LLVMGetPointerToGlobal() argument
303 LLVMGetGlobalValueAddress(LLVMExecutionEngineRef EE,const char * Name) LLVMGetGlobalValueAddress() argument
307 LLVMGetFunctionAddress(LLVMExecutionEngineRef EE,const char * Name) LLVMGetFunctionAddress() argument
311 LLVMExecutionEngineGetErrMsg(LLVMExecutionEngineRef EE,char ** OutError) LLVMExecutionEngineGetErrMsg() argument
[all...]
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_ca.in62 --certificate="FILE:cert-ee.pem" || exit 1
66 cert:FILE:cert-ee.pem \
76 cert:FILE:cert-ee.pem \
84 FILE:cert-ee.pem || exit 1
88 cert:FILE:cert-ee.pem \
97 FILE:cert-ee.pem || exit 1
101 cert:FILE:cert-ee.pem \
111 --certificate="FILE:cert-ee.pem" || exit 1
120 --certificate="FILE:cert-ee.pem" || exit 1
129 --certificate="FILE:cert-ee.pem" || exit 1
[all …]
/freebsd/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()
51 STAILQ_INSERT_TAIL(&expr->pe_eelist, ee, ee_next); 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()
56 ee->ee_loc.lr_offset = expr->pe_length; in _dwarf_add_expr()
60 return (ee); in _dwarf_add_expr()
66 struct _Dwarf_P_Expr_Entry *ee; in _dwarf_expr_into_block() local
89 STAILQ_FOREACH(ee, &expr->pe_eelist, ee_next) { in _dwarf_expr_into_block()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_diagnostics.c355 mlx5_get_eeprom(struct mlx5_core_dev *dev, struct mlx5_eeprom *ee) in mlx5_get_eeprom() argument
360 if (ee->len == 0) in mlx5_get_eeprom()
364 while (ee->device_addr < ee->len) { in mlx5_get_eeprom()
365 ret = mlx5_query_eeprom(dev, ee->i2c_addr, ee->page_num, ee->device_addr, in mlx5_get_eeprom()
366 ee->len - ee->device_addr, ee->module_num, in mlx5_get_eeprom()
367 ee->data + (ee->device_addr / 4), &size_read); in mlx5_get_eeprom()
373 ee->device_addr += size_read; in mlx5_get_eeprom()
377 if (ee->page_valid == 1) { in mlx5_get_eeprom()
378 ee->device_addr = MLX5_EEPROM_HIGH_PAGE_OFFSET; in mlx5_get_eeprom()
379 ee->page_num = MLX5_EEPROM_HIGH_PAGE; in mlx5_get_eeprom()
[all …]
/freebsd/usr.bin/ee/
H A DMakefile1 .PATH: ${SRCTOP}/contrib/ee
6 PACKAGE=ee
7 PROG= ee
8 LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
9 MLINKS= ee.1 ree.1 ee.1 edit.1
25 NLSSRCFILES=ee.msg
27 . if exists(${.CURDIR}/nls/${lang}/ee.msg)
30 NLSSRCDIR_${lang}= ${SRCTOP}/contrib/ee
/freebsd/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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DExecutionEngine.h112 void LLVMDisposeExecutionEngine(LLVMExecutionEngineRef EE);
114 void LLVMRunStaticConstructors(LLVMExecutionEngineRef EE);
116 void LLVMRunStaticDestructors(LLVMExecutionEngineRef EE);
118 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
122 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
126 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
128 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
130 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
133 LLVMBool LLVMFindFunction(LLVMExecutionEngineRef EE, const char *Name,
136 void *LLVMRecompileAndRelinkFunction(LLVMExecutionEngineRef EE,
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c223 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5111SetRfRegs() local
236 tempOB = ee->ee_ob1; in ar5111SetRfRegs()
237 tempDB = ee->ee_db1; in ar5111SetRfRegs()
239 tempOB = ee->ee_ob2; in ar5111SetRfRegs()
240 tempDB = ee->ee_db2; in ar5111SetRfRegs()
242 tempOB = ee->ee_ob3; in ar5111SetRfRegs()
243 tempDB = ee->ee_db3; in ar5111SetRfRegs()
245 tempOB = ee->ee_ob4; in ar5111SetRfRegs()
246 tempDB = ee->ee_db4; in ar5111SetRfRegs()
253 rfXpdGainFixed = ee->ee_xgain[headerInfo11A]; in ar5111SetRfRegs()
[all …]
/freebsd/contrib/ncurses/man/
H A Dterminfo.tail96 bel=\*^G, blink=\eE[5m, bold=\eE[1m, cbt=\eE[Z, clear=\eE[H\eE[J,
97 cr=\*^M, cub=\eE[%p1%dD, cub1=\eE[D, cud=\eE[%p1%dB, cud1=\eE[B,
98 cuf=\eE[%p1%dC, cuf1=\eE[C, cup=\eE[%i%p1%d;%p2%dH,
99 cuu=\eE[%p1%dA, cuu1=\eE[A, dch=\eE[%p1%dP, dch1=\eE[P,
100 dl=\eE[%p1%dM, dl1=\eE[M, ech=\eE[%p1%dX, ed=\eE[J, el=\eE[K,
101 el1=\eE[1K, home=\eE[H, hpa=\eE[%i%p1%dG, ht=\eE[I, hts=\eEH,
102 ich=\eE[%p1%d@, il=\eE[%p1%dL, il1=\eE[L, ind=\*^J,
103 indn=\eE[%p1%dS, invis=\eE[8m, kbs=\*^H, kcbt=\eE[Z, kcub1=\eE[D,
104 kcud1=\eE[B, kcuf1=\eE[C, kcuu1=\eE[A, khome=\eE[H, kich1=\eE[L,
105 mc4=\eE[4i, mc5=\eE[5i, nel=\er\eE[S, op=\eE[39;49m,
[all …]

12345678910>>...42