Searched refs:ckmalloc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drio_linux.c804 static void *ckmalloc(int size) function
834 if (!(p = ckmalloc(RI_SZ)))
836 if (!(p->RIOHosts = ckmalloc(RIO_HOSTS * HOST_SZ)))
838 if (!(p->RIOPortp = ckmalloc(RIO_PORTS * PORT_SZ)))
844 port = p->RIOPortp[i] = ckmalloc(sizeof(struct Port));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c1129 ckmalloc(size_t nbytes) function
1173 sp = ckmalloc(len);
1932 vp = ckmalloc(sizeof(*vp));
1967 nameeq = ckmalloc(namelen + vallen + 2);
2975 ap = ckmalloc(sizeof(struct alias));
4040 jp->ps = ckmalloc(nprocs * sizeof(struct procstat));
4793 q = ckmalloc(sizeof(struct redirtab));
5013 r = ckmalloc(fulllen);
5114 ifsp = ckmalloc(sizeof(*ifsp));
6276 expdir = ckmalloc(
[all...]

Completed in 161 milliseconds