HomeSort by: relevance | last modified time | path
    Searched refs:c_type (Results 1 - 24 of 24) sorted by relevancy

  /src/sbin/gpt/
type.c 60 const struct gpt_cmd c_type = { variable in typeref:typename:const struct gpt_cmd
67 #define usage() gpt_usage(NULL, &c_type)
gpt.h 162 c_type,
main.c 75 &c_type,
  /src/sys/dev/i2c/
act8846.c 87 enum act8846_ctrl_type c_type; member in struct:act8846_ctrl
93 .c_base = ACT_ ## base ## _BASE_REG, .c_type = (type) }
291 if (c->c_type == ACT_CTRL_DCDC) {
316 if (c->c_type == ACT_CTRL_DCDC) {
346 if (c->c_type == ACT_CTRL_DCDC) {
  /src/sbin/restore/
tape.c 122 int32_t c_type; member in struct:u_ospcl::s_ospcl
329 endoftapemark.s_spcl.c_type = TS_END;
361 if (spcl.c_type != TS_CLRI) {
515 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
540 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER))
958 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
1002 if (spcl.c_type == TS_END)
1020 if (gethead(&spcl) == GOOD && spcl.c_type == TS_ADDR) {
1058 if (spcl.c_type == TS_END
    [all...]
  /src/usr.bin/find/
extern.h 92 PLAN *c_type(char ***, int, char *);
option.c 145 { "-type", N_TYPE, c_type, 1 },
  /src/include/protocols/
dumprestore.h 74 int32_t c_type; /* record type (see below) */ member in struct:u_spcl::s_spcl
  /src/usr.bin/rdist/
defs.h 117 int c_type; /* type - ARROW,DCOLON */ member in struct:cmd
gram.y 398 nc->c_type = ARROW;
427 c->c_type = DCOLON;
docmd.c 108 switch (c->c_type) {
116 fatal("illegal command type %d\n", c->c_type);
  /src/sys/netinet/
ip_icmp.h 160 uint8_t c_type; member in struct:icmp_ext_obj_hdr
sctp_output.c 117 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, int cpsize)
125 * Independent of how many mbufs, find the c_type inside the control
142 (c_type == cmh.cmsg_type)) {
  /src/sbin/dump/
tape.c 331 if (iswap32(spcl.c_type) == TS_INODE ||
332 iswap32(spcl.c_type) == TS_ADDR) {
696 spcl.c_type = iswap32(TS_TAPE);
traverse.c 523 spcl.c_type = iswap32(TS_INODE);
682 spcl.c_type = iswap32(TS_ADDR);
732 spcl.c_type = iswap32(TS_ADDR);
865 spcl.c_type = iswap32(type);
main.c 530 spcl.c_type = iswap32(TS_TAPE);
687 spcl.c_type = iswap32(TS_END);
  /src/sys/arch/ia64/disasm/
disasm_format.c 118 strlcpy(buf, asm_completers[c->c_type], buflen);
disasm.h 155 enum asm_cmpltr_type c_type; member in struct:asm_cmpltr
disasm_extract.c 51 i->i_cmpltr[i->i_ncmpltrs].c_type = t;
  /src/sys/fs/udf/
udf_strat_sequential.c 327 int c_type = buf->b_udf_c_type; local in function:udf_VAT_mapping_update
336 if (c_type != UDF_C_NODE)
  /src/sys/netmpls/
mpls_ttl.c 176 mpls_icmp_ext.obj_hdr.c_type = MPLS_STACK_ENTRY_C_TYPE;
  /src/lib/libc/nameser/
ns_print.c 586 u_int c_type, key_tag, alg; local in function:ns_sprintrrf
592 c_type = ns_get16(rdata); rdata += NS_INT16SZ;
596 len = SPRINTF((tmp1, "%d %d %d ", c_type, key_tag, alg));
  /src/sys/sys/
sysctl.h 1157 #define VERIFY_FN(ctl_type, c_type) \
1159 __sysctl_verify_##ctl_type##_arg(c_type *arg) \
  /src/usr.sbin/traceroute/
traceroute.c 1176 switch (obj_hdr->c_type) {

Completed in 32 milliseconds