Searched refs:FREE (Results 1 - 25 of 54) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/dec/
H A Dtcinfo.h44 #define FREE 1<<0 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/dec/
H A Dtcinfo.h44 #define FREE 1<<0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/dec/
H A Dtcinfo.h44 #define FREE 1<<0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/dec/
H A Dtcinfo.h44 #define FREE 1<<0 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/dec/
H A Dtcinfo.h44 #define FREE 1<<0 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/dec/
H A Dtcinfo.h44 #define FREE 1<<0 macro
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dppp_mod.h12 #define FREE(p, n) kmem_free((p), (n)) macro
19 #define FREE(p, n) kmem_free((p), (n)) macro
32 * - PPP insists on using "FREE" which conflicts with a macro of the same name.
45 #ifdef FREE
46 #undef FREE macro
48 #define FREE(p, n) free((void *)(p), M_DEVBUF) macro
66 #define FREE(p, n) xmfree((p), pinned_heap) macro
H A Ddeflate.c184 FREE(z, z->size);
227 FREE(state, sizeof(*state));
244 FREE(state, sizeof(*state));
480 FREE(state, sizeof(*state));
497 FREE(state, sizeof(*state));
H A Dif_ppp.c141 FREE(ifs, ppp_nalloc * sizeof (struct ifnet *));
142 FREE(states, ppp_nalloc * sizeof (struct if_ppp_t *));
199 FREE(sp, sizeof (if_ppp_t));
266 FREE(newifs, newn * sizeof (struct ifnet *));
273 FREE(ifs, ppp_nalloc * sizeof(struct ifnet *));
274 FREE(states, ppp_nalloc * sizeof(if_ppp_t *));
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp_mod.h12 #define FREE(p, n) kmem_free((p), (n)) macro
19 #define FREE(p, n) kmem_free((p), (n)) macro
32 * - PPP insists on using "FREE" which conflicts with a macro of the same name.
45 #ifdef FREE
46 #undef FREE macro
48 #define FREE(p, n) free((void *)(p), M_DEVBUF) macro
66 #define FREE(p, n) xmfree((p), pinned_heap) macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dppp_mod.h12 #define FREE(p, n) kmem_free((p), (n)) macro
19 #define FREE(p, n) kmem_free((p), (n)) macro
32 * - PPP insists on using "FREE" which conflicts with a macro of the same name.
45 #ifdef FREE
46 #undef FREE macro
48 #define FREE(p, n) free((void *)(p), M_DEVBUF) macro
66 #define FREE(p, n) xmfree((p), pinned_heap) macro
H A Ddeflate.c192 FREE(z, z->size);
235 FREE(state, sizeof(*state));
252 FREE(state, sizeof(*state));
488 FREE(state, sizeof(*state));
505 FREE(state, sizeof(*state));
H A Dif_ppp.c149 FREE(ifs, ppp_nalloc * sizeof (struct ifnet *));
150 FREE(states, ppp_nalloc * sizeof (struct if_ppp_t *));
207 FREE(sp, sizeof (if_ppp_t));
274 FREE(newifs, newn * sizeof (struct ifnet *));
281 FREE(ifs, ppp_nalloc * sizeof(struct ifnet *));
282 FREE(states, ppp_nalloc * sizeof(if_ppp_t *));
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A Dppp_mod.h12 #define FREE(p, n) kmem_free((p), (n)) macro
19 #define FREE(p, n) kmem_free((p), (n)) macro
32 * - PPP insists on using "FREE" which conflicts with a macro of the same name.
45 #ifdef FREE
46 #undef FREE macro
48 #define FREE(p, n) free((void *)(p), M_DEVBUF) macro
66 #define FREE(p, n) xmfree((p), pinned_heap) macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dppp_mod.h12 #define FREE(p, n) kmem_free((p), (n)) macro
19 #define FREE(p, n) kmem_free((p), (n)) macro
32 * - PPP insists on using "FREE" which conflicts with a macro of the same name.
45 #ifdef FREE
46 #undef FREE macro
48 #define FREE(p, n) free((void *)(p), M_DEVBUF) macro
66 #define FREE(p, n) xmfree((p), pinned_heap) macro
H A Ddeflate.c192 FREE(z, z->size);
235 FREE(state, sizeof(*state));
252 FREE(state, sizeof(*state));
488 FREE(state, sizeof(*state));
505 FREE(state, sizeof(*state));
H A Dif_ppp.c149 FREE(ifs, ppp_nalloc * sizeof (struct ifnet *));
150 FREE(states, ppp_nalloc * sizeof (struct if_ppp_t *));
207 FREE(sp, sizeof (if_ppp_t));
274 FREE(newifs, newn * sizeof (struct ifnet *));
281 FREE(ifs, ppp_nalloc * sizeof(struct ifnet *));
282 FREE(states, ppp_nalloc * sizeof(if_ppp_t *));
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A Dppp_mod.h12 #define FREE(p, n) kmem_free((p), (n)) macro
19 #define FREE(p, n) kmem_free((p), (n)) macro
32 * - PPP insists on using "FREE" which conflicts with a macro of the same name.
45 #ifdef FREE
46 #undef FREE macro
48 #define FREE(p, n) free((void *)(p), M_DEVBUF) macro
66 #define FREE(p, n) xmfree((p), pinned_heap) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dtc.c49 if ((sip->flags & FREE) && (strncmp(sip->name, name, strlen(name)) == 0)) {
63 tc_bus[slot].flags &= ~FREE;
69 if (tc_bus[slot].flags & FREE) {
74 tc_bus[slot].flags |= FREE;
193 tc_bus[i].flags = FREE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/drm/
H A Dsis_ds.h38 #define FREE(s) kfree(s) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Du14-34f.c452 #define FREE 0 macro
535 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */
708 if (cpp->adapter_status || HD(j)->cp_stat[0] != FREE) {
709 HD(j)->cp_stat[0] = FREE;
1191 if (HD(j)->cp_stat[i] == FREE) {
1283 if (HD(j)->cp_stat[i] == FREE) {
1301 HD(j)->cp_stat[i] = FREE;
1324 HD(j)->cp_stat[i] = FREE;
1371 if (HD(j)->cp_stat[i] == FREE) continue;
1374 HD(j)->cp_stat[i] = FREE;
[all...]
H A Deata_pio.c234 cp->status = FREE;
250 cp->status = FREE; /* now we can release the slot */
303 if (hd->ccb[y].status!=FREE) {
386 cp->status = FREE;
425 if (CD(cmd)->status == FREE) {
476 if (HD(cmd)->ccb[x].status == FREE)
514 HD(cmd)->ccb[x].status = FREE;
H A Deata.c520 #define FREE 0 macro
739 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */
1651 if (HD(j)->cp_stat[i] == FREE) {
1761 if (HD(j)->cp_stat[i] == FREE) {
1779 HD(j)->cp_stat[i] = FREE;
1802 HD(j)->cp_stat[i] = FREE;
1849 if (HD(j)->cp_stat[i] == FREE) continue;
1852 HD(j)->cp_stat[i] = FREE;
1926 HD(j)->cp_stat[i] = FREE;
2200 HD(j)->cp_stat[i] = FREE;
[all...]
H A Deata_dma.c284 ccb->status = FREE;
376 ccb->status = FREE; /* now we can release the slot */
485 if (hd->ccb[y].status == FREE)
553 ccb->status = FREE;
594 ccb->status = FREE;
656 if (CD(cmd)->status == FREE) {
706 if (HD(cmd)->ccb[x].status == FREE)
710 HD(cmd)->ccb[x].status = FREE;
H A Deata_generic.h80 #define FREE 0 macro

Completed in 157 milliseconds

123