Searched refs:to_remove (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1300.c64 struct curl_llist_element *to_remove; variable in typeref:struct:curl_llist_element
195 to_remove = llist->head->next;
196 abort_unless(to_remove, "to_remove is NULL");
197 element_next = to_remove->next;
198 element_prev = to_remove->prev;
199 Curl_llist_remove(llist, to_remove, NULL);
216 to_remove = llist->tail;
217 element_prev = to_remove->prev;
218 Curl_llist_remove(llist, to_remove, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgattrib.c64 static int to_remove; variable
242 to_remove |= REMOVE_UNTRANSLATED;
246 to_remove |= REMOVE_TRANSLATED;
250 to_remove |= REMOVE_FUZZY;
254 to_remove |= REMOVE_NONFUZZY;
258 to_remove |= REMOVE_OBSOLETE;
262 to_remove |= REMOVE_NONOBSOLETE;
282 to_remove |= REMOVE_NONFUZZY;
287 to_remove |= REMOVE_NONOBSOLETE;
524 if ((to_remove
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dlec.c71 struct lec_arp_table *to_remove);
1409 lec_arp_remove(struct lec_priv *priv, struct lec_arp_table *to_remove) argument
1415 if (!to_remove)
1418 hlist_del(&to_remove->next);
1419 del_timer(&to_remove->timer);
1425 if (to_remove->status >= ESI_FLUSH_PENDING) {
1432 if (memcmp(to_remove->atm_addr,
1440 lec_arp_clear_vccs(to_remove);
1442 skb_queue_purge(&to_remove->tx_wait);
1444 pr_debug("Removed entry:%pM\n", to_remove
1707 struct lec_arp_table *to_remove = (struct lec_arp_table *)data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Die.c307 void uwb_rc_ie_cache_rm(struct uwb_rc *uwb_rc, enum uwb_ie to_remove) argument
320 if (ie->element_id == to_remove) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Dmd.h340 struct attribute_group *to_remove; member in struct:mddev_s
H A Dmd.c586 if (mddev->to_remove) {
592 * and anything else which might set ->to_remove or my
599 struct attribute_group *to_remove = mddev->to_remove; local
600 mddev->to_remove = NULL;
605 if (to_remove != &md_redundancy_group)
606 sysfs_remove_group(&mddev->kobj, to_remove);
3097 if (mddev->to_remove == NULL)
3098 mddev->to_remove = &md_redundancy_group;
4729 if (mddev->pers->sync_request && mddev->to_remove
[all...]
H A Draid5.c5181 if (mddev->to_remove == &raid5_attrs_group)
5182 mddev->to_remove = NULL;
5245 mddev->to_remove = &raid5_attrs_group;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1953 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd *cmd);
7979 static struct scsi_cmnd *retrieve_from_waiting_list(int to_remove, struct ncb *np, struct scsi_cmnd *cmd) argument
7985 if (to_remove) {

Completed in 227 milliseconds