/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.bcopy.d | 45 intp = (int *)ptr; 46 ret = (`kmem_flags == *intp) ? 0 : 1; 59 *intp, `kmem_flags);
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | analogix,anx7814.yaml | 29 description: Should contain the INTP interrupt. 84 interrupts = <99 IRQ_TYPE_LEVEL_LOW>; /* INTP */
|
/freebsd/sys/kern/ |
H A D | kern_linker.c | 2001 int error, ival, bestver, *intp, found, flags, clen, blen; in linker_hints_lookup() local 2049 intp = (int *)hints; in linker_hints_lookup() 2050 ival = *intp++; in linker_hints_lookup() 2056 recptr = (u_char *)intp; in linker_hints_lookup() 2059 intp = (int *)recptr; in linker_hints_lookup() 2060 reclen = *intp++; in linker_hints_lookup() 2061 ival = *intp++; in linker_hints_lookup() 2062 cp = (char *)intp; in linker_hints_lookup()
|
/freebsd/usr.bin/top/ |
H A D | commands.c | 146 scanint(char *str, int *intp) in scanint() argument 173 *intp = val; in scanint()
|
/freebsd/stand/common/ |
H A D | module.c | 1166 int *intp, bestver, blen, clen, found, ival, modnamelen, reclen; in mod_search_hints() local 1180 intp = (int*)recptr; in mod_search_hints() 1181 reclen = *intp++; in mod_search_hints() 1182 ival = *intp++; in mod_search_hints() 1183 cp = (u_char*)intp; in mod_search_hints()
|
/freebsd/contrib/bc/src/ |
H A D | num.c | 3097 BcNum intp, fracp1, fracp2, digit, flen1, flen2; in bc_num_printNum() local 3121 // intp into a number of the specified base, but it does it directly, in bc_num_printNum() 3127 // The algorithm takes the current least significant limb (after intp has in bc_num_printNum() 3165 // intp will be the "integer part" of the number, so copy it. in bc_num_printNum() 3166 bc_num_createCopy(&intp, n); in bc_num_printNum() 3172 // Make intp an integer. in bc_num_printNum() 3173 bc_num_truncate(&intp, intp.scale); in bc_num_printNum() 3176 bc_num_sub(n, &intp, &fracp1, 0); in bc_num_printNum() 3208 bc_num_printPrepare(&intp, vm->last_rem, vm->last_pow); in bc_num_printNum() 3215 for (i = 0; i < intp.len; ++i) in bc_num_printNum() [all …]
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 137 intp(); in TerminalSpecialChars() 666 intp(); in intr()
|
H A D | externs.h | 280 void intp(void);
|
H A D | telnet.c | 2298 intp(void) in intp() function
|
H A D | commands.c | 216 { "intp", 0, 1, 0, 0, 2, IP },
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 177 intp(); in TerminalSpecialChars() 746 intp(); in intr()
|
H A D | externs.h | 248 intp(void),
|
H A D | telnet.c | 2313 intp(void) in intp() function
|
H A D | commands.c | 307 { "intp", NULL, 1, 0, NULL, 2, IP },
|
/freebsd/contrib/tcpdump/ |
H A D | print-bootp.c | 453 { TAG_NTP_SERVERS, "iNTP" },
|