Searched refs:opt (Results 1 - 25 of 124) sorted by relevance

12345

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dbenchmark_optswitch.c43 benchmark_optswitch(int opt, char *optarg) argument
H A Dfcntl.c63 benchmark_optswitch(int opt, char *optarg) argument
65 switch (opt) {
H A Drealpath.c59 benchmark_optswitch(int opt, char *optarg) argument
61 switch (opt) {
H A Drecurse.c74 benchmark_optswitch(int opt, char *optarg) argument
76 switch (opt) {
H A Dstat.c59 benchmark_optswitch(int opt, char *optarg) argument
61 switch (opt) {
H A Dsystem.c60 benchmark_optswitch(int opt, char *optarg) argument
62 switch (opt) {
H A Disatty.c67 benchmark_optswitch(int opt, char *optarg) argument
69 switch (opt) {
H A Dsetsockopt.c85 int opt; local
90 opt = 1 & i;
92 &opt, sizeof (int)) == -1) {
H A Dbind.c84 benchmark_optswitch(int opt, char *optarg) argument
86 switch (opt) {
101 int opt = 1; local
120 &opt, sizeof (int)) == -1)
/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_switch.h75 #define valid_switch_option(opt) (0 <= (opt) && (opt) <= 2)
/darwin-on-arm/xnu/SETUP/config/
H A Dexterns.c59 struct opt *opt, *mkopt, *opt_tail, *mkopt_tail; variable in typeref:struct:opt
/darwin-on-arm/xnu/bsd/netinet6/
H A Ddest6.c63 u_int8_t *opt; local
86 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest);
89 for (optlen = 0; dstoptlen > 0; dstoptlen -= optlen, opt += optlen) {
90 if (*opt != IP6OPT_PAD1 &&
91 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) {
96 switch (*opt) {
101 optlen = *(opt + 1) + 2;
105 optlen = ip6_unknown_opt(opt, m,
106 opt - mtod(m, u_int8_t *));
H A Dip6_output.c173 static int ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, int sticky, int cmsg, int uproto);
230 struct ip6_pktopts *opt,
248 error = ip6_output(m, opt, ro, flags, im6o, ifpp, ip6oap);
265 * The mbuf opt, if present, will not be freed.
274 struct ip6_pktopts *opt,
427 if (opt) {
429 MAKE_EXTHDR(opt->ip6po_hbh, &exthdrs.ip6e_hbh);
431 if (opt->ip6po_rthdr) {
442 MAKE_EXTHDR(opt->ip6po_dest1, &exthdrs.ip6e_dest1);
445 MAKE_EXTHDR(opt
227 ip6_output_list( struct mbuf *m0, int packetlist, struct ip6_pktopts *opt, struct route_in6 *ro, int flags, struct ip6_moptions *im6o, struct ifnet **ifpp, struct ip6_out_args *ip6oap) argument
272 ip6_output( struct mbuf *m0, struct ip6_pktopts *opt, struct route_in6 *ro, int flags, struct ip6_moptions *im6o, struct ifnet **ifpp, struct ip6_out_args *ip6oap) argument
2610 struct ip6_pktopts *opt = *pktopt; local
2654 ip6_initpktopts(struct ip6_pktopts *opt) argument
2668 struct ip6_pktopts *opt; local
3050 ip6_setpktopts(struct mbuf *control, struct ip6_pktopts *opt, struct ip6_pktopts *stickyopt, int uproto) argument
3111 ip6_setpktopt(int optname, u_char *buf, int len, struct ip6_pktopts *opt, int sticky, int cmsg, int uproto) argument
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_openclose.c64 benchmark_optswitch(int opt, char *optarg) argument
66 switch (opt) {
H A Dlmbench_stat.c67 benchmark_optswitch(int opt, char *optarg) argument
69 switch (opt) {
H A Dgeekbench_stdlib_write.c165 benchmark_optswitch(int opt, char *optarg) argument
169 switch (opt) {
H A Dlmbench_fstat.c73 benchmark_optswitch(int opt, char *optarg) argument
75 switch (opt) {
H A Dlm_null_call.c145 benchmark_optswitch(int opt, char *optarg) argument
H A Dcreate_file.c135 benchmark_optswitch(int opt, char *optarg) argument
139 switch (opt) {
H A Dgetaddrinfo_port.c90 benchmark_optswitch(int opt, char *optarg) argument
94 switch (opt) {
H A Dgetgrent.c88 benchmark_optswitch(int opt, char *optarg) argument
92 switch (opt) {
H A Dgetpwent.c88 benchmark_optswitch(int opt, char *optarg) argument
92 switch (opt) {
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) {
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_xxx.c100 AUDIT_ARG(cmd, uap->opt);
107 if (uap->opt & RB_COMMAND)
114 error = mac_system_check_reboot(my_cred, uap->opt);
119 error = boot(RB_BOOT, uap->opt, command);

Completed in 108 milliseconds

12345