/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq.c | 781 struct i40e_asq_cmd_details *details; in i40e_clean_asq() local 787 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 792 if (details->callback) { in i40e_clean_asq() 794 (I40E_ADMINQ_CALLBACK)details->callback; in i40e_clean_asq() 800 i40e_memset(details, 0, sizeof(*details), I40E_NONDMA_MEM); in i40e_clean_asq() 805 details = I40E_ADMINQ_DETAILS(*asq, ntc); in i40e_clean_asq() 848 struct i40e_asq_cmd_details *details; in i40e_asq_send_command() local 873 details = I40E_ADMINQ_DETAILS(hw->aq.asq, hw->aq.asq.next_to_use); in i40e_asq_send_command() 875 i40e_memcpy(details, in i40e_asq_send_command() 884 if (details->cookie) { in i40e_asq_send_command() [all …]
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | net-install | 99 details="-inet6 default" 101 details="default" 104 details="$details $net_install_route -ifp $ifp" 105 cmd="$ROUTE add $details" 107 cmd="$ROUTE get $details" 123 cmd="$ROUTE -R $rootdir -p add $details"
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_error.c | 50 sctp_link_abort(mblk_t *mp, uint16_t serror, char *details, size_t len, in sctp_link_abort() argument 88 bcopy(details, eph + 1, len); in sctp_link_abort() 170 sctp_send_abort(sctp_t *sctp, uint32_t vtag, uint16_t serror, char *details, in sctp_send_abort() argument 256 if ((alen = sctp_link_abort(hmp, serror, details, len, iserror, tbit)) in sctp_send_abort() 322 sctp_ootb_send_abort(uint32_t vtag, uint16_t serror, char *details, in sctp_ootb_send_abort() argument 417 if ((alen = sctp_link_abort(mp, serror, details, len, iserror, tbit)) in sctp_ootb_send_abort() 469 sctp_make_err(sctp_t *sctp, uint16_t serror, void *details, size_t len) in sctp_make_err() argument 501 bcopy(details, eph + 1, len); in sctp_make_err() 517 sctp_add_err(sctp_t *sctp, uint16_t serror, void *details, size_t len, in sctp_add_err() argument 527 emp = sctp_make_err(sctp, serror, details, len); in sctp_add_err()
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/ |
H A D | dtfailures.ksh | 37 details=`tail -1 $dir/*.err | cut -c1-$cols` 39 echo $details
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | fds.c | 166 int details; in b_fds() local 189 details = 0; in b_fds() 196 details = opt_info.num; in b_fds() 226 if (!details) in b_fds()
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_int.c | 322 u32 addr_lo, addr_hi, details; in ecore_pglub_rbc_attn_cb() local 328 details = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_pglub_rbc_attn_cb() 332 addr_hi, addr_lo, details, in ecore_pglub_rbc_attn_cb() 333 …(u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_PFID_MASK) >> ECORE_PGLUE_ATTENTION_DETAILS_PFID_SHI… in ecore_pglub_rbc_attn_cb() 334 …(u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_VFID_MASK) >> ECORE_PGLUE_ATTENTION_DETAILS_VFID_SHI… in ecore_pglub_rbc_attn_cb() 335 (u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_VF_VALID) ? 1 : 0), in ecore_pglub_rbc_attn_cb() 345 u32 addr_lo, addr_hi, details; in ecore_pglub_rbc_attn_cb() local 351 details = ecore_rd(p_hwfn, p_hwfn->p_dpc_ptt, in ecore_pglub_rbc_attn_cb() 355 addr_hi, addr_lo, details, in ecore_pglub_rbc_attn_cb() 356 …(u8)((details & ECORE_PGLUE_ATTENTION_DETAILS_PFID_MASK) >> ECORE_PGLUE_ATTENTION_DETAILS_PFID_SHI… in ecore_pglub_rbc_attn_cb() [all …]
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/ |
H A D | disk_transport.c | 118 nvlist_t *details; in dt_analyze_disk() local 167 &details) != 0) in dt_analyze_disk() 178 fmd_event_ena_create(dmp->dm_hdl), fmri, details); in dt_analyze_disk()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/aso/ |
H A D | aso-sem.c | 52 aso_init_semaphore(void* data, const char* details) 84 if (path = (char*)details)
|
H A D | aso.c | 208 method[i]->details = (char*)data; 220 method[i]->details = e + 1; 246 asoinit(const char* details, Asometh_t* meth, Asodisc_t* disc) 274 else if (!(data = meth->initf(0, details ? details : meth->details)))
|
H A D | aso-fcntl.c | 44 aso_init_fcntl(void* data, const char* details) 92 if (path = (char*)details)
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_handle.c | 152 char details[30]; in dt_handle_err() local 206 (void) sprintf(details, " (0x%llx)", in dt_handle_err() 211 details[0] = 0; in dt_handle_err() 219 details, where, offinfo); in dt_handle_err()
|
/illumos-gate/usr/src/cmd/initpkg/init.d/ |
H A D | README | 59 Read /etc/rcS.d/README for details. This run-level corresponds to 76 Read /etc/rc2.d/README for details. This run-level corresponds to 81 Read /etc/rc3.d/README for details. This run-level corresponds to
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | README | 65 (SEE Basic Networking Utilities - release 1 # 307-165 for details) 73 (SEE Basic Networking Utilities - release 1 # 307-165 for details) 96 (SEE Basic Networking Utilities - release 1 # 307-165 for details)
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | NEWS | 53 details. 184 menu. See the manual, for more details. 240 the documentation, for more details. 280 network drivers. See netboot/README.netboot for more details. 374 * Several new command features. See the command-listing for details. 384 command is completely removed. Check command-listing for details. 402 command-listing and filesystem syntax description for details. 405 Check command-listing and install documentation for details. 408 debug command "displaymem". Check command-listing for details. 448 commands in the command-line for details. [all …]
|
H A D | aclocal.m4 | 26 # GNU General Public License for more details. 57 # GNU General Public License for more details. 121 # GNU General Public License for more details. 165 # GNU General Public License for more details. 333 # GNU General Public License for more details. 415 # GNU General Public License for more details. 538 # GNU General Public License for more details. 561 # GNU General Public License for more details. 597 # GNU General Public License for more details. 635 # GNU General Public License for more details. [all …]
|
H A D | README | 19 GRUB data and program files. See the GRUB manual for details about
|
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/ |
H A D | Tpm20.h | 1329 TPMU_SCHEME_KEYEDHASH details; member 1361 TPMU_SIG_SCHEME details; member 1405 TPMU_KDF_SCHEME details; member 1425 TPMU_ASYM_SCHEME details; member 1434 TPMU_ASYM_SCHEME details; member 1443 TPMU_ASYM_SCHEME details; member 1488 TPMU_SIG_SCHEME details; member
|
/illumos-gate/usr/src/cmd/Adm/ |
H A D | sys | 25 # and performance manual pages for details on startup.
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/secret/ |
H A D | ike.preshared | 35 # Consult the man page for ike.preshared(5) for details.
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | README.ON | 22 for details of how to do this.
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | README.ON | 22 for details of how to do this.
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_macro.c | 177 Dwarf_Macro_Details ** details, in dwarf_get_macro_details() argument 477 *details = (Dwarf_Macro_Details *) return_data; in dwarf_get_macro_details()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | telnetd.dfl | 30 # telnet login prompt, see telnetd(8) for details. The following
|
/illumos-gate/usr/src/tools/findunref/ |
H A D | exception_list.common | 29 # See README.exception_lists for details
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | keyserv.dfl | 30 # keyserv(8) for details. The default value is "YES". A value of "NO"
|