Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xvungrabport(3x) [xfree86 man page]

XvUngrabPort(3X)														  XvUngrabPort(3X)

Name
       XvUngrabPort - release port grabbed for video operation

Syntax
       #include <X11/extensions/Xvlib.h>

       XvUngrabPort(dpy, port, time)

       Display *dpy;
       XvPortID port;
       Time time;

Arguments
       dpy	      Specifies  the  display  screen  on which the Xv Server is to accept requests from Xv clients.  If the display option is not
		      specified, Xv uses the display screen specified by your DISPLAY environment variable.  The display  option  has  the  format
		      hostname:number.	Using two colons (::) instead of one (:) indicates that DECnet is to be used for transport.

       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(3X) releases a grabbed port.  If time specifies a time before the last XvGrabPort(3X) was executed, the request is ignored.

Returned Values
       [Success]
	       Returned if XvUngrabPort(3X) completed successfully.

       [XvBadExtension]
	       Returned if the Xv extension is unavailable.

       [XvBadAlloc]
	       Returned if XvUngrabPort(3X) failed to allocate memory to process the request.

Diagnostics
       [XvBadPort]
	       Generated if the requested port does not exist.

See Also
       XvGrabPort(3X)

XFree86 							   Version 4.7.0						  XvUngrabPort(3X)

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.7 XvUngrabPort(3)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Display result one page at a time

hi how can i display the result on the screen one page at a time? say i search for .txt files and return the result on the screen one page at a time. (4 Replies)
Discussion started by: nickaren
4 Replies

2. Solaris

Solaris 10 - dtlogin port chnage?

I have changed my dtlogin port from the deault 177 to 180. When I'm at the Remote Login session screen, how do I specify the port number? (5 Replies)
Discussion started by: kungpow
5 Replies

3. Solaris

Command to know port no

Hi, I want to know command which will display which application is running on which port.... apart from netstat, (6 Replies)
Discussion started by: manoj.solaris
6 Replies

4. Programming

port 23

Hi All, I have conencted to port 23(Telnet port) through a C program but even if i tried recv() nothing was printed on the screen. Regards, Sayantan (2 Replies)
Discussion started by: Sayantan
2 Replies

5. UNIX for Dummies Questions & Answers

Does command for reading from memory exist?

Does exist in unix any command which could read data from any memory address or port and return result on screen? (2 Replies)
Discussion started by: linuxchemist
2 Replies

6. UNIX for Dummies Questions & Answers

release a port

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)
Discussion started by: orahi001
2 Replies

7. Shell Programming and Scripting

Find port number being used by a given process id

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)
Discussion started by: sunpraveen
3 Replies

8. UNIX for Advanced & Expert Users

Convert to time format

I Have variable $currenttime and I want to display this variable as a TIME FORMAT and the $currenttime value contains like 000000 120000 020000 I want to display to 00:00:00 12:00:00 02:00:00 please help me how to this one (1 Reply)
Discussion started by: gksenthilkumar
1 Replies

9. Shell Programming and Scripting

Column to Rows

I need some help with this. I got a file with the following format : switch A port 2/6 port 2/7 port 3/8 switch B port 1/2 port 1/5 switch C port 3/1 port 3/2 port 3/3 port 3/4 etc ... I need this to be converted into : (5 Replies)
Discussion started by: pepo2
5 Replies