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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dsubdir.c40 FREE(Dir);
H A Dmbadblocks.c58 FREE(&Dir);
90 FREE(&Dir);
H A Dmcat.c99 FREE(&Stream);
134 FREE(&Stream);
160 FREE(&Stream);
H A Dstreamcache.c41 FREE(&(fss[i]));
H A Dmainloop.c133 FREE(&mp->File);
156 FREE(&mp->File);
220 FREE(&lookupState->container);
223 FREE(&lookupState->Dir);
241 FREE(&MyFile);
276 FREE(&MyFile);
372 FREE(&lookupState->container);
402 FREE(&SubDir);
459 FREE(&RootDir);
490 FREE(
[all...]
H A Dmlabel.c182 FREE(&RootDir);
205 FREE(&RootDir);
257 FREE(&RootDir);
314 FREE(&RootDir);
H A Dmmount.c55 FREE(&Stream);
H A Dinit.c121 FREE(&Stream);
214 FREE(&Stream);
391 FREE(&This->Next);
400 FREE(&This->Next);
H A Dstream.h73 #define FREE(stream) \ macro
H A Dmdir.c276 FREE(&RootDir);
317 FREE(&currentDir);
511 FREE(&Target);
H A Dmclasserase.c127 FREE(&Stream);
H A Dmcopy.c183 FREE(&Source);
184 FREE(&Target);
350 FREE(&Target);
479 FREE(&newArg.mp.targetDir);
H A Dmdel.c133 FREE(&SubDir);
H A Dminfo.c207 FREE(&Stream);
H A Dmmd.c150 FREE(&ret);
H A Dmpartition.c426 FREE(&(Stream));
511 FREE(&Stream);
737 FREE(&Stream);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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.c196 FREE(z, z->size);
239 FREE(state, sizeof(*state));
256 FREE(state, sizeof(*state));
492 FREE(state, sizeof(*state));
509 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 *));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h68 #define free(a) FREE(a)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c367 #define FREE 0 macro
453 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */
644 if (cpp->adapter_status || HD(j)->cp_stat[0] != FREE) {
645 HD(j)->cp_stat[0] = FREE;
1134 if (HD(j)->cp_stat[i] == FREE) {
1219 if (HD(j)->cp_stat[i] == FREE) {
1251 HD(j)->cp_stat[i] = FREE;
1296 if (HD(j)->cp_stat[i] == FREE) continue;
1299 HD(j)->cp_stat[i] = FREE;
1375 HD(j)->cp_stat[i] = FREE;
[all...]
H A Deata_pio.c318 cp->status = FREE;
328 cp->status = FREE; /* now we can release the slot */
374 if (hd->ccb[y].status != FREE) {
440 cp->status = FREE;
470 if (CD(cmd)->status == FREE) {
513 if (HD(cmd)->ccb[x].status == FREE)
547 HD(cmd)->ccb[x].status = FREE;
H A Deata.c564 #define FREE 0 macro
818 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */
1790 if (ha->cp_stat[i] == FREE) {
1876 if (ha->cp_stat[i] == FREE) {
1909 ha->cp_stat[i] = FREE;
1957 if (ha->cp_stat[i] == FREE)
1961 ha->cp_stat[i] = FREE;
2043 ha->cp_stat[i] = FREE;
2384 ha->cp_stat[i] = FREE;
2387 ha->cp_stat[i] = FREE;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/lib/
H A Dxmlparse.c553 #define FREE(p) (parser->m_mem.free_fcn((p))) macro
737 FREE(parser);
742 FREE(atts);
743 FREE(parser);
753 FREE(dataBuf);
754 FREE(atts);
755 FREE(parser);
909 FREE(unknownEncodingMem);
1076 FREE(b->uri);
1077 FREE(
[all...]

Completed in 132 milliseconds

12