Searched refs:c_type (Results 1 – 14 of 14) sorted by relevance
/freebsd/sbin/restore/ |
H A D | tape.c | 237 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 D | SBTypeNameSpecifier.cpp | 76 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 D | tape.c | 277 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 D | traverse.c | 496 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 D | main.c | 410 spcl.c_type = TS_TAPE; in main() 588 spcl.c_type = TS_END; in main()
|
/freebsd/include/protocols/ |
H A D | dumprestore.h | 78 int32_t c_type; /* record type (see below) */ member
|
/freebsd/usr.bin/find/ |
H A D | extern.h | 76 creat_f c_type; variable
|
H A D | option.c | 160 { "-type", c_type, f_type, 0 },
|
H A D | function.c | 1593 c_type(OPTION *option, char ***argvp) in c_type() function
|
/freebsd/crypto/heimdal/lib/sl/ |
H A D | slc-gram.y | 415 const char *c_type; member 480 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
|
H A D | slc-gram.c | 1924 const char *c_type; member 1989 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
|
/freebsd/lib/libc/nameser/ |
H A D | ns_print.c | 580 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 D | IntrinsicsNVVM.td | 479 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 D | sctp_output.c | 3453 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()
|