Searched refs:children (Results 1 - 25 of 593) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libcli/security/
H A Dsecurity.h35 /* linked list of children */
36 struct object_tree * children; member in struct:object_tree
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/security/
H A Dsecurity.h35 /* linked list of children */
36 struct object_tree * children; member in struct:object_tree
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/security/
H A Dsecurity.h35 /* linked list of children */
36 struct object_tree * children; member in struct:object_tree
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/python/tests/
H A Dtst.py12 root = doc.children
16 child = root.children
H A DcompareNodes.py15 foonode1 = root.children
16 foonode2 = root.children
H A Dresolver.py15 root = doc.children
24 root = doc.children
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/python/tests/
H A Dtst.py12 root = doc.children
16 child = root.children
H A DcompareNodes.py15 foonode1 = root.children
16 foonode2 = root.children
H A Dresolver.py15 root = doc.children
24 root = doc.children
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/python/tests/
H A Dtst.py12 root = doc.children
16 child = root.children
H A DcompareNodes.py15 foonode1 = root.children
16 foonode2 = root.children
H A Dresolver.py15 root = doc.children
24 root = doc.children
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libatalk/util/
H A Dserver_child.c6 * handle inserting, removing, and freeing of children.
88 server_child_t *children; local
90 if (!(children = (server_child_t *)calloc(1, sizeof(server_child_t))))
93 children->servch_nsessions = connections;
94 pthread_mutex_init(&children->servch_lock, NULL);
95 return children;
102 afp_child_t *server_child_add(server_child_t *children, pid_t pid, int ipc_fd) argument
106 pthread_mutex_lock(&children->servch_lock);
116 if ((child = server_child_resolve(children, pid)))
126 hash_child(children
135 server_child_remove(server_child_t *children, pid_t pid) argument
166 server_child_free(server_child_t *children) argument
189 server_child_kill(server_child_t *children, int sig) argument
223 server_child_transfer_session(server_child_t *children, pid_t pid, uid_t uid, int afp_socket, uint16_t DSI_requestID) argument
275 server_child_kill_one_by_id(server_child_t *children, pid_t pid, uid_t uid, uint32_t idlen, char *id, uint32_t boottime) argument
[all...]
H A Dserver_ipc.c4 * IPC over socketpair between parent and children.
54 static int ipc_kill_token(struct ipc_header *ipc, server_child_t *children) argument
64 return server_child_transfer_session(children,
72 static int ipc_get_session(struct ipc_header *ipc, server_child_t *children) argument
100 server_child_kill_one_by_id(children,
110 static int ipc_set_state(struct ipc_header *ipc, server_child_t *children) argument
115 pthread_mutex_lock(&children->servch_lock);
117 if ((child = server_child_resolve(children, ipc->child_pid)) == NULL)
123 pthread_mutex_unlock(&children->servch_lock);
127 static int ipc_set_volumes(struct ipc_header *ipc, server_child_t *children) argument
171 ipc_server_read(server_child_t *children, int fd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libatalk/util/
H A Dserver_child.c6 * handle inserting, removing, and freeing of children.
88 server_child_t *children; local
90 if (!(children = (server_child_t *)calloc(1, sizeof(server_child_t))))
93 children->servch_nsessions = connections;
94 pthread_mutex_init(&children->servch_lock, NULL);
95 return children;
102 afp_child_t *server_child_add(server_child_t *children, pid_t pid, int ipc_fd) argument
106 pthread_mutex_lock(&children->servch_lock);
116 if ((child = server_child_resolve(children, pid)))
126 hash_child(children
135 server_child_remove(server_child_t *children, pid_t pid) argument
166 server_child_free(server_child_t *children) argument
189 server_child_kill(server_child_t *children, int sig) argument
223 server_child_transfer_session(server_child_t *children, pid_t pid, uid_t uid, int afp_socket, uint16_t DSI_requestID) argument
275 server_child_kill_one_by_id(server_child_t *children, pid_t pid, uid_t uid, uint32_t idlen, char *id, uint32_t boottime) argument
[all...]
H A Dserver_ipc.c4 * IPC over socketpair between parent and children.
54 static int ipc_kill_token(struct ipc_header *ipc, server_child_t *children) argument
64 return server_child_transfer_session(children,
72 static int ipc_get_session(struct ipc_header *ipc, server_child_t *children) argument
100 server_child_kill_one_by_id(children,
110 static int ipc_set_state(struct ipc_header *ipc, server_child_t *children) argument
115 pthread_mutex_lock(&children->servch_lock);
117 if ((child = server_child_resolve(children, ipc->child_pid)) == NULL)
123 pthread_mutex_unlock(&children->servch_lock);
127 static int ipc_set_volumes(struct ipc_header *ipc, server_child_t *children) argument
171 ipc_server_read(server_child_t *children, int fd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libatalk/util/
H A Dserver_child.c6 * handle inserting, removing, and freeing of children.
88 server_child_t *children; local
90 if (!(children = (server_child_t *)calloc(1, sizeof(server_child_t))))
93 children->servch_nsessions = connections;
94 pthread_mutex_init(&children->servch_lock, NULL);
95 return children;
102 afp_child_t *server_child_add(server_child_t *children, pid_t pid, int ipc_fd) argument
106 pthread_mutex_lock(&children->servch_lock);
116 if ((child = server_child_resolve(children, pid)))
126 hash_child(children
135 server_child_remove(server_child_t *children, pid_t pid) argument
166 server_child_free(server_child_t *children) argument
189 server_child_kill(server_child_t *children, int sig) argument
223 server_child_transfer_session(server_child_t *children, pid_t pid, uid_t uid, int afp_socket, uint16_t DSI_requestID) argument
275 server_child_kill_one_by_id(server_child_t *children, pid_t pid, uid_t uid, uint32_t idlen, char *id, uint32_t boottime) argument
[all...]
H A Dserver_ipc.c4 * IPC over socketpair between parent and children.
54 static int ipc_kill_token(struct ipc_header *ipc, server_child_t *children) argument
64 return server_child_transfer_session(children,
72 static int ipc_get_session(struct ipc_header *ipc, server_child_t *children) argument
100 server_child_kill_one_by_id(children,
110 static int ipc_set_state(struct ipc_header *ipc, server_child_t *children) argument
115 pthread_mutex_lock(&children->servch_lock);
117 if ((child = server_child_resolve(children, ipc->child_pid)) == NULL)
123 pthread_mutex_unlock(&children->servch_lock);
127 static int ipc_set_volumes(struct ipc_header *ipc, server_child_t *children) argument
171 ipc_server_read(server_child_t *children, int fd) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Dtree.tcl49 # $pt children <nodename>
80 # - children is a dictionary. key=node, value=list of child nodes for this node
83 # Construct a tree with a single root node with no parent and no children
87 children {root {}}
105 tree method children {node} {
106 dict get $children $node
110 llength [dict get $children $node]
114 # My siblings are my parents children
115 set siblings [dict get $children [dict get $parents $node]]
145 # The new node has no children
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Dtree.tcl49 # $pt children <nodename>
80 # - children is a dictionary. key=node, value=list of child nodes for this node
83 # Construct a tree with a single root node with no parent and no children
87 children {root {}}
105 tree method children {node} {
106 dict get $children $node
110 llength [dict get $children $node]
114 # My siblings are my parents children
115 set siblings [dict get $children [dict get $parents $node]]
145 # The new node has no children
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Dtree.tcl49 # $pt children <nodename>
80 # - children is a dictionary. key=node, value=list of child nodes for this node
83 # Construct a tree with a single root node with no parent and no children
87 children {root {}}
105 tree method children {node} {
106 dict get $children $node
110 llength [dict get $children $node]
114 # My siblings are my parents children
115 set siblings [dict get $children [dict get $parents $node]]
145 # The new node has no children
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dprocess.h41 extern struct child *children;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/torture/
H A Dnbio.c37 static struct children { struct
41 } *children; variable in typeref:struct:children
48 total += children[i].bytes_out + children[i].bytes_in;
60 lines += children[i].line;
61 if (!children[i].done) num_clients++;
73 children = (struct children *)shm_setup(sizeof(*children) * nprocs);
74 if (!children) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dprocess.h41 extern struct child *children;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/torture/
H A Dnbio.c36 static struct children { struct
40 } *children; variable in typeref:struct:children
47 total += children[i].bytes_out + children[i].bytes_in;
59 lines += children[i].line;
60 if (!children[i].done) num_clients++;
72 children = (struct children *)shm_setup(sizeof(*children) * nprocs);
73 if (!children) {
[all...]

Completed in 273 milliseconds

1234567891011>>