Searched refs:dead (Results 26 - 50 of 112) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dcore.c209 /* We stop running once the Guest is dead. */
210 while (!cpu->lg->dead) {
259 if (cpu->lg->dead)
295 /* Special case: Guest is 'dead' but wants a reboot. */
296 if (cpu->lg->dead == ERR_PTR(-ERESTART))
299 /* The Guest is dead => "No such file or directory" */
H A Dhypercalls.c72 cpu->lg->dead = ERR_PTR(-ERESTART);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsdhci-spear.c244 int dead; local
258 dead = 0;
261 dead = 1;
263 sdhci_remove_host(host, dead);
H A Dsdhci-pci.c260 static void jmicron_remove_slot(struct sdhci_pci_slot *slot, int dead) argument
262 if (dead)
728 int dead; local
731 dead = 0;
734 dead = 1;
736 sdhci_remove_host(slot->host, dead);
739 slot->chip->fixes->remove_slot(slot, dead);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dentry.c124 if (g->dead)
137 if (e->dead)
155 if (e->dead)
237 if (!e->dead && e->group == g && e->interface == interface && e->protocol == protocol)
292 e->dead = 0;
335 while (*e && (*e)->dead)
356 if (e->dead)
1055 g->dead = 0;
1075 if (!e->dead) {
1077 e->dead
[all...]
H A Dinternal.h69 int dead; member in struct:AvahiEntry
85 int dead; member in struct:AvahiSEntryGroup
H A Dwide-area.c64 int dead; member in struct:AvahiWideAreaLookup
119 if (l->dead)
223 l->dead = 0;
304 if (l->dead)
307 l->dead = 1;
322 if (l->dead)
379 if (l->dead || !l->callback)
391 if (l->dead || !l->callback)
498 if (!(l = find_lookup(e, avahi_dns_packet_get_field(p, AVAHI_DNS_FIELD_ID))) || l->dead)
547 if (l && !l->dead) {
[all...]
H A Dserver.c64 if (!e->dead &&
78 if (!e->dead && avahi_entry_is_registered(s, e, i))
126 if (!e->dead && avahi_key_pattern_match(k, e->record->key) && avahi_entry_is_registered(s, e, i))
135 if (!e->dead && avahi_entry_is_registered(s, e, i))
161 if (e->dead)
168 if (!k->dead) {
170 k->dead = 1;
178 e->dead = 1;
210 if (e->dead)
254 if (e->dead)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dentry.c124 if (g->dead)
137 if (e->dead)
155 if (e->dead)
237 if (!e->dead && e->group == g && e->interface == interface && e->protocol == protocol)
292 e->dead = 0;
335 while (*e && (*e)->dead)
356 if (e->dead)
1055 g->dead = 0;
1075 if (!e->dead) {
1077 e->dead
[all...]
H A Dinternal.h69 int dead; member in struct:AvahiEntry
85 int dead; member in struct:AvahiSEntryGroup
H A Dwide-area.c64 int dead; member in struct:AvahiWideAreaLookup
119 if (l->dead)
223 l->dead = 0;
304 if (l->dead)
307 l->dead = 1;
322 if (l->dead)
379 if (l->dead || !l->callback)
391 if (l->dead || !l->callback)
498 if (!(l = find_lookup(e, avahi_dns_packet_get_field(p, AVAHI_DNS_FIELD_ID))) || l->dead)
547 if (l && !l->dead) {
[all...]
H A Dserver.c64 if (!e->dead &&
78 if (!e->dead && avahi_entry_is_registered(s, e, i))
126 if (!e->dead && avahi_key_pattern_match(k, e->record->key) && avahi_entry_is_registered(s, e, i))
135 if (!e->dead && avahi_entry_is_registered(s, e, i))
161 if (e->dead)
168 if (!k->dead) {
170 k->dead = 1;
178 e->dead = 1;
210 if (e->dead)
254 if (e->dead)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dendpointola.c123 ep->base.dead = 0;
238 ep->base.dead = 1;
251 SCTP_ASSERT(ep->base.dead, "Endpoint is not dead", return);
412 if (ep->base.dead)
H A Dinqueue.c94 if (chunk->rcvr->dead) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drep013.tcl13 # TEST Verify that the roll back on clients gives dead db handles.
180 error_check_good dead [is_substr $ret \
189 error_check_good dead [is_substr $ret \
198 error_check_good dead [is_substr $ret \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Ddat.c180 int dead)
191 if (!dead) {
241 struct nilfs_palloc_req *newreq, int dead)
243 nilfs_dat_commit_end(dat, oldreq, dead);
179 nilfs_dat_commit_end(struct inode *dat, struct nilfs_palloc_req *req, int dead) argument
239 nilfs_dat_commit_update(struct inode *dat, struct nilfs_palloc_req *oldreq, struct nilfs_palloc_req *newreq, int dead) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit_tree.c27 int dead; member in struct:audit_chunk
236 if (chunk->dead || !entry->i.inode) {
244 chunk->dead = 1;
267 chunk->dead = 1;
334 chunk->dead = 1;
412 chunk->dead = 1;
439 old->dead = 1;
875 if (chunk->dead)
878 chunk->dead = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.c145 uhci->dead = 0; /* Full reset resurrects the controller */
157 uhci->dead = 1;
338 if (uhci->dead)
400 if (uhci->dead)
740 if (HCD_HW_ACCESSIBLE(hcd) && !uhci->dead)
759 else if (uhci->dead)
786 else if (!uhci->dead)
801 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead)
802 goto done_okay; /* Already suspended or dead */
837 * even if the controller was dead
[all...]
H A Duhci-hub.c193 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead)
249 if (!HCD_HW_ACCESSIBLE(hcd) || uhci->dead)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dumid.c139 int dead, fd, p, n, err; local
148 dead = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Daio.h180 int dead; member in struct:kioctx
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dneighbour.h52 int dead; member in struct:neigh_parms
104 __u8 dead; member in struct:neighbour
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_semantics.c1073 int dead; local
1079 dead = 0;
1082 dead++;
1092 dead++;
1096 dead = fi->fib_nhs;
1101 if (dead == fi->fib_nhs) {
1113 Dead device goes up. We wake up dead nexthops.
1193 /* Race condition: route has just become dead. */
1219 /* Race condition: route has just become dead. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Drtsp.c66 static CURLcode rtsp_disconnect(struct connectdata *conn, bool dead);
143 * we cannot assume that an RTSP socket is dead just because it is readable.
191 static CURLcode rtsp_disconnect(struct connectdata *conn, bool dead) argument
193 (void) dead;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_gsm.c126 int dead; /* Refuse re-open */ member in struct:gsm_dlci
206 int dead; /* Has the mux been shut down */ member in struct:gsm_mux
1109 dlci->dead = 1;
1110 gsm->dead = 1;
1333 dlci->gsm->dead = 1;
1627 if (dlci->dead)
1838 gsm->dead = 1;
1853 dlci->dead = 1;
1912 gsm->dead = 0; /* Tty opens are now permissible */
1921 * Dispose of allocated resources for a dead mu
[all...]

Completed in 325 milliseconds

12345