Searched refs:error_packet (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c380 static void error_packet(char *pkt, int error) function
539 error_packet(remcom_out_buffer, -EINVAL);
558 error_packet(remcom_out_buffer, -EINVAL);
560 error_packet(remcom_out_buffer, -EINVAL);
570 error_packet(remcom_out_buffer, err);
595 error_packet(remcom_out_buffer, -EINVAL);
613 error_packet(remcom_out_buffer, -EINVAL);
635 error_packet(remcom_out_buffer, err);
649 error_packet(remcom_out_buffer, error);
747 error_packet(remcom_out_buffe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Derror.c41 return error_packet(outbuf,eclass,err,ntstatus,line,file);
69 return error_packet(outbuf,eclass,ecode,ntstatus,line,file);
129 int error_packet(char *outbuf, uint8 eclass, uint32 ecode, NTSTATUS ntstatus, int line, const char *file) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dsmb_macros.h171 #define ERROR_DOS(class,code) error_packet(outbuf,class,code,NT_STATUS_OK,__LINE__,__FILE__)
172 #define ERROR_NT(status) error_packet(outbuf,0,0,status,__LINE__,__FILE__)
173 #define ERROR_FORCE_NT(status) error_packet(outbuf,-1,-1,status,__LINE__,__FILE__)
174 #define ERROR_BOTH(status,class,code) error_packet(outbuf,class,code,status,__LINE__,__FILE__)

Completed in 101 milliseconds