/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);
|
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/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))
|
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/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...] |
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...] |