Searched defs:details (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libcmd/common/
H A Dfds.c31 "[l:long?List file descriptor details.]"
166 int details; local
189 details = 0;
196 details = opt_info.num;
226 if (!details)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c154 char details[30]; local
208 (void) sprintf(details, " (0x%llx)",
213 details[0] = 0;
221 details, where, offinfo);
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c119 nvlist_t *details; local
170 &details) != 0)
174 nvpair_name(elem), ena, fmri, details);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_macro.c189 Dwarf_Macro_Details ** details,
464 *details = (Dwarf_Macro_Details *) return_data;
185 dwarf_get_macro_details(Dwarf_Debug dbg, Dwarf_Off macro_offset, Dwarf_Unsigned maximum_count, Dwarf_Signed * entry_count, Dwarf_Macro_Details ** details, Dwarf_Error * error) argument
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c50 sctp_link_abort(mblk_t *mp, uint16_t serror, char *details, size_t len, argument
88 bcopy(details, eph + 1, len);
170 sctp_send_abort(sctp_t *sctp, uint32_t vtag, uint16_t serror, char *details, argument
256 if ((alen = sctp_link_abort(hmp, serror, details, len, iserror, tbit))
322 sctp_ootb_send_abort(uint32_t vtag, uint16_t serror, char *details, argument
417 if ((alen = sctp_link_abort(mp, serror, details, len, iserror, tbit))
469 sctp_make_err(sctp_t *sctp, uint16_t serror, void *details, size_t len) argument
501 bcopy(details, eph + 1, len);
517 sctp_add_err(sctp_t *sctp, uint16_t serror, void *details, size_t len, argument
527 emp = sctp_make_err(sctp, serror, details, le
[all...]
H A Dsctp_cookie.c165 char *details = NULL; local
242 details = (char *)cph;
375 sctp_send_abort(sctp, sctp_init2vtag(ch), serror, details,
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.c702 struct i40e_asq_cmd_details *details; local
708 details = I40E_ADMINQ_DETAILS(*asq, ntc);
714 if (details->callback) {
716 (I40E_ADMINQ_CALLBACK)details->callback;
722 i40e_memset(details, 0, sizeof(*details), I40E_NONDMA_MEM);
727 details = I40E_ADMINQ_DETAILS(*asq, ntc);
757 * @cmd_details: pointer to command details structure
770 struct i40e_asq_cmd_details *details; local
793 details
[all...]
H A Di40e_common.c1042 * @cmd_details: pointer to command details structure or NULL
1069 * @cmd_details: pointer to command details structure or NULL
1549 * @mode: 0=off, 0xf=on (else see manual for mode details)
1613 * @cmd_details: pointer to command details structure or NULL
1657 * @cmd_details: pointer to command details structure or NULL
1771 * @cmd_details: pointer to command details structure or NULL
1805 * @cmd_details: pointer to command details structure or NULL
1833 * @cmd_details: pointer to command details structure or NULL
1864 * @cmd_details: pointer to command details structure or NULL
1950 * @cmd_details: pointer to command details structur
5632 struct i40e_asq_cmd_details details; local
[all...]
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c94 * values and to ensure correct property manipulations. The details
1896 * log_append() allocates a new log item to hold the supplied details and
1902 log_append(log_t *l, int op, void *details) argument
1906 if ((li = log_item_alloc(l, op, details)) == NULL) {
1922 * used to store details about a transaction which may need to be undone if
1928 log_item_alloc(log_t *l, int op, void *details) argument
1940 li->li_details = details;

Completed in 138 milliseconds