Searched defs:details (Results 1 - 5 of 5) sorted by relevance
| /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/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
|
| /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/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;
|
Completed in 90 milliseconds