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

  /src/sys/dev/dkwedge/
dkwedge_tos.c 97 struct tos_root_sector *trs = bp->b_data; local in function:dkwedge_discover_tos
105 switch (trs->connection_method) {
120 struct tos_partition part = trs->parts[i];
155 dkw.dkw_offset = be32toh(trs->parts[i].offset);
156 dkw.dkw_size = be32toh(trs->parts[i].size);
  /src/sys/external/isc/libsodium/dist/test/default/
Makefile.in 521 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
541 close ($$0 ".trs"); \
545 # standard input, create the global log from their .trs and .log files.
563 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
566 fatal("failed to read from " $$0 ".trs"); \
587 close ($$0 ".trs"); \
641 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
1300 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1789 # Recover from deleted '.trs' file; this should ensure that
1790 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-creat
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
test-driver 45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
49 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
65 --trs-file) trs_file=$2; shift;;
79 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
127 # file, without the need of also peaking into the corresponding '.trs'
  /src/sys/dist/pf/net/
pf_table.c 1481 pfr_ina_begin(struct pfr_table *trs, u_int32_t *ticket, int *ndel, int flags)
1489 rs = pf_find_or_create_ruleset(trs->pfrt_anchor);
1495 pfr_skip_table(trs, p, 0))
1614 pfr_ina_rollback(struct pfr_table *trs, u_int32_t ticket, int *ndel, int flags)
1622 rs = pf_find_ruleset(trs->pfrt_anchor);
1628 pfr_skip_table(trs, p, 0))
1645 pfr_ina_commit(struct pfr_table *trs, u_int32_t ticket, int *nadd,
1655 rs = pf_find_ruleset(trs->pfrt_anchor);
1662 pfr_skip_table(trs, p, 0))
  /src/dist/pf/sbin/pfctl/
pfctl.c 1351 struct pfr_table trs; local in function:pfctl_rules
1371 memset(&trs, 0, sizeof(trs));
1374 if (strlcpy(trs.pfrt_anchor, anchorname,
1375 sizeof(trs.pfrt_anchor)) >= sizeof(trs.pfrt_anchor))
  /src/share/terminfo/
terminfo 20156 pt210|TRS-80 PT-210 printing terminal,
21098 trs16|trs-80 model 16 console,
    [all...]

Completed in 41 milliseconds