HomeSort by: relevance | last modified time | path
    Searched refs:sz1 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mips/cavium/dev/
octeon_pkovar.h 91 octpko_cmd_word0(int sz1, int sz0, int s1, int reg1, int s0, int reg0,
96 __SHIFTIN(sz1, PKO_CMD_WORD0_SZ1) |
  /src/usr.sbin/inetd/
parse.c 388 char *cp, *cp0, *arg, *buf0, *buf1, *sz0, *sz1; local in function:getconfigent
641 buf0 = buf1 = sz0 = sz1 = NULL;
666 if ((sz1 = strchr(buf1, '=')) == NULL)
670 *sz1++ = '\0';
684 GETVAL(sz1);
  /src/sys/arch/riscv/riscv/
db_disasm.c 1024 larger_f_i(unsigned sz1, unsigned sz2)
1026 switch (sz1) {
1057 larger_f_f(unsigned sz1, unsigned sz2)
1059 switch (sz1) {
  /src/libexec/ftpd/
cmds.c 855 int sz1, sz2; local in function:discover_path
883 sz1 = (unsigned long)cp - (unsigned long)tp;
884 if (sz1 > MAXPATHLEN)
  /src/sbin/sysctl/
sysctl.c 2095 size_t sz1, sz2; local in function:printother
2104 rc = prog_sysctl(name, namelen, NULL, &sz1, NULL, 0);
2105 if (rc == -1 || sz1 == 0)
2107 p = malloc(sz1);
2110 sz2 = sz1;
2112 if (rc == -1 || sz1 != sz2) {
2116 display_struct(pnode, gsname, p, sz1, DISPLAY_VALUE);
  /src/sys/arch/hppa/dev/
pdc.c 700 struct pdc_iodc_read *buf1, size_t sz1, struct iodc_data *buf2,
717 memcpy(buf1, &pdcret1, sz1);

Completed in 18 milliseconds