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

  /src/sys/miscfs/procfs/
procfs_limit.c 76 prl(char *buf, size_t len, intmax_t lim, char sep) function
111 pos += prl(buffer + pos, bufsize - pos, rl[i].rlim_cur, ' ');
112 pos += prl(buffer + pos, bufsize - pos, rl[i].rlim_max, '\n');
  /src/usr.bin/time/
time.c 60 static void prl(long, const char *);
171 prl(ru.ru_maxrss, "maximum resident set size");
172 prl(SCALE(ru.ru_ixrss), "average shared memory size");
173 prl(SCALE(ru.ru_idrss), "average unshared data size");
174 prl(SCALE(ru.ru_isrss), "average unshared stack size");
175 prl(ru.ru_minflt, "page reclaims");
176 prl(ru.ru_majflt, "page faults");
177 prl(ru.ru_nswap, "swaps");
178 prl(ru.ru_inblock, "block input operations");
179 prl(ru.ru_oublock, "block output operations")
201 prl(long val, const char *expn) function
    [all...]
  /src/games/hack/
hack.pri.c 175 prl(prevx, prevy); /* in case there was a monster */
207 prl(xx, yy);
374 prl(u.ux, u.uy);
390 prl(int x, int y) function
535 prl(x - (2 * u.dx), y);
536 prl(x - u.dx, y);
537 prl(x, y);
538 prl(x, y - u.dy);
539 prl(x, y - (2 * u.dy));
541 prl(x, y - 1)
    [all...]
  /src/external/mpl/dhcp/dist/server/
dhcpleasequery.c 166 struct data_string prl; local
393 * RFC 4388 uses the PRL to request options for the agent to
534 * to the PRL in cons_options(), this will be sent as the
535 * last option in the packet whether it is listed on PRL or
628 memset(&prl, 0, sizeof(prl));
632 evaluate_option_cache(&prl,
642 if (prl.len > 0) {
643 prl_ptr = &prl;
662 data_string_forget(&prl, MDL); /* SK: safe, even if empty *
    [all...]
dhcp.c 1096 struct data_string d1, prl, fixed_addr; local
1595 memset (&prl, 0, sizeof prl);
1610 evaluate_option_cache (&prl, packet, (struct lease *)0,
1650 prl.len ? &prl : (struct data_string *)0,
1653 data_string_forget (&prl, MDL);
2025 * which must amend the PRL (when not empty) if echoing is enabled.
  /src/external/gpl2/xcvs/dist/src/
log.c 230 struct option_revlist **prl; local
238 prl = &log_data.revlist;
267 *prl = log_parse_revlist (optarg);
268 prl = &(*prl)->next;

Completed in 35 milliseconds