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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dfiledate.c17 * sendpkt()
23 * sendpkt() is used by Agetch() and FileDate(), and by screensize() in
43 * use of library code redundant with sendpkt(). Made it
54 * sendpkt() (when FileDate(), Agetch() or windowheight() is used),
200 LONG sendpkt(struct MsgPort *pid, LONG action, LONG *args, LONG nargs);
210 * and others (see also sendpkt() comments, below); NewtWare SetFileDate()
237 LONG sendpkt(struct MsgPort *pid, LONG action, LONG *args, LONG nargs);
312 errno = ret = sendpkt(taskport,ACTION_SET_DATE,pktargs,4L);
507 /* sendpkt.c
520 LONG sendpkt(struc
522 LONG sendpkt(pid,action,args,nargs) function
[all...]
H A Damiga.c812 /* function screensize() -- uses sendpkt() from filedate.c: */
820 extern long sendpkt(struct MsgPort *pid, long action, long *args, long nargs);
831 if (ind && conp && sendpkt(conp, ACTION_DISK_INFO, &argp, 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Dfiledate.c17 * sendpkt()
23 * sendpkt() is used by Agetch() and FileDate(), and by screensize() in
43 * use of library code redundant with sendpkt(). Made it
54 * sendpkt() (when FileDate(), Agetch() or windowheight() is used),
200 LONG sendpkt(struct MsgPort *pid, LONG action, LONG *args, LONG nargs);
210 * and others (see also sendpkt() comments, below); NewtWare SetFileDate()
237 LONG sendpkt(struct MsgPort *pid, LONG action, LONG *args, LONG nargs);
312 errno = ret = sendpkt(taskport,ACTION_SET_DATE,pktargs,4L);
507 /* sendpkt.c
520 LONG sendpkt(struc
522 LONG sendpkt(pid,action,args,nargs) function
[all...]

Completed in 163 milliseconds