Searched refs:thing (Results 1 - 11 of 11) sorted by relevance

/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/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/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/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/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/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt156 And one final thing... If you used Init Drv Params you must now verify
/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);
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s283 ! longer to align the thing than to do the transfer
H A Dniagara_copy.s2593 ! longer to align the thing than to do the transfer
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex256 % add check for \lastpenalty to plain's definitions. If the last thing
2490 % letter. Otherwise, the only valid thing it can be is a number.
2492 % This is a good thing, since \splitoff doesn't work given nothing at
3450 % If a skip is the last thing on the list now, preserve it
5243 % the only thing remainnig is to define \deffnheader.
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s1762 ! longer to align the thing than to do the transfer

Completed in 161 milliseconds