Searched refs:opt (Results 26 - 50 of 129) sorted by relevance

123456

/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_catch.c164 benchmark_optswitch(int opt, char *optarg) argument
167 switch (opt) {
H A Dlmbench_lat_sig_install.c164 benchmark_optswitch(int opt, char *optarg) argument
167 switch (opt) {
H A Dlmbench_lat_sig_send.c164 benchmark_optswitch(int opt, char *optarg) argument
167 switch (opt) {
H A Dlmbench_read.c80 benchmark_optswitch(int opt, char *optarg) argument
82 switch (opt) {
H A Dlmbench_write.c83 benchmark_optswitch(int opt, char *optarg) argument
85 switch (opt) {
H A Dvm_allocate.c170 benchmark_optswitch(int opt, char *optarg) argument
174 switch (opt) {
H A Dtrivial.c136 benchmark_optswitch(int opt, char *optarg) argument
140 switch (opt) {
/xnu-2782.1.97/tools/tests/libMicro/
H A Dchdir.c68 benchmark_optswitch(int opt, char *optarg) argument
70 switch (opt) {
H A Dclose.c69 benchmark_optswitch(int opt, char *optarg) argument
71 switch (opt) {
H A Ddup.c70 benchmark_optswitch(int opt, char *optarg) argument
72 switch (opt) {
H A Dexit.c66 benchmark_optswitch(int opt, char *optarg) argument
68 switch (opt) {
H A Dgetenv.c65 benchmark_optswitch(int opt, char *optarg) argument
67 switch (opt) {
H A Dgetsockname.c67 int opt = 1; local
77 &opt, sizeof (int)) == -1) {
H A Dlisten.c70 int opt = 1; local
80 &opt, sizeof (int)) == -1) {
H A Dlseek.c76 benchmark_optswitch(int opt, char *optarg) argument
78 switch (opt) {
H A Dmalloc.c72 benchmark_optswitch(int opt, char *optarg) argument
75 switch (opt) {
H A Dmemrand.c69 benchmark_optswitch(int opt, char *optarg) argument
71 switch (opt) {
H A Dopen.c70 benchmark_optswitch(int opt, char *optarg) argument
72 switch (opt) {
H A Dpread.c74 benchmark_optswitch(int opt, char *optarg) argument
76 switch (opt) {
H A Dpwrite.c74 benchmark_optswitch(int opt, char *optarg) argument
76 switch (opt) {
H A Dread.c77 benchmark_optswitch(int opt, char *optarg) argument
79 switch (opt) {
H A Dsocket.c81 benchmark_optswitch(int opt, char *optarg) argument
83 switch (opt) {
H A Dwrite.c80 benchmark_optswitch(int opt, char *optarg) argument
82 switch (opt) {
H A Dgetpeername.c68 int opt = 1; local
82 &opt, sizeof (int)) == -1) {
/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c225 ip6_output_list(struct mbuf *m0, int packetlist, struct ip6_pktopts *opt, argument
240 error = ip6_output(m, opt, ro, flags, im6o, ifpp, ip6oa);
257 * The mbuf opt, if present, will not be freed.
268 ip6_output(struct mbuf *m0, struct ip6_pktopts *opt, struct route_in6 *ro, argument
476 if (opt != NULL) {
478 MAKE_EXTHDR(opt->ip6po_hbh, &exthdrs.ip6e_hbh);
480 if (opt->ip6po_rthdr) {
491 MAKE_EXTHDR(opt->ip6po_dest1, &exthdrs.ip6e_dest1);
494 MAKE_EXTHDR(opt->ip6po_rthdr, &exthdrs.ip6e_rthdr);
496 MAKE_EXTHDR(opt
2810 struct ip6_pktopts *opt = *pktopt; local
2855 ip6_initpktopts(struct ip6_pktopts *opt) argument
2869 struct ip6_pktopts *opt; local
3251 ip6_setpktopts(struct mbuf *control, struct ip6_pktopts *opt, struct ip6_pktopts *stickyopt, int uproto) argument
3314 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, int sticky, int cmsg, int uproto) argument
[all...]

Completed in 103 milliseconds

123456