Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 14 of 14) sorted by relevance

/freebsd/sbin/restore/
H A Dtape.c237 endoftapemark.s_spcl.c_type = TS_END; in setup()
273 if (spcl.c_type != TS_CLRI) { in setup()
285 if (spcl.c_type != TS_BITS) { in setup()
457 if (tmpbuf.c_type == TS_TAPE) { in getvol()
831 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
882 if (spcl.c_type == TS_END) in getfile()
964 if (spcl.c_type == TS_ADDR) in getfile()
1334 switch (buf->c_type) { in gethead()
1379 panic("gethead: unknown inode type %d\n", buf->c_type); in gethead()
[all...]
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp76 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType() local
77 if (c_type.IsValid()) in GetType()
78 return SBType(c_type); in GetType()
/freebsd/sbin/dump/
H A Dtape.c277 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape()
278 spcl.c_type != TS_BITS) { in flushtape()
646 spcl.c_type = TS_TAPE; in startnewtape()
H A Dtraverse.c496 spcl.c_type = TS_INODE; in dumpino()
641 spcl.c_type = TS_ADDR; in ufs1_blksout()
696 spcl.c_type = TS_ADDR; in ufs2_blksout()
825 spcl.c_type = type; in dumpmap()
H A Dmain.c410 spcl.c_type = TS_TAPE; in main()
588 spcl.c_type = TS_END; in main()
/freebsd/include/protocols/
H A Ddumprestore.h78 int32_t c_type; /* record type (see below) */ member
/freebsd/usr.bin/find/
H A Dextern.h76 creat_f c_type; variable
H A Doption.c160 { "-type", c_type, f_type, 0 },
H A Dfunction.c1593 c_type(OPTION *option, char ***argvp) in c_type() function
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.y415 const char *c_type; member
480 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
H A Dslc-gram.c1924 const char *c_type; member
1989 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
/freebsd/lib/libc/nameser/
H A Dns_print.c580 u_int c_type, key_tag, alg; in ns_sprintrrf() local
586 c_type = ns_get16(rdata); rdata += NS_INT16SZ; in ns_sprintrrf()
590 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg)); in ns_sprintrrf()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td479 string c_type = frags[2].ptx_elt_type;
485 string gcd = geom # ":" # c_type # d_type;
507 !ne(c_type, d_type))): false,
511 !ne(c_type, d_type)): false,
/freebsd/sys/netinet/
H A Dsctp_output.c3453 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) in sctp_find_cmsg() argument
3486 ((c_type == cmh.cmsg_type) || in sctp_find_cmsg()
3487 ((c_type == SCTP_SNDRCV) && in sctp_find_cmsg()
3491 if (c_type == cmh.cmsg_type) { in sctp_find_cmsg()