Home
last modified time | relevance | path

Searched refs:typep (Results 1 – 18 of 18) sorted by relevance

/dragonfly/usr.bin/rpcgen/
H A Drpc_parse.c536 *typep = tok.str; in get_type()
543 *typep = tok.str; in get_type()
549 *typep = "short"; in get_type()
553 *typep = "long"; in get_type()
557 *typep = "int64_t"; in get_type()
564 *typep = tok.str; in get_type()
574 *typep = tok.str; in get_type()
590 *typep = "u_char"; in unsigned_dec()
599 *typep = "u_long"; in unsigned_dec()
609 *typep = "u_int"; in unsigned_dec()
[all …]
/dragonfly/lib/libc/net/
H A Dip6opt.c96 inet6_option_append(struct cmsghdr *cmsg, const u_int8_t *typep, int multx, in inet6_option_append() argument
130 if (typep[0] == IP6OPT_PAD1) in inet6_option_append()
133 optlen = typep[1] + 2; in inet6_option_append()
134 memcpy(bp, typep, optlen); in inet6_option_append()
488 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, in inet6_opt_next() argument
523 *typep = *optp; in inet6_opt_next()
/dragonfly/crypto/openssh/
H A Dpacket.c1349 if (*typep != SSH_MSG_NONE) in ssh_packet_read_seqnr()
1450 *typep = SSH_MSG_NONE; in ssh_packet_read_poll2_mux()
1470 if (ssh_packet_log_type(*typep)) in ssh_packet_read_poll2_mux()
1471 debug3_f("type %u", *typep); in ssh_packet_read_poll2_mux()
1493 *typep = SSH_MSG_NONE; in ssh_packet_read_poll2()
1676 if (ssh_packet_log_type(*typep)) in ssh_packet_read_poll2()
1677 debug3("receive packet: type %u", *typep); in ssh_packet_read_poll2()
1678 if (*typep < SSH2_MSG_MIN || *typep >= SSH2_MSG_LOCAL_MIN) { in ssh_packet_read_poll2()
1694 fprintf(stderr, "read/plain[%d]:\r\n", *typep); in ssh_packet_read_poll2()
1719 if (*typep) { in ssh_packet_read_poll_seqnr()
[all …]
H A Dssh_api.h89 int ssh_packet_next(struct ssh *ssh, u_char *typep);
H A Dssh_api.c238 ssh_packet_next(struct ssh *ssh, u_char *typep) in ssh_packet_next() argument
248 *typep = SSH_MSG_NONE; in ssh_packet_next()
272 *typep = type; in ssh_packet_next()
/dragonfly/sys/sys/
H A Dmalloc.h173 void kmalloc_create(struct malloc_type **typep, const char *descr);
174 void kmalloc_destroy(struct malloc_type **typep);
183 void _kmalloc_create_obj(struct malloc_type **typep, const char *descr,
185 #define kmalloc_create_obj(typep, descr, objsize) \ argument
186 _kmalloc_create_obj((typep##_obj), (descr), (objsize))
/dragonfly/contrib/gdb-7/gdb/
H A Dauxv.c241 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in default_auxv_parse() argument
254 *typep = extract_unsigned_integer (ptr, sizeof_auxv_field, byte_order); in default_auxv_parse()
269 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in target_auxv_parse() argument
275 return t->to_auxv_parse (t, readptr, endptr, typep, valp); in target_auxv_parse()
277 return default_auxv_parse (ops, readptr, endptr, typep, valp); in target_auxv_parse()
H A Dauxv.h33 CORE_ADDR *typep, CORE_ADDR *valp);
H A Dlinespec.c54 typedef struct type *typep; typedef
55 DEF_VEC_P (typep);
1108 VEC (typep) **superclasses) in find_methods()
2818 find_superclass_methods (VEC (typep) *superclasses, in find_superclass_methods()
2823 VEC (typep) *iter_classes; in find_superclass_methods()
2829 VEC (typep) *new_supers = NULL; in find_superclass_methods()
2833 make_cleanup (VEC_cleanup (typep), &new_supers); in find_superclass_methods()
2838 || VEC_empty (typep, new_supers)) in find_superclass_methods()
2861 VEC (typep) *superclass_vec; in find_method()
2887 make_cleanup (VEC_cleanup (typep), &superclass_vec); in find_method()
[all …]
H A Dinf-ptrace.c649 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp) in inf_ptrace_auxv_parse() argument
664 *typep = extract_unsigned_integer (ptr, sizeof_auxv_type, byte_order); in inf_ptrace_auxv_parse()
H A Dtarget.h643 gdb_byte *endptr, CORE_ADDR *typep, CORE_ADDR *valp);
/dragonfly/sys/kern/
H A Dkern_slaballoc.c586 kmalloc_create(struct malloc_type **typep, const char *descr) in kmalloc_create() argument
590 if (*typep == NULL) { in kmalloc_create()
595 *typep = type; in kmalloc_create()
600 _kmalloc_create_obj(struct malloc_type **typep, const char *descr, in _kmalloc_create_obj() argument
605 if (*typep == NULL) { in _kmalloc_create_obj()
612 *typep = type; in _kmalloc_create_obj()
624 kmalloc_destroy(struct malloc_type **typep) in kmalloc_destroy() argument
626 if (*typep != NULL) { in kmalloc_destroy()
627 malloc_uninit(*typep); in kmalloc_destroy()
628 kfree(*typep, M_TEMP); in kmalloc_destroy()
[all …]
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_compat.h74 #define kmalloc_create(typep, descr) do{}while(0) argument
75 #define kmalloc_destroy(typep) do{}while(0) argument
80 #define kmalloc_create_obj(typep, descr, objsize) do{}while(0) argument
85 #define kmalloc_raise_limit(typep, bytes) do{}while(0) argument
/dragonfly/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c217 parse_socktype(const char *string, int *typep) in parse_socktype() argument
220 return parse_numeric_tabular(string, typep, socket_types, in parse_socktype()
/dragonfly/sys/netgraph/
H A Dnetgraph.h336 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
/dragonfly/usr.sbin/zic/
H A Dzic.c128 const char *typep, const char *monthp,
1154 const char * const typep, in rulesub() argument
1240 if (*typep == '\0') in rulesub()
1247 rp->r_yrtype = ecpyalloc(typep); in rulesub()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c8158 tree *typep = &fmain_type; in finish_struct() local
8160 *typep = build_distinct_type_copy (*typep); in finish_struct()
8161 TYPE_REVERSE_STORAGE_ORDER (*typep) = 1; in finish_struct()
8162 typep = &TREE_TYPE (*typep); in finish_struct()
8163 } while (TREE_CODE (*typep) == ARRAY_TYPE); in finish_struct()
/dragonfly/sys/netgraph7/
H A Dnetgraph.h1123 int ng_make_node_common(struct ng_type *typep, node_p *nodep);