/netbsd-src/sbin/restore/ |
H A D | tape.c | 122 int32_t c_type; member 329 endoftapemark.s_spcl.c_type = TS_END; in setup() 361 if (spcl.c_type != TS_CLRI) { in setup() 515 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { in getvol() 540 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) in getvol() 958 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps() 1002 if (spcl.c_type == TS_END) in getbitmap() 1020 if (gethead(&spcl) == GOOD && spcl.c_type == TS_ADDR) { in getbitmap() 1058 if (spcl.c_type == TS_END) in getfile() 1120 if (spcl.c_type == TS_ADDR) in getfile() [all …]
|
/netbsd-src/external/bsd/pkg_install/dist/lib/ |
H A D | plist.c | 79 pl_ent_t c_type; /* type of command */ member 279 return cmdp->c_type; in plist_cmd() 294 return cmdp->c_type; in plist_cmd() 412 for (cmdp = cmdv; cmdp->c_type != FAIL && cmdp->c_type != p->type; cmdp++) { in write_plist() 414 if (cmdp->c_type == FAIL) { in write_plist() 448 for (cmdp = cmdv; cmdp->c_type != FAIL && cmdp->c_type != p->type; cmdp++) { in stringify_plist() 450 if (cmdp->c_type == FAIL) in stringify_plist() 481 for (cmdp = cmdv; cmdp->c_type != FAIL && cmdp->c_type != p->type; cmdp++) { in stringify_plist() 483 if (cmdp->c_type == FAIL) { in stringify_plist()
|
/netbsd-src/sys/dev/i2c/ |
H A D | act8846.c | 87 enum act8846_ctrl_type c_type; member 93 .c_base = ACT_ ## base ## _BASE_REG, .c_type = (type) } 291 if (c->c_type == ACT_CTRL_DCDC) { in act8846_is_enabled() 316 if (c->c_type == ACT_CTRL_DCDC) { in act8846_enable() 346 if (c->c_type == ACT_CTRL_DCDC) { in act8846_disable()
|
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
H A D | bind.c | 47 client->c_type = LLOAD_C_OPEN; in bind_mech_external() 81 client->c_type = LLOAD_C_PRIVILEGED; in bind_mech_external() 263 client->c_type = LLOAD_C_OPEN; in request_bind() 716 client->c_type = LLOAD_C_OPEN; in handle_bind_response() 725 client->c_type = LLOAD_C_PRIVILEGED; in handle_bind_response() 839 client->c_type = LLOAD_C_OPEN; in handle_whoami_response() 843 client->c_type = LLOAD_C_PRIVILEGED; in handle_whoami_response() 945 client->c_type = LLOAD_C_OPEN; in handle_vc_bind_response() 952 client->c_type = LLOAD_C_PRIVILEGED; in handle_vc_bind_response()
|
H A D | upstream.c | 495 c->c_type = LLOAD_C_OPEN; in upstream_bind_cb() 647 c->c_type = LLOAD_C_BIND; in upstream_finish() 661 c->c_type = LLOAD_C_OPEN; in upstream_finish() 911 c->c_type = LLOAD_C_PREPARING; in upstream_init() 1043 if ( c->c_type == LLOAD_C_PREPARING ) { in upstream_unlink() 1047 } else if ( c->c_type == LLOAD_C_BIND ) { in upstream_unlink() 1103 if ( c->c_type != LLOAD_C_BIND ) { in upstream_destroy()
|
H A D | lload.h | 305 enum sc_type c_type; member
|
H A D | daemon.c | 1652 if ( c->c_type == LLOAD_C_PRIVILEGED ) { in lload_handle_global_invalidation() 1653 c->c_type = LLOAD_C_OPEN; in lload_handle_global_invalidation() 1715 c->c_type = privileged ? LLOAD_C_PRIVILEGED : LLOAD_C_OPEN; in lload_handle_global_invalidation()
|
/netbsd-src/sbin/gpt/ |
H A D | type.c | 60 struct gpt_cmd c_type = { variable 67 #define usage() gpt_usage(NULL, &c_type)
|
H A D | main.c | 75 c_type, 99 &c_type,
|
/netbsd-src/sbin/dump/ |
H A D | traverse.c | 523 spcl.c_type = iswap32(TS_INODE); in dumpino() 682 spcl.c_type = iswap32(TS_ADDR); in blksout32() 732 spcl.c_type = iswap32(TS_ADDR); in blksout64() 865 spcl.c_type = iswap32(type); in dumpmap()
|
H A D | tape.c | 331 if (iswap32(spcl.c_type) == TS_INODE || in flushtape() 332 iswap32(spcl.c_type) == TS_ADDR) { in flushtape() 696 spcl.c_type = iswap32(TS_TAPE); in startnewtape()
|
H A D | main.c | 530 spcl.c_type = iswap32(TS_TAPE); in main() 687 spcl.c_type = iswap32(TS_END); in main()
|
/netbsd-src/usr.bin/find/ |
H A D | extern.h | 92 PLAN *c_type(char ***, int, char *);
|
H A D | option.c | 145 { "-type", N_TYPE, c_type, 1 },
|
/netbsd-src/usr.bin/rdist/ |
H A D | defs.h | 117 int c_type; /* type - ARROW,DCOLON */ member
|
H A D | gram.y | 398 nc->c_type = ARROW; in insert() 427 c->c_type = DCOLON; in append()
|
H A D | docmd.c | 108 switch (c->c_type) { in docmds() 116 fatal("illegal command type %d\n", c->c_type); in docmds()
|
/netbsd-src/include/protocols/ |
H A D | dumprestore.h | 74 int32_t c_type; /* record type (see below) */ member
|
/netbsd-src/sys/netinet/ |
H A D | ip_icmp.h | 160 uint8_t c_type; member
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_strat_sequential.c | 327 int c_type = buf->b_udf_c_type; in udf_VAT_mapping_update() local 336 if (c_type != UDF_C_NODE) in udf_VAT_mapping_update()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
H A D | slc-gram.y | 420 const char *c_type; member 485 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
|
/netbsd-src/sys/arch/ia64/disasm/ |
H A D | disasm_format.c | 118 strlcpy(buf, asm_completers[c->c_type], buflen); in asm_completer()
|
/netbsd-src/sys/netmpls/ |
H A D | mpls_ttl.c | 176 mpls_icmp_ext.obj_hdr.c_type = MPLS_STACK_ENTRY_C_TYPE; in mpls_icmp_error()
|
/netbsd-src/sys/sys/ |
H A D | sysctl.h | 1150 #define VERIFY_FN(ctl_type, c_type) \ argument 1152 __sysctl_verify_##ctl_type##_arg(c_type *arg) \
|
/netbsd-src/lib/libc/nameser/ |
H A D | ns_print.c | 586 u_int c_type, key_tag, alg; in ns_sprintrrf() local 592 c_type = ns_get16(rdata); rdata += NS_INT16SZ; in ns_sprintrrf() 596 len = SPRINTF((tmp1, "%d %d %d ", c_type, key_tag, alg)); in ns_sprintrrf()
|