Searched refs:scbuf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dschedule.c304 struct scheddump *scbuf, *p; local
306 sched_dump((caddr_t *)&scbuf, &len);
309 for (p = scbuf; len; p++) {
313 racoon_free(scbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipfile.c3204 char scbuf[FIXSCAN_BUFSIZE]; /* buffer big enough for headers */
3339 s = fread(scbuf, 1, ENDHEAD, in_file);
3350 eocdr_disk = (ulg)SH(scbuf);
3359 in_cd_start_disk = (ulg)SH(scbuf + 2);
3360 in_cd_start_offset = (uzoff_t)LG(scbuf + 12);
3361 cd_total_entries = (uzoff_t)SH(scbuf + 6);
3372 zcomlen = SH(scbuf + ENDCOM);
3706 if (fread(scbuf, CENHEAD, 1, in_file) != 1) {
3718 cz->vem = SH(CENVEM + scbuf);
3719 cz->ver = SH(CENVER + scbuf);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dsclp.c541 struct sclp_statechangebuf *scbuf; local
543 scbuf = (struct sclp_statechangebuf *) evbuf;
544 if (scbuf->mask_length != sizeof(sccb_mask_t))
547 if (scbuf->validity_sclp_receive_mask)
548 sclp_receive_mask = scbuf->sclp_receive_mask;
549 if (scbuf->validity_sclp_send_mask)
550 sclp_send_mask = scbuf->sclp_send_mask;
552 if (scbuf->validity_sclp_active_facility_mask)
553 sclp_facilities = scbuf->sclp_active_facility_mask;

Completed in 62 milliseconds