Searched defs:thing (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_state.c200 void *thing; local
216 if ((thing = cmd_case_restorers[ptr.ptr_type](hdl,
224 cl->cl_arg = thing;
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_state.c122 void *thing; local
138 if ((thing = gmem_case_restorers[ptr.ptr_type](hdl,
146 cl->cl_arg = thing;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLogLinearDistribution.java45 private static long unpack(long x, long thing) { argument
46 return (x & (UINT16_MAX << thing)) >> thing;
/illumos-gate/usr/src/cmd/ipcrm/
H A Dipcrm.c70 oops(char *thing, char *arg) argument
87 (void) fprintf(stderr, gettext("ipcrm: %s(%s): %s\n"), thing, arg, e);
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c169 void *thing = NULL; local
393 ASSERT(thing == NULL);
394 thing = kmem_alloc(thingsize, KM_SLEEP);
408 if (thing) {
409 if (copyin(cmaddr, thing, thingsize)) {
410 kmem_free(thing, thingsize);
421 if (thing != NULL)
422 kmem_free(thing, thingsize);
452 proc_t *prp = thing;
459 thing
1707 void *thing = NULL; local
[all...]
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3279 zdb_read_block(char *thing, spa_t *spa) argument
3291 dup = strdup(thing);
3309 (void) printf("Invalid block specifier: %s - %s\n", thing, s);
3404 (void) printf("Read of %s failed, error: %d\n", thing, error);
3444 (void) printf("Decompress of %s failed\n", thing);
3465 zdb_dump_block(thing, buf, size, flags);

Completed in 58 milliseconds