| /NextBSD/contrib/binutils/opcodes/ |
| HD | arm-dis.c | 1578 arm_decode_shift (long given, fprintf_ftype func, void *stream, in arm_decode_shift() argument 1581 func (stream, "%s", arm_regnames[given & 0xf]); in arm_decode_shift() 1583 if ((given & 0xff0) != 0) in arm_decode_shift() 1585 if ((given & 0x10) == 0) in arm_decode_shift() 1587 int amount = (given & 0xf80) >> 7; in arm_decode_shift() 1588 int shift = (given & 0x60) >> 5; in arm_decode_shift() 1607 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5], in arm_decode_shift() 1608 arm_regnames[(given & 0xf00) >> 8]); in arm_decode_shift() 1610 func (stream, ", %s", arm_regnames[(given & 0xf00) >> 8]); in arm_decode_shift() 1619 print_insn_coprocessor (bfd_vma pc, struct disassemble_info *info, long given, in print_insn_coprocessor() argument [all …]
|
| HD | score-dis.c | 71 print_insn_score32 (bfd_vma pc, struct disassemble_info *info, long given) in print_insn_score32() argument 79 if ((insn->mask & 0xffff0000) && (given & insn->mask) == insn->value) in print_insn_score32() 95 target = (pc & 0xfe000000) | (given & 0x01fffffe); in print_insn_score32() 103 int disp = ((given & 0x01ff8000) >> 5) | (given & 0x3fe); in print_insn_score32() 142 reg = given >> bitstart; in print_insn_score32() 152 reg = given >> bitstart; in print_insn_score32() 162 reg = given >> bitstart; in print_insn_score32() 167 if (((given & insn->mask) == 0x0c00000a) /* ldc1 */ in print_insn_score32() 168 || ((given & insn->mask) == 0x0c000012) /* ldc2 */ in print_insn_score32() 169 || ((given & insn->mask) == 0x0c00001c) /* ldc3 */ in print_insn_score32() [all …]
|
| /NextBSD/contrib/dialog/ |
| HD | mixedgauge.c | 50 status_string(char *given, char **freeMe) in status_string() argument 55 if (isdigit(UCH(*given))) { in status_string() 56 switch (*given) { in status_string() 91 } else if (*given == '-') { in status_string() 92 size_t need = strlen(++given); in status_string() 95 sprintf(temp, "%3s%%", given); in status_string() 97 } else if (!isspace(UCH(*given))) { in status_string() 98 result = given; in status_string()
|
| /NextBSD/sys/powerpc/powerpc/ |
| HD | mmu_if.m | 131 * @brief Apply the given advice to the specified range of addresses within 132 * the given pmap. Depending on the advice, clear the referenced and/or 150 * @brief Clear the 'modified' bit on the given physical page 161 * @brief Clear the write and modified bits in each of the given 173 * @brief Copy the address range given by the source physical map, virtual 274 * @brief Reverse map the given virtual address, returning the physical 291 * @brief Reverse map the given virtual address, returning the 293 * vm_page_hold) if the page protection matches the given protection 312 * @brief Increase kernel virtual address space to the given virtual address. 419 * given object to try and eliminate a cascade of on-demand faults as [all …]
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | ui.pod | 89 A UI can contain more than one prompt, which are performed in the given 99 UI_new_method() creates a new UI using the given UI method. When done with 112 sizes of the result. The given information is used to prompt for 121 for no. A set of characters that can be used to cancel the prompt is given 123 descriptive text (given through the I<prompt> argument) and one describing 124 the possible answers (given through the I<action_desc> argument). 156 with the one given as argument. 158 UI_get0_user_data() retrieves the data that has last been given to the 164 UI_process() goes through the information given so far, does all the printing 173 UI_set_default_method() changes the default UI method to the one given. [all …]
|
| /NextBSD/contrib/bmake/ |
| HD | configure.in | 21 yes) AC_MSG_ERROR(bad value ${withval} given for bmake DEFSHELL) ;; 37 *) AC_MSG_ERROR(bad value ${withval} given for meta) ;; 45 *) AC_MSG_ERROR(bad value ${withval} given for filemon) ;; 262 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE) ;; 288 yes) AC_MSG_ERROR(bad value ${withval} given for bmake MACHINE_ARCH) ;; 306 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_DEFSYSPATH) ;; 317 yes) AC_MSG_ERROR(bad value ${withval} given for bmake _PATH_OBJDIRPREFIX) ;; 329 *) AC_MSG_ERROR(bad value ${enableval} given for pwd-override option) ;; 340 *) AC_MSG_ERROR(bad value ${enableval} given for check-make-chdir option) ;; 350 AC_MSG_ERROR(bad value ${withval} given for mksrc cannot find install-mk)
|
| /NextBSD/usr.bin/ncal/tests/ |
| HD | regress.f-3gy-nhl.out | 1 ncal: -3 together with a given year but no given month is not supported.
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386.opt | 80 Generate code for given CPU 84 Use given assembler dialect 92 Data greater than given threshold will go into .ldata section in x86-64 medium model 96 Use given x86-64 code model 114 Generate floating point mathematics using given instruction set 242 Use given thread-local storage dialect 250 Schedule code for given CPU
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390.opt | 32 Generate code for given CPU 80 Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit 84 Schedule code for given CPU 96 Warn if a single function's framesize exceeds the given framesize
|
| /NextBSD/contrib/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyInstrMemory.td | 44 * load_global: load the value of a given global variable 45 * store_global: store a given value to a given global variable
|
| /NextBSD/contrib/atf/atf-sh/ |
| HD | libatf-sh.subr | 64 # Adds the given test case to the list of test cases that form the test 77 # Executes atf-check with given arguments and automatically calls 107 # defined, prints the given default value. 127 # Returns a boolean indicating if the given configuration variable is 230 # Makes the test case report an expected failure with the given error 243 # Makes the test case fail with the given error message. Multiple 311 # Checks that the given program name (either provided as an absolute 360 # can be given, in which case they are joined by a single blank space. 442 # Prints the given error message (which can be composed of multiple 461 # Prints the given warning message (which can be composed of multiple [all …]
|
| /NextBSD/share/examples/ppp/ |
| HD | ppp.secret.sample | 15 # If an IP address or address range is given as the third field, it 20 # If a label is given as the forth field, it is used when reading 25 # If a phone number or list of phone numbers is given as the fifth
|
| /NextBSD/contrib/ntp/scripts/ntptrace/ |
| HD | ntptrace-opts.def | 47 the chain of NTP servers from a given host back to the primary time source. For 51 If given no arguments, ntptrace starts with localhost. Here is an example of 64 ID. All times are given in seconds. Note that the stratum is the server hop
|
| /NextBSD/release/picobsd/floppy.tree/etc/ppp/ |
| HD | ppp.secret.sample | 8 # If an IP address is given, it will be assigned to the peer. 10 # If an entry exists for your local machine (as given by the
|
| /NextBSD/tools/regression/netinet/tcpconnect/ |
| HD | README.tcp-md5 | 22 * run the server (use same port as given to tcpdump): 25 * run the client (use same port as given to tcpdump):
|
| /NextBSD/contrib/tzdata/ |
| HD | leapseconds | 22 # The correction (+ or -) is made at the given time, so lines 28 # If the leapsecond is Rolling (R) the given time is local time. 29 # If the leapsecond is Stationary (S) the given time is UTC.
|
| /NextBSD/contrib/byacc/ |
| HD | skel2c | 2 function noident(given) { 3 gsub(/\$/,"@", given); 4 return given;
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sparc.opt | 92 Use features of and schedule code for given CPU 96 Schedule code for given CPU 100 Use given SPARC-V9 code model
|
| /NextBSD/sbin/atm/atmconfig/ |
| HD | atmconfig.help | 53 prints help on the given command (including a list of subcommands) 55 gives help on the given subcommand 111 If now device is given as argument information about all devices is shown. 134 Show configuration and state information about the PHY chip on the given 140 Set the bits of given PHY chip register for which the corresponding bit in 200 and is one of UBR, CBR, VBR or ABR. If not given UBR is assumed. Depending
|
| /NextBSD/contrib/ntp/scripts/ |
| HD | README | 7 calc_tickadj Calculates "optimal" value for tick given ntp.drift file 18 ntpsweep prints per host given in <file> the NTP stratum level, the
|
| /NextBSD/contrib/ofed/management/doc/ |
| HD | libibmad.txt | 181 Description: Dump the value given in 'val' that have 'valsz' size (in bytes), 215 Description: Map the given 'mgmt' class to agentid of the agent handling 222 Description: Map the given 'agent' id to the management class registered 464 Description: Resolve the given 'guid' to find the port lid and set 'portid' 530 Description: Parse the 'routepath' string, and use the given 'drslid' and 531 'drdlid' set the given 'path'. Return path count or -1 on invalid string. 538 Description: Set the given 'portid' fields using the 'lid', 'qp' and 'qkey' 622 Description: Encode an outgoing mad headers in 'buf' using the given 'rpc', 632 Description: Set the given 'portid' fields using the 'lid', 'qp' and 'qkey' 640 Description: Encode a mad in the buffer 'umad' given the structures 'rpc', [all …]
|
| /NextBSD/usr.sbin/bsdconfig/usermgmt/share/ |
| HD | user_input.subr | 156 # Allows the user to edit group memberships for a given user. If the user does 298 # Allows the user to enter a new username for a given user. If the user does 350 # user cancels or enters a NULL password (twice), they are given the choice to 351 # disable password authentication for the given login, wherein $dvar_to_set has 439 # Allow the user to enter new GECOS information for a given user. This 458 # Allow the user to enter a new UID for a given user. If the user does not 476 # Allow the user to enter a new primary GID for a given user. If the user does 494 # Allow the user to enter a new login class for a given user. If the user does 513 # for when a given user's password must be changed. If the user does not cancel 656 # for when a given user's account should become expired. If the user does not [all …]
|
| /NextBSD/usr.sbin/bsdconfig/networking/share/ |
| HD | netmask.subr | 65 # Returns zero if the given argument (a subnet mask) is of the proper format. 85 # Edits the IP netmask of the given interface. 113 # - User has not made any changes to the given value
|
| HD | ipaddr.subr | 64 # Returns zero if the given argument (an IP address) is of the proper format. 108 # Returns zero if the given argument (an IPv6 address) is of the proper format. 128 # Allows the user to edit a given IP address. If the user does not cancel or 164 # - User has not made any changes to the given value
|
| /NextBSD/sys/geom/part/ |
| HD | g_part_if.m | 123 # fullname() - write the name of the given partition entry to the sbuf. 155 # name() - return the name of the given partition entry. 164 # precheck() - method to allow schemes to check the parameters given 177 # probe() - probe the provider attached to the given consumer for the
|