Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd/sbin/fsck/
H A Dpreen.c55 char *p_type; /* file system type */ member
181 p->p_type, p->p_devname, p->p_mntpt, in checkfstab()
187 p->p_type, p->p_devname, p->p_mntpt, in checkfstab()
198 free(p->p_type); in checkfstab()
234 "%s: %s (%s)%s", p->p_type, p->p_devname, in checkfstab()
310 p->p_type = estrdup(type); in addpart()
324 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt, in startdisk()
/freebsd/lib/libipsec/
H A Dpolicy_parse.y75 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid; variable
117 p_type = $2;
126 p_type = 0; /* ignored it by kernel */
263 if (p_type == IPSEC_POLICY_IPSEC) { in rule_check()
307 p->sadb_x_policy_type = p_type; in init_x_policy()
394 p_type = IPSEC_POLICY_DISCARD; in policy_parse()
/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c78 d->p_type = ep32->p_type; in gelf_getphdr()
161 ph32->p_type = s->p_type; in gelf_update_phdr()
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk207 class_add_prop(SromOpStream, p_type, "type")
288 class_add_prop(ArrayType, p_type, "type")
385 class_add_prop(Var, p_type, "type") # AbstractType
413 class_add_prop(SromEntry, p_type, "type")
423 class_add_prop(SromSegment, p_type, "type")
613 _type = get(v, p_type)
658 _size += get(get(_crc_seg, p_type), p_width)
681 if (!type_equal(get(_sromrev, p_type), UInt8)) {
683 type_to_string(get(_sromrev, p_type)))
735 set(_obj, p_type, null)
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.h28 p_type(type), p_flags(flags) {} in PhdrEntry()
37 uint32_t p_type = 0; member
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h63 void SetType(const ocsd_ptm_pkt_type p_type);
137 inline void PtmTrcPacket::SetType(const ocsd_ptm_pkt_type p_type) in SetType() argument
139 type = p_type; in SetType()
/freebsd/usr.bin/indent/
H A Dargs.c87 int p_type; /* type (int, bool, special) */ member
254 if (p->p_type != PRO_SPECIAL) in set_defaults()
270 switch (p->p_type) { in set_option()
328 errx(1, "set_option: internal error: p_type %d", p->p_type); in set_option()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp33 if (phdr[i].p_type != PT_LOAD) in CheckCodeModel()
57 if (phdr[i].p_type != PT_NOTE) in HwasanGlobalsFor()
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h74 void SetType(const ocsd_etmv3_pkt_type p_type);
181 inline void EtmV3TrcPacket::SetType(const ocsd_etmv3_pkt_type p_type) in SetType() argument
183 m_pkt_data.type = p_type; in SetType()
/freebsd/lib/libc/gen/
H A Ddlfcn.c198 if (phdr_info.dlpi_phdr[i].p_type == PT_TLS) { in dl_init_phdr_info()
293 if (ph->p_type == PT_LOAD && in _rtld_addr_phdr_cb()
337 if (phdr_info.dlpi_phdr[i].p_type != PT_GNU_STACK) in _rtld_get_stack_prot()
H A Delf_utils.c51 if (ph->p_type != PT_LOAD) in __elf_phdr_match_addr()
/freebsd/lib/libc/include/
H A Dnscache.h163 #define NS_APPLY_OFFSET(cp, cb, ib, p_type) \ argument
165 (cp) = (p_type)((char *)(cb) + (size_t)(cp) - (size_t)(ib))
/freebsd/sys/dev/ocs_fc/
H A Docs_xport.c309 uint8_t p_type = 0; in ocs_xport_initialize_auto_xfer_ready() local
330 p_type = ocs_strtoul(prop_buf, 0, 0); in ocs_xport_initialize_auto_xfer_ready()
337 if (p_type == 0) { in ocs_xport_initialize_auto_xfer_ready()
338 p_type = 1; in ocs_xport_initialize_auto_xfer_ready()
343 if (p_type != 0) { in ocs_xport_initialize_auto_xfer_ready()
352 if (ocs_hw_set(&ocs->hw, OCS_HW_AUTO_XFER_RDY_P_TYPE, p_type)) { in ocs_xport_initialize_auto_xfer_ready()
366 p_type, ramdisc_blocksize); in ocs_xport_initialize_auto_xfer_ready()
/freebsd/sys/dev/puc/
H A Dpuc.c58 int p_type; member
277 port->p_type = res; in puc_bfe_attach()
620 if (port->p_type == PUC_TYPE_SERIAL && ihand != NULL) in puc_bus_setup_intr()
631 if (port->p_type == PUC_TYPE_SERIAL) { in puc_bus_setup_intr()
717 *result = port->p_type; in puc_bus_read_ivar()
757 sbuf_printf(sb, "type=%d", port->p_type); in puc_bus_child_pnpinfo()
/freebsd/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c72 if (hdr->p_type == PT_ARM_EXIDX) { in dl_unwind_find_exidx()
/freebsd/sys/dev/bhnd/bcma/
H A Dbcma_erom.c241 bhnd_port_type p_type; in bcma_erom_lookup_core_addr() local
252 error = bcma_erom_region_to_port_type(sc, r_type, &p_type); in bcma_erom_lookup_core_addr()
256 if (p_type == port_type) { in bcma_erom_lookup_core_addr()
273 bhnd_port_type p_type; in bcma_erom_lookup_core_addr() local
288 &p_type); in bcma_erom_lookup_core_addr()
292 if (p_type == port_type) in bcma_erom_lookup_core_addr()
/freebsd/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp219 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) { in find_cfi_check_in_dso()
246 if (phdr->p_type == PT_LOAD) { in find_cfi_check_in_dso()
287 if (phdr->p_type == PT_LOAD) { in dl_iterate_phdr_cb()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp75 if (phdr_entry.p_type == llvm::ELF::PT_PHDR) { in GetELFImageInfoAddress()
80 if (phdr_entry.p_type == llvm::ELF::PT_DYNAMIC) { in GetELFImageInfoAddress()
/freebsd/sys/arm/arm/
H A Ddump_machdep.c88 phdr.p_type = PT_DUMP_DELTA; in dumpsys_write_aux_headers()
/freebsd/contrib/file/src/
H A Dreadelf.h176 Elf32_Word p_type; member
187 Elf64_Word p_type; member
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp78 status_check(const status_check_t& p_type, const bool p_negated, in status_check()
80 type(p_type), in status_check()
101 output_check(const output_check_t& p_type, const bool p_negated, in output_check()
103 type(p_type), in output_check()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsegments.c500 seg->type = iphdr.p_type; in setup_phdr()
578 ophdr.p_type = iphdr.p_type; in copy_phdr()
/freebsd/sys/arm64/arm64/
H A Delf_machdep.c368 if (phdr[i].p_type == PT_NOTE && __elfN(parse_notes)(imgp, in arm64_exec_protect()
379 if (phdr[i].p_type != PT_LOAD || phdr[i].p_memsz == 0) in arm64_exec_protect()
/freebsd/include/
H A Dresolv.h355 #define p_type __p_type macro
435 const char * p_type(int);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h

1234