HomeSort by: relevance | last modified time | path
    Searched refs:e_type (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/usr.sbin/npf/npfctl/
npf_var.c 48 unsigned e_type; member in struct:npf_element
117 el->e_type = type;
275 if (el && NPFVAR_TYPE(el->e_type) != NPFVAR_TYPE(type)) {
278 idx, npfvar_type(el->e_type), npfvar_type(type));
288 return el ? (int)el->e_type : -1;
302 if (el->e_type == NPFVAR_VAR_ID) {
309 return (int)el->e_type;
323 if (el->e_type == NPFVAR_VAR_ID) {
331 if (el && NPFVAR_TYPE(el->e_type) != NPFVAR_TYPE(type)) {
334 idx, npfvar_type(el->e_type), npfvar_type(type))
    [all...]
npf_data.c 762 uint16_t *e_type = (uint16_t *)etype; /* fetch the whole two byte blocks */ local in function:npfctl_parse_ether_type
764 return *e_type;
  /src/sys/lib/libsa/
ls.c 168 const char *e_type; member in struct:lsentry
188 n->e_type = type;
208 printf("%d: %s (%s)\n", n->e_ino, n->e_name, n->e_type);
loadfile_elf32.c 93 I16(ehdr->e_type);
107 I16(ehdr->e_type);
130 E16(ehdr->e_type);
144 E16(ehdr->e_type);
361 if (elf->e_type != ET_REL) {
702 if (elf->e_type != ET_EXEC) {
  /src/sys/arch/sh3/include/
coff_machdep.h 87 char e_type[2]; member in struct:external_syment
  /src/sbin/restore/
utilities.c 145 if (np->e_type != NODE)
164 if (ep->e_type != NODE)
186 if (ep->e_type != LEAF)
252 if (ep->e_type != LEAF)
275 if (ep == NULL || ep->e_type == NODE)
293 if (ep == NULL || ep->e_type == NODE)
321 ep->e_type == NODE ? "NODE" : "LEAF");
restore.c 128 if (ep->e_type != NODE)
185 if (ep->e_type == LEAF) {
282 (((key & INOFND) && ip->e_type != type) ||
283 ((key & NAMEFND) && np->e_type != type)))
366 if (ip->e_type == NODE) {
421 if (ip->e_type == LEAF) {
424 if (ip->e_type != LEAF)
524 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0)
541 if (np->e_type == LEAF) {
802 if (ep->e_type == NODE)
    [all...]
restore.h 91 char e_type; /* type of this entry, see below */ member in struct:entry
symtab.c 184 if (ep->e_type != NODE)
238 np->e_type = type & ~LINK;
280 if (ep->e_type == NODE) {
  /src/sys/arch/ia64/stand/efi/libefi/
efifs_ls.c 78 uint8_t e_type; member in struct:entry_t
209 n->e_type = dp->d_type;
224 n->e_ino, n->e_name, typestr[n->e_type]);
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 98 be_uint16_t e_type; /* type of this file */ member in struct:elf_m68k_hdr
  /src/sys/arch/hpc/stand/hpcboot/
load_elf.cpp 322 if (_eh.e_type != ET_EXEC) {
324 _eh.e_type));
  /src/sys/kern/
exec_elf.c 494 if (eh.e_type != ET_DYN || eh.e_phnum == 0) {
495 DPRINTF("bad interpreter type %#x", eh.e_type);
668 if (eh->e_type == ET_DYN)
671 else if (eh->e_type != ET_EXEC) {
672 DPRINTF("bad type %#x", eh->e_type);
  /src/libexec/ld.elf_so/
map_object.c 151 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) {
303 obj->isdynamic = ehdr->e_type == ET_DYN;
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 151 if (be16toh(eh->e_type) != ET_REL)
153 argv[0], be16toh(eh->e_type));
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 90 Elf32_Half e_type; /* file type */ member in struct:__anonc1fa11540108
107 Elf64_Half e_type; /* file type */ member in struct:__anonc1fa11540208
177 /* e_type */
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 198 e->e_type != ET_EXEC ||
  /src/sys/arch/x68k/stand/common/
exec_sub.c 317 if (ehdr->e_type != ET_EXEC)
  /src/lib/libexecinfo/
symtab.c 121 st->ispie = ehdr.e_type == ET_DYN;
  /src/usr.bin/elf2aout/
elf2aout.c 252 ex.e_type = bswap16(ex.e_type);
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 106 Elf32_Half e_type; /* file type */ member in struct:__anon5ac53e540108
175 /* e_type */
  /src/sys/arch/hppa/stand/xxboot/
main.c 402 if (*(uint32_t *)&e32hdr->e_type != (ET_EXEC << 16 | EM_PARISC))
  /src/sys/arch/vax/boot/xxboot/
bootxx.c 152 if (hdr.elf.e_machine != EM_VAX || hdr.elf.e_type != ET_EXEC
  /src/sys/arch/amd64/stand/prekern/
elf.c 57 eif.ehdr->e_type != ET_REL) {
  /src/sys/arch/i386/i386/
multiboot.c 705 ehdr.e_type = ET_EXEC;

Completed in 29 milliseconds

1 2