XvUngrabPort(3) libXv Functions XvUngrabPort(3)NAME
XvUngrabPort - release port grabbed for video operation
SYNOPSIS
#include <X11/extensions/Xvlib.h>
int XvUngrabPort(Display *dpy, XvPortID port, Time time);
ARGUMENTS
dpy Specifies the connection to the X server.
port Specifies the port to be released. If the port had not been previously grabbed, the request is ignored.
time Specifies the request timestamp.
DESCRIPTION XvUngrabPort(3)
releases a grabbed port. If time specifies a time before the last XvGrabPort(3) was executed, the request is ignored.
RETURN VALUES
[Success]
Returned if XvUngrabPort(3) completed successfully.
[XvBadExtension]
Returned if the Xv extension is unavailable.
[XvBadAlloc]
Returned if XvUngrabPort(3) failed to allocate memory to process the request.
DIAGNOSTICS
[XvBadPort]
Generated if the requested port does not exist.
SEE ALSO XvGrabPort(3)X Version 11 libXv 1.0.7 XvUngrabPort(3)
Check Out this Related Man Page
XvUngrabPort(3) libXv Functions XvUngrabPort(3)NAME
XvUngrabPort - release port grabbed for video operation
SYNOPSIS
#include <X11/extensions/Xvlib.h>
int XvUngrabPort(Display *dpy, XvPortID port, Time time);
ARGUMENTS
dpy Specifies the connection to the X server.
port Specifies the port to be released. If the port had not been previously grabbed, the request is ignored.
time Specifies the request timestamp.
DESCRIPTION XvUngrabPort(3)
releases a grabbed port. If time specifies a time before the last XvGrabPort(3) was executed, the request is ignored.
RETURN VALUES
[Success]
Returned if XvUngrabPort(3) completed successfully.
[XvBadExtension]
Returned if the Xv extension is unavailable.
[XvBadAlloc]
Returned if XvUngrabPort(3) failed to allocate memory to process the request.
DIAGNOSTICS
[XvBadPort]
Generated if the requested port does not exist.
SEE ALSO XvGrabPort(3)X Version 11 libXv 1.0.9 XvUngrabPort(3)
Hello every one.
I work in a LAN with many application server.
Each one use a different port.
What command permit to obtain the number of these port.
thanks (2 Replies)
I wish to know whether a particular port is free or not in my SUN solaris SPARC machine . I wish to use that particular port for one server software.
How do I know that. (2 Replies)
Hi all,
Its a gr8 pleasure being a member of this forum. Could anyone help me out re: How u release a port in Unix.
Thanks in advance..!
aces4u (2 Replies)
My server is running on a port 16386, in the case when this port is blocked by some other application ( anti virus etc. ) or firewall then how do i know it's block? Is bind will return any specific error in this case.
I have to know is it blocked or not? (2 Replies)
I'm trying to release a port 7601
I do a netstat -an which is returns
*.7601 *.* 0 0 49152 0 LISTEN
I assume 49152 is the process running the port. Is this correct? If so, how would I safely terminate the process?
thanks (2 Replies)
Unix gurus,
I have a requirement wherein I want to find the port number for a given process id.
Is it possible? If so how?
TIA,
Regards,
Praveen (3 Replies)
Hi all,
I work in three platforms SOLARIS,HPUX,AIX.
My requirement is to find the user id which is using a particular port.
So I tried searching commands which will help me to know which port is used by which process.
According to the posts over here lsof makes life easy in this case. But I... (4 Replies)
HI All
Am on Sun OS.While trying to start a process , we could see that the port is idle and we are not able to find the process holding that port.
Below is the result we get after using netstat command. lsof command is not yet installed in our machine.
netstat -a | grep "port no"... (5 Replies)