Searched refs:cud (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/cio/
H A Dchsc_sch.c484 struct chsc_sch_cud *cud; local
506 cud = kzalloc(sizeof(*cud), GFP_KERNEL);
507 if (!cud) {
511 if (copy_from_user(cud, user_cud, sizeof(*cud))) {
517 sscud_area->m = cud->schid.m;
518 sscud_area->fmt1 = cud->fmt;
519 sscud_area->ssid = cud->schid.ssid;
520 sscud_area->first_sch = cud
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/cio/
H A Dchsc_sch.c484 struct chsc_sch_cud *cud; local
506 cud = kzalloc(sizeof(*cud), GFP_KERNEL);
507 if (!cud) {
511 if (copy_from_user(cud, user_cud, sizeof(*cud))) {
517 sscud_area->m = cud->schid.m;
518 sscud_area->fmt1 = cud->fmt;
519 sscud_area->ssid = cud->schid.ssid;
520 sscud_area->first_sch = cud
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/x25/
H A Daf_x25.c274 * received. Check the full list for an address/cud match.
276 * Note: if a listening socket has cud set it must only get calls
277 * with matching cud.
585 set_bit(X25_ACCPT_APPRV_FLAG, &x25->flags); /* normally no cud */
984 * Find a listener for the particular address/cud pair.
1512 struct x25_calluserdata cud = x25->calluserdata; local
1513 rc = copy_to_user(argp, &cud,
1514 sizeof(cud)) ? -EFAULT : 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/x25/
H A Daf_x25.c274 * received. Check the full list for an address/cud match.
276 * Note: if a listening socket has cud set it must only get calls
277 * with matching cud.
585 set_bit(X25_ACCPT_APPRV_FLAG, &x25->flags); /* normally no cud */
984 * Find a listener for the particular address/cud pair.
1512 struct x25_calluserdata cud = x25->calluserdata; local
1513 rc = copy_to_user(argp, &cud,
1514 sizeof(cud)) ? -EFAULT : 0;

Completed in 188 milliseconds