/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)
|
/src/usr.bin/rdist/ |
defs.h | 117 int c_type; /* type - ARROW,DCOLON */ member in struct:cmd
|
/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/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/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/include/protocols/ |
dumprestore.h | 74 int32_t c_type; /* record type (see below) */ member in struct:u_spcl::s_spcl
|
/src/sys/netinet/ |
ip_icmp.h | 160 uint8_t c_type; member in struct:icmp_ext_obj_hdr
|
/src/usr.bin/find/ |
function.c | 1793 c_type(char ***argvp, int isok, char *opt) function in typeref:typename:PLAN *
|
/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/sys/arch/ia64/disasm/ |
disasm.h | 155 enum asm_cmpltr_type c_type; member in struct:asm_cmpltr
|