Home
last modified time | relevance | path

Searched refs:fcode (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ppp/
H A Dbsd_comp.c117 unsigned long fcode; member
572 unsigned long fcode; in bsd_compress() local
656 fcode = BSD_KEY (ent, c); in bsd_compress()
666 if (dictp->f.fcode == fcode) in bsd_compress()
688 while (dictp->f.fcode != fcode); in bsd_compress()
725 dictp->f.fcode = fcode; in bsd_compress()
1054 unsigned long fcode; in bsd_decompress() local
1057 fcode = BSD_KEY(oldcode,finchar); in bsd_decompress()
1093 dictp->f.fcode = fcode; in bsd_decompress()
/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c330 unsigned int *fcode, in xcrb_msg_to_type6cprb_msgx() argument
414 *fcode = (msg->hdr.function_code[0] << 8) | msg->hdr.function_code[1]; in xcrb_msg_to_type6cprb_msgx()
449 unsigned int *fcode, in xcrb_msg_to_type6_ep11cprb_msgx() argument
520 *fcode = payload_hdr->func_val & 0xFFFF; in xcrb_msg_to_type6_ep11cprb_msgx()