Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

container_of(9) [suse man page]

CONTAINER_OF(9) 						   Driver Basics						   CONTAINER_OF(9)

NAME
container_of - cast a member of a structure out to the containing structure SYNOPSIS
container_of(ptr, type, member); ARGUMENTS
ptr the pointer to the member. type the type of the container struct this is embedded in. member the name of the member within the struct. COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 CONTAINER_OF(9)

Check Out this Related Man Page

XMapRequestEvent(3)						  XLIB FUNCTIONS					       XMapRequestEvent(3)

NAME
XMapRequestEvent - MapRequest event structure STRUCTURES
The structure for MapRequest events contains: typedef struct { int type; /* MapRequest */ unsigned long serial; /* # of last request processed by server */ Bool send_event; /* true if this came from a SendEvent request */ Display *display; /* Display the event was read from */ Window parent; Window window; } XMapRequestEvent; When you receive this event, the structure members are set as follows. The type member is set to the event type constant name that uniquely identifies it. For example, when the X server reports a GraphicsEx- pose event to a client application, it sends an XGraphicsExposeEvent structure with the type member set to GraphicsExpose. The display member is set to a pointer to the display the event was read on. The send_event member is set to True if the event came from a SendEvent protocol request. The serial member is set from the serial number reported in the protocol but expanded from the 16-bit least-significant bits to a full 32-bit value. The window member is set to the window that is most useful to toolkit dispatchers. The parent member is set to the parent window. The window member is set to the window to be mapped. SEE ALSO
XAnyEvent(3), XButtonEvent(3), XCreateWindowEvent(3), XCirculateEvent(3), XCirculateRequestEvent(3), XColormapEvent(3), XConfigureEvent(3), XConfigureRequestEvent(3), XCrossingEvent(3), XDestroyWindowEvent(3), XErrorEvent(3), XExposeEvent(3), XFocusChangeEvent(3), XGraphicsEx- poseEvent(3), XGravityEvent(3), XKeymapEvent(3), XMapEvent(3), XPropertyEvent(3), XReparentEvent(3), XResizeRequestEvent(3), XSelection- ClearEvent(3), XSelectionEvent(3), XSelectionRequestEvent(3), XUnmapEvent(3), XVisibilityEvent(3) Xlib - C Language X Interface X Version 11 libX11 1.6.0 XMapRequestEvent(3)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

File password.

Hello, Is there a way to protect a file with password on opening the file. Thank You (3 Replies)
Discussion started by: satish
3 Replies

2. UNIX for Dummies Questions & Answers

Give us your poor, your tired, your huddled Admins... War Stories

I have been toying with the idea of posting a thread asking for your dumbest mistakes so that we may all learn from each other. "A smart man learns from his own mistakes, A wise man learns from others' mistakes" I think I will start us off. I haven't had too many that were really bad, but... (6 Replies)
Discussion started by: Kelam_Magnus
6 Replies

3. Programming

I am pretty new to this

Ok, so I need to make a program using PICO. Here is the assignment, if anyone knows how to do this please show me. Thanks. Acme Paints, a well-respected local paint store, is having their big End-Of-Winter Paint Sale. They have way too much red, green, yellow, and blue paint on hand in their... (1 Reply)
Discussion started by: thescene
1 Replies

4. Shell Programming and Scripting

Shell script to find out words, replace them and count words

hello, i 'd like your help about a bash script which: 1. finds inside the html file (it is attached with my post) the code number of the Latest Stable Kernel, 2.finds the link which leads to the download location of the Latest Stable Kernel version, (the right link should lead to the file... (3 Replies)
Discussion started by: alex83
3 Replies

5. Shell Programming and Scripting

sed fails to apply substitute commands

I've made a shell script for archiving HTML pages, i.e. making them work offline plus add some features. Here is it: #!/bin/sh if || +/res/+") = "" ]; then echo "Usage: `basename $0` <4chan thread url> <>" exit 0 fi echo "4chan downloader" LOC=$(echo "$1" | sed... (23 Replies)
Discussion started by: Adolf1994
23 Replies

6. Programming

Trouble with Iterators and Hashtables (Java)

Okay so I am currently workng on an assignment where I have basically got to create a word ladder, eg. Click, Clock, Flock, Flick, so its a list of words with only 1 letter difference, and the same letters cant be reused. Now I can do 2 methods of doing this, the first (which I need help need help... (2 Replies)
Discussion started by: SilvarHawke
2 Replies

7. What is on Your Mind?

Directory vs. Folder?

How would you call it? (24 Replies)
Discussion started by: absorber
24 Replies

8. Programming

Help writing SQL query

Hello All, I hope I'm posting this in the right section. I have zero sql query writing skill, in fact, I've never done it before, but for some reason, a request came across my desk to get information from one of our databases. I have about 200 ticket numbers that have no information attached,... (8 Replies)
Discussion started by: bbbngowc
8 Replies