Searched refs:pe (Results 1 - 25 of 191) sorted by relevance

12345678

/freebsd-9.3-release/contrib/tcsh/
H A Dma.setp.c236 struct pelem *pe, *pathend; local
249 pe = xmalloc(sizeof(struct pelem));
250 setzero(pe, sizeof(struct pelem));
252 pathhead = pathend = pe;
254 pathend->pnext = pe;
255 pathend = pe;
258 pe->pname = p;
259 pe->psuf = "";
260 pe->pdef = "";
262 if (strcmp(pe
288 struct pelem *pe; local
316 struct pelem *pe; local
349 struct pelem *pe; local
392 struct pelem *pe; local
415 struct pelem *pe; local
431 struct pelem *pe; local
446 struct pelem *pe; local
453 insert(struct pelem *pe, int loc, char *key) argument
482 struct pelem *pe; local
497 struct pelem *pe; local
510 delete(struct pelem *pe, int n) argument
528 struct pelem *pe; local
543 struct pelem *pe; local
556 change(struct pelem *pe, int loc, char *key) argument
577 locate(struct pelem *pe, char *key) argument
[all...]
/freebsd-9.3-release/contrib/binutils/ld/emulparams/
H A Darm_wince_pe.sh2 SCRIPT_NAME=pe
8 RELOCATEABLE_OUTPUT_FORMAT="pe-arm-wince-little"
10 TEMPLATE_NAME=pe
H A Darmpe.sh2 SCRIPT_NAME=pe
8 RELOCATEABLE_OUTPUT_FORMAT="pe-arm-little"
10 TEMPLATE_NAME=pe
H A Di386pe.sh2 SCRIPT_NAME=pe
4 RELOCATEABLE_OUTPUT_FORMAT="pe-i386"
5 TEMPLATE_NAME=pe
H A Di386pe_posix.sh2 SCRIPT_NAME=pe
4 RELOCATEABLE_OUTPUT_FORMAT="pe-i386"
5 TEMPLATE_NAME=pe
H A Dmipspe.sh2 SCRIPT_NAME=pe
6 TEMPLATE_NAME=pe
H A Dppcpe.sh4 TEMPLATE_NAME=pe
/freebsd-9.3-release/tools/tools/ath/athradar/
H A Dathradar.c87 HAL_PHYERR_PARAM pe; local
89 pe.pe_firpwr = HAL_PHYERR_PARAM_NOVAL;
90 pe.pe_rrssi = HAL_PHYERR_PARAM_NOVAL;
91 pe.pe_height = HAL_PHYERR_PARAM_NOVAL;
92 pe.pe_prssi = HAL_PHYERR_PARAM_NOVAL;
93 pe.pe_inband = HAL_PHYERR_PARAM_NOVAL;
94 pe.pe_enabled = HAL_PHYERR_PARAM_NOVAL;
96 pe.pe_relpwr = HAL_PHYERR_PARAM_NOVAL;
97 pe.pe_relstep = HAL_PHYERR_PARAM_NOVAL;
98 pe
158 HAL_PHYERR_PARAM pe; local
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-getproto.c116 free_protoent(struct protoent *pe) argument
120 assert(pe != NULL);
122 free(pe->p_name);
124 for (cp = pe->p_aliases; *cp; ++cp)
126 free(pe->p_aliases);
170 sdump_protoent(struct protoent *pe, char *buffer, size_t buflen) argument
176 pe->p_name, pe->p_proto);
182 if (pe->p_aliases != NULL) {
183 if (*(pe
201 protoent_read_snapshot_func(struct protoent *pe, char *line) argument
280 struct protoent *pe; local
295 protoent_test_correctness(struct protoent *pe, void *mdata) argument
331 protoent_check_ambiguity(struct protoent_test_data *td, struct protoent *pe) argument
342 struct protoent *pe; local
384 struct protoent *pe; local
407 protoent_test_getprotoent(struct protoent *pe, void *mdata) argument
[all...]
/freebsd-9.3-release/usr.bin/bluetooth/bthost/
H A Dbthost.c110 struct protoent *pe = NULL; local
114 pe = bt_getprotobynumber(proto);
116 pe = bt_getprotobyname(arg);
118 if (pe == NULL) {
125 printf("%s", pe->p_name);
127 printf("%d", pe->p_proto);
130 pe->p_name, pe->p_proto);
/freebsd-9.3-release/sbin/kldconfig/
H A Dkldconfig.c152 struct pathentry *pe, *pskip; local
180 TAILQ_FOREACH(pe, pathq, next)
181 if (!strcmp(pe->path, pathbuf))
183 if (pe != NULL) {
190 if (((pe = malloc(sizeof(*pe))) == NULL) ||
191 ((pe->path = strdup(pathbuf)) == NULL)) {
196 TAILQ_INSERT_TAIL(pathq, pe, next);
201 TAILQ_INSERT_BEFORE(pskip, pe, next);
203 TAILQ_INSERT_TAIL(pathq, pe, nex
214 struct pathentry *pe; local
269 struct pathentry *pe; local
289 struct pathentry *pe; local
[all...]
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c629 * Get the radar parameter values and return them in the pe
633 ar5416GetDfsThresh(struct ath_hal *ah, HAL_PHYERR_PARAM *pe) argument
641 pe->pe_firpwr = temp;
642 pe->pe_rrssi = MS(val, AR_PHY_RADAR_0_RRSSI);
643 pe->pe_height = MS(val, AR_PHY_RADAR_0_HEIGHT);
644 pe->pe_prssi = MS(val, AR_PHY_RADAR_0_PRSSI);
645 pe->pe_inband = MS(val, AR_PHY_RADAR_0_INBAND);
649 pe->pe_relpwr = MS(val, AR_PHY_RADAR_1_RELPWR_THRESH);
651 pe->pe_relpwr |= HAL_PHYERR_PARAM_ENABLE;
653 pe
676 ar5416EnableDfs(struct ath_hal *ah, HAL_PHYERR_PARAM *pe) argument
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Ddir.c487 struct PathElement *pe; local
489 TAILQ_FOREACH(pe, path, link)
490 DirMatchFiles(word, pe->dir, expansions);
635 const struct PathElement *pe; /* current path member */ local
677 TAILQ_FOREACH(pe, path, link) {
678 DEBUGF(DIR, ("%s...", pe->dir->name));
679 if (Hash_FindEntry(&pe->dir->files, cp) != NULL) {
692 p1 = pe->dir->name + strlen(pe->dir->name) - 1;
694 while (p2 >= name && p1 >= pe
1012 struct PathElement *pe; local
1126 const struct PathElement *pe; local
1151 struct PathElement *pe; local
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dgetprotoname.c60 struct protoent pe; local
84 while ((error = __getprotoent_p(&pe, ped)) == 0) {
85 if (strcmp(pe.p_name, name) == 0)
87 for (cp = pe.p_aliases; *cp != 0; cp++)
98 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) {
H A Dgetprotoent.c296 __copy_protoent(struct protoent *pe, struct protoent *pptr, char *buf, argument
306 for (i = 0; pe->p_aliases[i]; i++, numptr++) {
307 len += strlen(pe->p_aliases[i]) + 1;
309 len += strlen(pe->p_name) + 1;
318 pptr->p_proto = pe->p_proto;
323 n = strlen(pe->p_name) + 1;
324 strcpy(cp, pe->p_name);
330 for (i = 0 ; pe->p_aliases[i]; i++) {
331 n = strlen(pe->p_aliases[i]) + 1;
332 strcpy(cp, pe
362 __getprotoent_p(struct protoent *pe, struct protoent_data *ped) argument
414 struct protoent pe; local
[all...]
H A Dgetproto.c59 struct protoent pe; local
81 while ((error = __getprotoent_p(&pe, ped)) == 0)
82 if (pe.p_proto == number)
90 if (__copy_protoent(&pe, pptr, buffer, buflen) != 0) {
/freebsd-9.3-release/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c160 HAL_PHYERR_PARAM *pe; local
195 pe = (HAL_PHYERR_PARAM *) indata;
196 ath_hal_enabledfs(sc->sc_ah, pe);
202 pe = (HAL_PHYERR_PARAM *) outdata;
203 memcpy(pe, &peout, sizeof(*pe));
/freebsd-9.3-release/lib/libpmc/
H A Dlibpmc.c460 k7_allocate_pmc(enum pmc_event pe, char *ctrspec, argument
470 if (pe == PMC_EV_K7_DC_REFILLS_FROM_L2 ||
471 pe == PMC_EV_K7_DC_REFILLS_FROM_SYSTEM ||
472 pe == PMC_EV_K7_DC_WRITEBACKS) {
616 iaf_allocate_pmc(enum pmc_event pe, char *ctrspec, argument
621 (void) pe;
781 iap_allocate_pmc(enum pmc_event pe, char *ctrspec, argument
880 switch (pe) {
916 ucf_allocate_pmc(enum pmc_event pe, char *ctrspec, argument
919 (void) pe;
933 ucp_allocate_pmc(enum pmc_event pe, char *ctrspec, struct pmc_op_pmcallocate *pmc_config) argument
1178 k8_allocate_pmc(enum pmc_event pe, char *ctrspec, struct pmc_op_pmcallocate *pmc_config) argument
1660 p4_allocate_pmc(enum pmc_event pe, char *ctrspec, struct pmc_op_pmcallocate *pmc_config) argument
1960 p5_allocate_pmc(enum pmc_event pe, char *ctrspec, struct pmc_op_pmcallocate *pmc_config) argument
2091 p6_allocate_pmc(enum pmc_event pe, char *ctrspec, struct pmc_op_pmcallocate *pmc_config) argument
2290 tsc_allocate_pmc(enum pmc_event pe, char *ctrspec, struct pmc_op_pmcallocate *pmc_config) argument
2313 soft_allocate_pmc(enum pmc_event pe, char *ctrspec, struct pmc_op_pmcallocate *pmc_config) argument
2337 xscale_allocate_pmc(enum pmc_event pe, char *ctrspec __unused, struct pmc_op_pmcallocate *pmc_config __unused) argument
2363 mips24k_allocate_pmc(enum pmc_event pe, char *ctrspec __unused, struct pmc_op_pmcallocate *pmc_config __unused) argument
2401 ppc7450_allocate_pmc(enum pmc_event pe, char *ctrspec __unused, struct pmc_op_pmcallocate *pmc_config __unused) argument
3153 _pmc_name_of_event(enum pmc_event pe, enum pmc_cputype cpu) argument
3267 pmc_name_of_event(enum pmc_event pe) argument
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dntpd44 ( cd /dev ; /bin/pax -rw -pe clockctl "${ntpd_chrootdir}/dev" )
/freebsd-9.3-release/libexec/tftpd/
H A Dtftp-io.c89 struct errmsg *pe; local
93 for (pe = errmsgs; pe->e_code >= 0; pe++)
94 if (pe->e_code == error)
95 return (pe->e_msg);
141 struct errmsg *pe; local
152 for (pe = errmsgs; pe->e_code >= 0; pe
[all...]
/freebsd-9.3-release/lib/libc/stdio/
H A Dxprintf_int.c260 char *p, *pe; local
273 pe = buf + sizeof buf - 1;
350 p = __ultoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping);
352 p = __ujtoa(uu, pe, rdx, digit, ngrp, thousands_sep, grouping);
367 p = pe;
379 l += pe - p;
388 if (pi->prec > (pe - p))
389 zext = pi->prec - (pe - p);
411 if (pi->width > (pe - p) && !pi->left) {
412 l = pi->width - (pe
[all...]
/freebsd-9.3-release/usr.bin/checknr/
H A Dchecknr.c70 void pe(int);
294 pe(lineno);
301 pe(lineno);
339 pe(lineno);
354 pe(lineno);
378 pe(stk[i].lno);
466 pe(stk[j+1].lno);
478 pe(lineno);
491 pe(int linen) function
509 pe(linen
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A DpeXXigen.c37 The *sole* difference between the pe format and the pei format is that the
41 Are there more subtle differences between pe and pei formats?
47 because the `i' in `pei' also refers to "image". The `pe' format can
78 #include "coff/pe.h"
396 struct internal_extra_pe_aouthdr *a = &aouthdr_int->pe;
536 pe_data_type *pe = pe_data (abfd);
537 struct internal_extra_pe_aouthdr *extra = &pe->pe_opthdr;
542 if (pe->force_minimum_alignment)
551 extra->Subsystem = pe->target_subsystem;
557 idata2 = pe
535 pe_data_type *pe = pe_data (abfd); local
1068 pe_data_type *pe = pe_data (abfd); local
1385 pe_data_type *pe = pe_data (abfd); local
1817 pe_data_type *pe = pe_data (abfd); local
[all...]
H A Dpeicode.h38 The *sole* difference between the pe format and the pei format is that the
42 Are there more subtle differences between pe and pei formats?
48 because the `i' in `pei' also refers to "image". The `pe' format can
251 pe_data_type *pe;
259 pe = pe_data (abfd);
261 pe->coff.pe = 1;
264 pe->in_reloc_p = in_reloc_p;
267 pe->force_minimum_alignment = 1;
270 pe
250 pe_data_type *pe; local
283 pe_data_type *pe; local
1331 pe_data_type *pe = pe_data (abfd); local
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dfilter.c134 ParseUdpOrTcp(int argc, char const *const *argv, const struct protoent *pe, argument
146 if (pe == NULL)
148 tgt->f_srcport = ParsePort(argv[2], pe->p_name);
161 if (pe == NULL)
163 tgt->f_dstport = ParsePort(argv[2], pe->p_name);
170 if (pe && pe->p_proto == IPPROTO_TCP) {
246 struct protoent *pe; local
307 pe = NULL;
308 else if ((pe
453 struct protoent *pe; local
[all...]

Completed in 247 milliseconds

12345678