Home
last modified time | relevance | path

Searched refs:code (Results 1276 – 1300 of 1554) sorted by relevance

1...<<51525354555657585960>>...63

/illumos-gate/usr/src/common/ficl/
H A Dficl.h1211 ficlPrimitive code; /* Native code to execute the word */ member
1456 ficlPrimitive code, ficlUnsigned8 flags);
/illumos-gate/usr/src/uts/common/io/iwi/fw-ipw2200/
H A DLICENSE44 derive source code from any object code modules of the Software or any internal
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c84 wstat(int code, int data) in wstat() argument
88 switch (code) { in wstat()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in64 \ structures or unions so if they are to be used in assembly code
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtmlocale.c53 if ((li->lc->language->flags & (LC_debug|LC_default)) || streq(li->lc->language->code, "en")) in standardized()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daesopt.h220 #error Assembler code is only available for x86 and AMD64 systems
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbigrow.test4 # The author disclaims copyright to this source code. In place of
H A Dlaststmtchanges.test2 # The author disclaims copyright to this source code. In place of
H A Dmisc2.test4 # The author disclaims copyright to this source code. In place of
H A Dcopy.test4 # The author disclaims copyright to this source code. In place of
H A Ddelete.test4 # The author disclaims copyright to this source code. In place of
H A Dpragma.test4 # The author disclaims copyright to this source code. In place of
H A Dmalloc.test4 # The author disclaims copyright to this source code. In place of
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dlocore.S558 / itself causes a bad guess. Because this code is used in machines with
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt161 The following code fragment takes audit input from stdin, and
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in771 /* These structures are allocated and deallocated by your code
911 code wishes. For example, when the libdwarf caller wishes
1807 /* Returns the abbrev code of the die. Cannot fail. */
2168 user code should call dwarf_srclines_dealloc
2524 /* The number of this code/tag as an array index. */
2561 So this returns all the values for the abbrev code.
2562 And points via offset_of_next to the next abbrev code.
3419 debugging possible (up to user code to
3614 Calling code should zero all of the
4854 unsigned int * /*code*/,
[all …]
H A Dlibdwarf.h.in771 /* These structures are allocated and deallocated by your code
911 code wishes. For example, when the libdwarf caller wishes
1807 /* Returns the abbrev code of the die. Cannot fail. */
2168 user code should call dwarf_srclines_dealloc
2524 /* The number of this code/tag as an array index. */
2561 So this returns all the values for the abbrev code.
2562 And points via offset_of_next to the next abbrev code.
3419 debugging possible (up to user code to
3614 Calling code should zero all of the
4854 unsigned int * /*code*/,
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c1726 icmp_time_exceeded_v6(mblk_t *mp, uint8_t code, boolean_t mcast_ok, in icmp_time_exceeded_v6() argument
1737 icmp6.icmp6_code = code; in icmp_time_exceeded_v6()
1747 icmp_unreachable_v6(mblk_t *mp, uint8_t code, boolean_t mcast_ok, in icmp_unreachable_v6() argument
1758 icmp6.icmp6_code = code; in icmp_unreachable_v6()
1792 icmp_param_problem_v6(mblk_t *mp, uint8_t code, uint32_t offset, in icmp_param_problem_v6() argument
1803 icmp6.icmp6_code = code; in icmp_param_problem_v6()
H A Dip.c3184 icmph.icmph_code = code; in icmp_time_exceeded()
3206 icmph.icmph_code = code; in icmp_unreachable()
9439 intptr_t code = 0; in ip_input_options() local
9466 code = (char *)&ipha->ipha_dst - in ip_input_options()
9479 code = (char *)&opt[IPOPT_OLEN] - in ip_input_options()
9539 code = (char *)&opt[IPOPT_OLEN] - in ip_input_options()
9557 code = (char *)&opt[IPOPT_OFFSET] - in ip_input_options()
13028 intptr_t code = 0; in ip_output_options() local
13051 code = (char *)&opt[IPOPT_OLEN] - in ip_output_options()
13081 code = (char *)&opt[IPOPT_OLEN] - in ip_output_options()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c870 int code = 0; in krb5_init() local
873 code = krb5_init_context(&telnet_context); in krb5_init()
874 if (code != 0 && auth_debug) in krb5_init()
877 error_message(code)); in krb5_init()
880 return (code); in krb5_init()
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th8 \ 1. Redistributions of source code must retain the above copyright
/illumos-gate/usr/src/lib/
H A DREADME.mapfiles248 from, say, .so.1 to .so.2 and introducing code to continue to ship the .so.1
378 To move an interface from one library to (say) libc, the code has to be
409 header files as well as from the code that implements the interfaces.
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1400 gcore_wstat(int code, int data) in gcore_wstat() argument
1404 switch (code) { in gcore_wstat()
1422 mdb_warn("wstat: bad code %d\n", code); in gcore_wstat()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S424 b .sm_do_copy ! common code
436 b .do_copy ! common code
513 ! we're expected to just return the error code and not to
563 b .do_copy ! common code
739 ! Following code is to select for alignment
1546 ! destination alignment code
2081 ! Swap src/dst since the code below is memcpy code
3093 ! Following code is to select for alignment
3885 ! destination alignment code
6722 ! code.
[all …]
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c2786 switch (calib->code) { in iwn5000_rx_calib_results()
3821 cmd->code = IWN_CMD_TX_DATA; in iwn_send()
4402 iwn_cmd(struct iwn_softc *sc, uint8_t code, void *buf, int size, int async) in iwn_cmd() argument
4430 cmd->code = code; in iwn_cmd()
5024 cmd.code = IWN4965_PHY_CALIB_DIFF_GAIN; in iwn4965_init_gains()
5035 cmd.code = sc->reset_noise_gain; in iwn5000_init_gains()
5055 cmd.code = IWN4965_PHY_CALIB_DIFF_GAIN; in iwn4965_set_gains()
5083 cmd.code = sc->noise_gain; in iwn5000_set_gains()
6449 cmd.code = IWN6000_PHY_CALIB_TEMP_OFFSET; in iwn6000_temp_offset_calib()
6466 cmd.code = IWN2000_PHY_CALIB_TEMP_OFFSET; in iwn2000_temp_offset_calib()
[all …]

1...<<51525354555657585960>>...63