HomeSort by: relevance | last modified time | path
    Searched defs:p_s (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/fdisk/
fdisk.c 1837 unsigned int p_s, p_e; local in function:check_overlap
1852 p_s = le32toh(mboot.mbr_parts[p].mbrp_start);
1853 p_e = p_s + le32toh(mboot.mbr_parts[p].mbrp_size);
1854 if (start + size <= p_s || start >= p_e)
1918 p_s = ext_offset(p);
1919 p_e = p_s + le32toh(ext.ptn[p].mbr_parts[0].mbrp_start)
1921 if (p_s >= start && p_e <= start + size)
1961 unsigned int p_s, p_e; local in function:check_ext_overlap
1981 p_s = ext_offset(p);
1982 p_e = p_s + le32toh(ext.ptn[p].mbr_parts[0].mbrp_start
    [all...]
  /src/usr.bin/make/
main.c 2112 enum PosixState p_s = posix_state; local in function:PrintOnError
2121 posix_state = p_s;
2140 enum PosixState p_s; local in function:Main_ExportMAKEFLAGS
2147 p_s = posix_state;
2156 posix_state = p_s;
  /src/usr.sbin/syslogd/
syslogd.c 2083 const char *f_s = NULL, *p_s = NULL; local in function:format_buffer
2099 p_s = c->c_name;
2108 if (p_s == NULL) {
2110 p_s = p_n;
2112 snprintf(fp_buf, sizeof(fp_buf), "<%s.%s>", f_s, p_s);

Completed in 119 milliseconds