Lines Matching refs:_o
956 copy_obj(char **start, char *end, void *_o, const char *msg, int i) in copy_obj() argument
965 memcpy(&o, _o, sizeof(o)); in copy_obj()
973 memcpy(&dn.l, _o, sizeof(dn.l)); in copy_obj()
980 memcpy(&dn.s, _o, sizeof(dn.s)); in copy_obj()
985 memcpy(*start, _o, o.len); in copy_obj()
995 copy_obj_q(char **start, char *end, void *_o, const char *msg, int i) in copy_obj_q() argument
997 struct dn_id *o = _o; in copy_obj_q()
1007 memcpy(*start, _o, len); in copy_obj_q()
1133 copy_data_helper(void *_o, void *_arg) in copy_data_helper() argument
1144 struct dn_schk *s = _o; in copy_data_helper()
1180 struct dn_fsk *fs = _o; in copy_data_helper()