Searched refs:slen (Results 126 - 132 of 132) sorted by relevance

123456

/linux-master/kernel/trace/
H A Dftrace.c4144 int slen; local
4162 slen = strlen(str);
4163 if (slen >= g->len &&
4164 memcmp(str + slen - g->len, g->search, g->len) == 0)
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c424 unsigned int slen,
428 unsigned int left_size = slen, len = 0;
432 if (!slen)
422 dsgl_walk_add_sg(struct dsgl_walk *walk, struct scatterlist *sg, unsigned int slen, unsigned int skip) argument
/linux-master/security/selinux/ss/
H A Dservices.c1646 u32 slen, tlen, nlen; local
1649 if (sidtab_entry_to_string(policydb, sidtab, sentry, &s, &slen))
/linux-master/drivers/tty/
H A Dn_gsm.c1501 * @slen: number of signal octets
1508 u32 modem, int slen)
1519 if (slen == 1)
1507 gsm_process_modem(struct tty_struct *tty, struct gsm_dlci *dlci, u32 modem, int slen) argument
/linux-master/net/ipv4/
H A Droute.c3344 u8 slen = 32 - fri.dst_len; local
3346 if (fa->fa_slen == slen &&
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c1166 unsigned short *slen = (unsigned short *)sts_bhs->sense_info; local
1169 sense_len = be16_to_cpu(*slen);
/linux-master/tools/testing/selftests/landlock/
H A Dfs_test.c119 const int slen = strlen(str); local
124 if (strncmp(line, str, slen))

Completed in 322 milliseconds

123456