Searched refs:fp (Results 126 - 150 of 171) sorted by relevance

1234567

/haiku/headers/posix/arch/x86/
H A Dsignal.h51 packed_fp_stack fp; member in union:old_extended_regs::__anon1
119 fp_stack fp; member in union:new_extended_regs::__anon2
/haiku/src/bin/
H A Dunchop.c177 FILE *fp = fopen(tmp, "w"); local
178 fclose(fp);
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c291 struct fw_pkt *fp; local
318 fp = &xfer->recv.hdr;
321 fc->irx_post(fc, fp->mode.ld);
323 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode];
324 // err = uiomove((void *)fp, tinfo->hdr_len, uio);
327 err = user_memcpy(buf, fp, len);
367 struct fw_pkt *fp; local
415 fp = (struct fw_pkt *)fwdma_v_addr(ir->buf,
418 fc->irx_post(fc, fp->mode.ld);
419 if (fp
546 struct fw_pkt *fp; local
665 struct fw_pkt *fp; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dioctl.c109 FILE *fp; local
111 fp = fopen(path, "r");
112 if (fp == NULL)
114 if (fgets(line, max_bytes, fp) == NULL) {
116 fclose(fp);
119 fclose (fp);
/haiku/src/system/kernel/arch/arm/
H A Darch_exceptions.S162 mov fp, r0
174 mov fp, r0
191 mov fp, r0
208 mov fp, r0
226 mov fp, r0
239 mov fp, r0
/haiku/src/system/kernel/arch/riscv64/
H A Darch_traps.S15 sd fp, IFRAME_sp(sp)
58 ld tp, ARCH_STACK_thread(fp)
70 csrw sscratch, fp # save kernel SP
H A Darch_user_debugger.cpp57 frame->fp = cpuState->x[ 7];
107 cpuState->x[ 7] = frame->fp;
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp150 struct fw_pkt *fp; local
159 fp = &xfer->send.hdr;
161 tcode = fp->mode.common.tcode & 0xf;
170 ((tcode != FWTCODE_RREQQ) || (fp->mode.rreqq.dest_hi != 0xffff) ||
171 (fp->mode.rreqq.dest_lo < 0xf0000000) ||
172 (fp->mode.rreqq.dest_lo >= 0xf0001000))) {
188 len = fp->mode.stream.len;
190 len = fp->mode.rresb.len;
1046 fw_dump_hdr(struct fw_pkt *fp, const char *prefix) argument
1050 fp
1311 struct fw_pkt *fp; local
2023 struct fw_pkt *fp, *resfp; local
2263 struct fw_pkt *fp; local
[all...]
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.cpp56 (double)(*(long double*)(extended.fp_fxsave.fp[0].value)));
58 (double)(*(long double*)(extended.fp_fxsave.fp[1].value)));
60 (double)(*(long double*)(extended.fp_fxsave.fp[2].value)));
62 (double)(*(long double*)(extended.fp_fxsave.fp[3].value)));
64 (double)(*(long double*)(extended.fp_fxsave.fp[4].value)));
66 (double)(*(long double*)(extended.fp_fxsave.fp[5].value)));
68 (double)(*(long double*)(extended.fp_fxsave.fp[6].value)));
70 (double)(*(long double*)(extended.fp_fxsave.fp[7].value)));
183 *(long double*)(x64State->extended_registers.fp_fxsave.fp[i].value)
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_query.c403 FILE *fp; local
409 if (file == NULL || (fp = fopen(file, "re")) == NULL)
412 while (fgets(buf, (int)sizeof(buf), fp)) {
429 fclose(fp);
433 fclose(fp);
/haiku/src/system/libroot/posix/glibc/libio/
H A DlibioP.h500 #define _IO_mask_flags(fp, f, mask) \
501 ((fp)->_flags = ((fp)->_flags & ~(mask)) | ((f) & (mask)))
502 #define _IO_setg(fp, eb, g, eg) ((fp)->_IO_read_base = (eb),\
503 (fp)->_IO_read_ptr = (g), (fp)->_IO_read_end = (eg))
504 #define _IO_wsetg(fp, eb, g, eg) ((fp)->_wide_data->_IO_read_base = (eb),\
505 (fp)
[all...]
/haiku/src/libs/util/
H A Dfparseln.c79 fparseln(FILE *fp, size_t *size, size_t *lineno, const char str[3], int flags) argument
90 _DIAGASSERT(fp != NULL);
115 if ((ptr = fgetln(fp, &s)) == NULL)
/haiku/src/kits/locale/
H A DCatalog.cpp173 BCatalog::GetFingerprint(uint32* fp) argument
179 if (fp == NULL)
185 *fp = fCatalogData->fFingerprint;
/haiku/src/libs/bsd/
H A Derr.c57 err_set_file(void *fp) argument
59 if (fp)
60 err_file = fp;
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c309 FILE *fp; local
321 fp = fopen(pathname, mode);
324 return (fp);
/haiku/src/system/kernel/arch/m68k/
H A Darch_exceptions.S97 /* save fp */
110 move.l %sp,%fp /* have stack_trace() find the iframe */
115 /* restore fp */
124 /* restore fp */
H A Dasm_offsets.cpp41 DEFINE_OFFSET_MACRO(IFRAME, iframe, fp);
/haiku/src/system/libnetwork/netresolv/net/
H A Dhesiod.c317 FILE *fp; local
327 fp = fopen(filename, "r");
328 if (!fp) {
341 for (; (buf = fparseln(fp, NULL, NULL, NULL, FPARSELN_UNESCALL))
375 (void)fclose(fp);
400 fclose(fp);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c36 int __printf_fphex (FILE *fp, const struct printf_info *info,
64 if (putc (outc, fp) == EOF) \
84 if (PAD (fp, ch, len) != len) \
177 __printf_fphex (FILE *fp, argument
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h51 uint64 fp; member in struct:iframe
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwi.c2151 const struct firmware *fp = fw->fp; local
2154 if (fp->datasize < sizeof (struct iwi_firmware_ohdr)) {
2155 device_printf(sc->sc_dev, "image '%s' too small\n", fp->name);
2158 hdr = (const struct iwi_firmware_ohdr *)fp->data;
2162 fp->name, IWI_FW_GET_MAJOR(le32toh(hdr->version)),
2167 fw->data = ((const char *) fp->data) + sizeof(struct iwi_firmware_ohdr);
2168 fw->size = fp->datasize - sizeof(struct iwi_firmware_ohdr);
2169 fw->name = fp->name;
2191 if (fw->fp
2216 const struct firmware *fp; local
[all...]
/haiku/src/libs/libtelnet/
H A Dkerberos.c135 FILE *fp; local
139 if ((fp = fopen(KEYFILE, "r")) == NULL)
141 fclose(fp);
/haiku/src/preferences/mail/
H A DDNSQuery.cpp173 FILE* fp = fopen(path.Path(), "r"); local
174 if (fp == NULL) {
186 while (fgets(buf, sizeof(buf), fp) != NULL) {
206 fclose(fp);
/haiku/src/system/boot/platform/riscv/
H A Dtraps.cpp49 uint64 fp; member in struct:iframe
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c947 FIXED_RATE_ENTRY *fp; local
962 fp = pCmd->FixedRateTable;
963 fp->FixedRate =
965 fp->FixRateTypeFlags.FixRateType =
972 fp = pCmd->FixedRateTable;
976 fp->FixRateTypeFlags.FixRateType =
978 fp->FixedRate =
980 fp->FixRateTypeFlags.RetryCountValid =
982 fp->RetryCount =
2537 const uint8_t *fp, *e local
[all...]

Completed in 203 milliseconds

1234567