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

123456

/xnu-2782.1.97/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)
/xnu-2782.1.97/osfmk/mach/
H A Dthread_switch.h82 #define valid_switch_option(opt) (0 <= (opt) && (opt) <= 5)
/xnu-2782.1.97/SETUP/config/
H A Dexterns.c51 struct opt *opt, *mkopt, *opt_tail, *mkopt_tail; variable in typeref:struct:opt
H A Dparser.y125 struct opt *op = (struct opt *)malloc(sizeof (struct opt));
127 op->op_next = (struct opt *) 0;
129 if (opt == (struct opt *) 0)
130 opt = op;
138 struct opt *op = (struct opt *)malloc(sizeof (struct opt));
[all...]
H A Dconfig.h124 struct opt { struct
127 struct opt *op_next;
130 extern struct opt *opt, *mkopt, *opt_tail, *mkopt_tail;
/xnu-2782.1.97/bsd/netinet6/
H A Ddest6.c63 u_int8_t *opt; local
74 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest);
77 for (optlen = 0; dstoptlen > 0; dstoptlen -= optlen, opt += optlen) {
78 if (*opt != IP6OPT_PAD1 &&
79 (dstoptlen < IP6OPT_MINLEN || *(opt + 1) + 2 > dstoptlen)) {
84 switch (*opt) {
89 optlen = *(opt + 1) + 2;
93 optlen = ip6_unknown_opt(opt, m,
94 opt - mtod(m, u_int8_t *));
/xnu-2782.1.97/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) {
/xnu-2782.1.97/bsd/kern/
H A Dkern_xxx.c98 AUDIT_ARG(cmd, uap->opt);
105 if (uap->opt & RB_COMMAND)
112 error = mac_system_check_reboot(my_cred, uap->opt);
117 error = boot(RB_BOOT, uap->opt, command);
/xnu-2782.1.97/bsd/netinet/
H A Dmptcp_opt.c73 mptcp_setup_first_subflow_syn_opts(struct socket *so, int flags, u_char *opt, argument
112 memcpy(opt + optlen, &mptcp_opt,
142 (void) memcpy(opt + optlen, &mptcp_opt,
145 (void) memcpy(opt + optlen, &mp_localkey,
154 mptcp_setup_join_subflow_syn_opts(struct socket *so, int flags, u_char *opt, argument
194 memcpy(opt + optlen, &mpjoin_rsp, mpjoin_rsp.mmjo_len);
213 memcpy(opt + optlen, &mpjoin_req, mpjoin_req.mmjo_len);
228 mptcp_setup_join_ack_opts(struct tcpcb *tp, u_char *opt, unsigned optlen) argument
245 memcpy(opt + optlen, &join_rsp2, join_rsp2.mmjo_len);
252 mptcp_setup_syn_opts(struct socket *so, int flags, u_char *opt, unsigne argument
276 mptcp_send_mpfail(struct tcpcb *tp, u_char *opt, unsigned int optlen) argument
315 mptcp_send_infinite_mapping(struct tcpcb *tp, u_char *opt, unsigned int optlen) argument
406 mptcp_send_fastclose(struct tcpcb *tp, u_char *opt, unsigned int optlen, int flags) argument
435 mptcp_setup_opts(struct tcpcb *tp, int32_t off, u_char *opt, unsigned int optlen, int flags, int datalen, unsigned int **dss_lenp, u_int8_t **finp, u_int64_t *dss_valp, u_int32_t **sseqp, boolean_t *p_mptcp_acknow) argument
1885 mptcp_send_addaddr_opt(struct tcpcb *tp, struct mptcp_addaddr_opt *opt) argument
1915 mptcp_send_remaddr_opt(struct tcpcb *tp, struct mptcp_remaddr_opt *opt) argument
[all...]

Completed in 55 milliseconds

123456