| /illumos-gate/usr/src/lib/libdtrace/common/ |
| H A D | dt_handle.c | 154 char details[30]; local 208 (void) sprintf(details, " (0x%llx)", 213 details[0] = 0; 221 details, where, offinfo);
|
| /illumos-gate/usr/src/lib/libpool/common/ |
| H A D | pool_internal.c | 94 * 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;
|
| /illumos-gate/usr/src/lib/libcmd/common/ |
| H A D | fds.c | 31 "[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/cmd/fm/modules/common/disk-transport/ |
| H A D | disk_transport.c | 119 nvlist_t *details; local 170 &details) != 0) 174 nvpair_name(elem), ena, fmri, details);
|
| /illumos-gate/usr/src/tools/ctf/dwarf/common/ |
| H A D | dwarf_macro.c | 189 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 D | sctp_cookie.c | 165 char *details = NULL; local 242 details = (char *)cph; 375 sctp_send_abort(sctp, sctp_init2vtag(ch), serror, details,
|
| H A D | sctp_error.c | 50 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...] |
| /illumos-gate/usr/src/uts/common/io/i40e/core/ |
| H A D | i40e_adminq.c | 702 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 D | i40e_common.c | 1042 * @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...] |
| /osnet-11/usr/src/lib/libpool/common/ |
| H A D | pool_internal.c | 93 * values and to ensure correct property manipulations. The details 1854 * log_append() allocates a new log item to hold the supplied details and 1860 log_append(log_t *l, int op, void *details) argument 1864 if ((li = log_item_alloc(l, op, details)) == NULL) { 1880 * used to store details about a transaction which may need to be undone if 1886 log_item_alloc(log_t *l, int op, void *details) argument 1898 li->li_details = details;
|
| /osnet-11/usr/src/lib/libcmd/common/ |
| H A D | fds.c | 31 "[l:long?List file descriptor details.]" 166 int details; local 189 details = 0; 196 details = opt_info.num; 226 if (!details)
|
| /osnet-11/usr/src/lib/libdtrace/common/ |
| H A D | dt_handle.c | 154 char details[30]; local 208 (void) sprintf(details, " (0x%llx)", 213 details[0] = 0; 221 details, where, offinfo);
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | universal.c | 571 bool details = FALSE; local 596 if (klen == 7 && memEQ(key, "details", 7)) { 597 details = SvTRUE(*valp); 644 if (details) {
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
| H A D | Builder.pm | 1113 =item B<details> 1115 my @tests = $Test->details; 1146 it's type is 'unkown'. These details for these tests are filled in. 1162 sub details { subroutine 1173 details). Returns the reason (ie. the value of $TODO) if running as
|