There is only one line in the source file of Emacs process.c , where p->name set for process p , and this is in the make_process function. All other functions simply read this value, they never (re) set it. So the answer to your question seems to be no.
You could, of course, try to implement your own function, which changes the name of the process. See here for more information.
Thomas
source share