Home
last modified time | relevance | path

Searched refs:intptr (Results 1 – 16 of 16) sorted by relevance

/freebsd/tools/test/stress2/misc/
H A Dsyzkaller96.sh70 // links_next: intptr = 0xfea (8 bytes)
75 // links_next: intptr = 0x2 (8 bytes)
80 // links_next: intptr = 0x83 (8 bytes)
87 // cbfcnp: intptr = 0x0 (8 bytes)
90 // path: intptr = 0xfffffffffffffffc (8 bytes)
102 // sec: intptr = 0x5 (8 bytes)
103 // usec: intptr = 0x4 (8 bytes)
H A Dsyzkaller91.sh137 // links_next: intptr = 0xb (8 bytes)
142 // links_next: intptr = 0x8 (8 bytes)
147 // links_next: intptr = 0xfe (8 bytes)
154 // cbfcnp: intptr = 0xbfc (8 bytes)
157 // path: intptr = 0x5 (8 bytes)
168 // sec: intptr = 0x6e (8 bytes)
169 // usec: intptr = 0x400 (8 bytes)
H A Dsyzkaller97.sh96 // links_next: intptr = 0xfffffffffffffffe (8 bytes)
101 // links_next: intptr = 0x1000 (8 bytes)
106 // links_next: intptr = 0x100000001 (8 bytes)
113 // cbfcnp: intptr = 0xffffffff (8 bytes)
116 // path: intptr = 0x8000000000000001 (8 bytes)
127 // sec: intptr = 0x4 (8 bytes)
128 // usec: intptr = 0x1 (8 bytes)
H A Dsyzkaller90.sh115 // links_next: intptr = 0x100000000 (8 bytes)
120 // links_next: intptr = 0x7 (8 bytes)
125 // links_next: intptr = 0x8000000000000000 (8 bytes)
132 // cbfcnp: intptr = 0x3ff (8 bytes)
135 // path: intptr = 0xe10 (8 bytes)
147 // sec: intptr = 0x6 (8 bytes)
148 // usec: intptr = 0x9 (8 bytes)
H A Dsyzkaller95.sh362 // links_next: intptr = 0xfec (8 bytes)
367 // links_next: intptr = 0x5 (8 bytes)
372 // links_next: intptr = 0x80 (8 bytes)
379 // cbfcnp: intptr = 0x0 (8 bytes)
382 // path: intptr = 0xfffffffffffffffc (8 bytes)
393 // sec: intptr = 0x5 (8 bytes)
394 // usec: intptr = 0x4 (8 bytes)
H A Dsyzkaller92.sh155 // spare2: intptr = 0x1 (8 bytes)
159 // status: intptr = 0x37 (8 bytes)
160 // error: intptr = 0x24 (8 bytes)
H A Dsyzkaller99.sh102 // ident: intptr = 0x6 (8 bytes)
107 // udata: intptr = 0x40000000007 (8 bytes)
H A Dsyzkaller88.sh148 // ident: intptr = 0x0 (8 bytes)
153 // udata: intptr = 0x0 (8 bytes)
H A Dsyzkaller93.sh80 // offset: intptr = 0x4 (8 bytes)
/freebsd/crypto/openssh/
H A Dservconf.c1335 int cmdline = 0, *intptr, value, value2, value3, n, port, oactive, r; in process_server_config_line_depth() local
1376 intptr = NULL; in process_server_config_line_depth()
1406 intptr = &options->use_pam; in process_server_config_line_depth()
1442 intptr = &options->login_grace_time; in process_server_config_line_depth()
1451 if (*activep && *intptr == -1) in process_server_config_line_depth()
1452 *intptr = value; in process_server_config_line_depth()
1494 intptr = &options->address_family; in process_server_config_line_depth()
1511 if (*activep && *intptr == -1) in process_server_config_line_depth()
1512 *intptr = value; in process_server_config_line_depth()
1556 if (intptr != NULL) in process_server_config_line_depth()
[all …]
H A Dreadconf.c1142 int r, oactive, negated, opcode, *intptr, value, value2, cmdline = 0; in process_config_line_depth() local
1216 intptr = &options->connection_timeout; in process_config_line_depth()
1231 if (*activep && *intptr == -1) in process_config_line_depth()
1232 *intptr = value; in process_config_line_depth()
1236 intptr = &options->forward_agent; in process_config_line_depth()
1254 if (*activep && *intptr == -1) in process_config_line_depth()
1255 *intptr = value; in process_config_line_depth()
1259 if (*activep && *intptr == -1) in process_config_line_depth()
1260 *intptr = 1; in process_config_line_depth()
1266 intptr = &options->forward_x11; in process_config_line_depth()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c172 uint_t intptr = DIF_INSTR_INTEGER(in); in dt_dis_setx() local
175 intptr, DIF_INSTR_RD(in)); in dt_dis_setx()
177 if (intptr < dp->dtdo_intlen) { in dt_dis_setx()
179 (u_longlong_t)dp->dtdo_inttab[intptr]); in dt_dis_setx()
/freebsd/crypto/krb5/src/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c648 int *intptr; in decode_tl_data() local
674 intptr = malloc(sizeof(int)); in decode_tl_data()
675 if (intptr == NULL) in decode_tl_data()
677 *intptr = load_16_be(ptr); in decode_tl_data()
678 *data_out = intptr; in decode_tl_data()
723 int *intptr; in get_int_from_tl_data() local
733 intptr = ptr; in get_int_from_tl_data()
734 *intval = *intptr; in get_int_from_tl_data()
735 free(intptr); in get_int_from_tl_data()
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c564 int *intptr; in rpl_vsnprintf() local
926 intptr = va_arg(args, int *); in rpl_vsnprintf()
927 *intptr = (int)len; in rpl_vsnprintf()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress.c1910 int *intptr = arg; in incr_arg_cb() local
1912 ++*intptr; in incr_arg_cb()
/freebsd/contrib/libevent/test/
H A Dregress.c1910 int *intptr = arg; in incr_arg_cb() local
1912 ++*intptr; in incr_arg_cb()