Home
last modified time | relevance | path

Searched refs:thing (Results 1 – 25 of 74) sorted by relevance

123

/titanic_53/usr/src/uts/common/fs/proc/
H A Dprioctl.c169 void *thing = NULL; in prioctl64() local
393 ASSERT(thing == NULL); in prioctl64()
394 thing = kmem_alloc(thingsize, KM_SLEEP); in prioctl64()
408 if (thing) { in prioctl64()
409 if (copyin(cmaddr, thing, thingsize)) { in prioctl64()
410 kmem_free(thing, thingsize); in prioctl64()
421 if (thing != NULL) in prioctl64()
422 kmem_free(thing, thingsize); in prioctl64()
452 proc_t *prp = thing; in prioctl64()
459 thing = NULL; in prioctl64()
[all …]
/titanic_53/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_state.c122 void *thing; in gmem_state_restore() local
138 if ((thing = gmem_case_restorers[ptr.ptr_type](hdl, in gmem_state_restore()
146 cl->cl_arg = thing; in gmem_state_restore()
/titanic_53/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLogLinearDistribution.java45 private static long unpack(long x, long thing) { in unpack() argument
46 return (x & (UINT16_MAX << thing)) >> thing; in unpack()
/titanic_53/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_state.c200 void *thing; in cmd_state_restore() local
216 if ((thing = cmd_case_restorers[ptr.ptr_type](hdl, in cmd_state_restore()
224 cl->cl_arg = thing; in cmd_state_restore()
/titanic_53/usr/src/cmd/ipcrm/
H A Dipcrm.c70 oops(char *thing, char *arg) in oops() argument
87 (void) fprintf(stderr, gettext("ipcrm: %s(%s): %s\n"), thing, arg, e); in oops()
/titanic_53/usr/src/common/ficl/softcore/
H A Dprefix.fr26 \ make \ a prefix, and add // (same thing) as a prefix too
H A Dclasses.fr58 \ Derived classes must specify the size of the thing
63 \ Returns the size in address units of the thing the pointer
/titanic_53/usr/src/uts/i86pc/unix/dboot/
H A DMapfile.dboot35 # Make sure that dboot_grub.s`_start is the first thing in the dboot
/titanic_53/usr/src/data/zoneinfo/
H A DREADME.illumos20 you're wondering what to do. The first thing to do is to grab the latest
79 done the right thing.
H A Dantarctica58 # The change to UTC+11 is being considered as a regular summer thing but
/titanic_53/usr/src/uts/i86xpv/unix/dboot/
H A DMapfile.dboot36 # Make sure that dboot_xen.s`_start is the first thing in the dboot
/titanic_53/usr/src/common/crypto/md5/sparc/sun4u/
H A Dbyteswap.il40 * same thing and must be changed together.
/titanic_53/usr/src/tools/findunref/
H A DREADME.exception_lists36 the gatekeepers to be sure you're doing the right thing.
/titanic_53/usr/src/common/crypto/md5/sparc/sun4v/
H A Dbyteswap.il40 * same thing and must be changed together.
/titanic_53/usr/src/cmd/sendmail/
H A DREAD_ME30 The first thing you should look at is the documentation. The two
/titanic_53/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME70 accomplishes the same thing, but runs postio as separate read and write processes,
/titanic_53/usr/src/uts/common/io/e1000api/
H A DREADME.illumos29 the same thing due to how the uts makefiles work.
/titanic_53/usr/src/cmd/zdb/
H A Dzdb.c3302 zdb_read_block(char *thing, spa_t *spa) in zdb_read_block() argument
3314 dup = strdup(thing); in zdb_read_block()
3332 (void) printf("Invalid block specifier: %s - %s\n", thing, s); in zdb_read_block()
3427 (void) printf("Read of %s failed, error: %d\n", thing, error); in zdb_read_block()
3467 (void) printf("Decompress of %s failed\n", thing); in zdb_read_block()
3488 zdb_dump_block(thing, buf, size, flags); in zdb_read_block()
/titanic_53/usr/src/cmd/filesync/
H A DREADME44 the whole thing a suggested order for everything
307 if you want to read the whole thing:
/titanic_53/usr/src/uts/common/smbsrv/ndl/
H A Dnetlogon.ndl378 * the correct fixup offsets. If ndrgen did the right thing,
/titanic_53/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-4139 a good thing to make one big patch which changes many things.
/titanic_53/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
/titanic_53/usr/src/lib/libc/port/stdio/
H A DREADME.design74 system. The first thing that is a little confusing is where to find the
117 An important thing to understand is that once allocated, a 'FILE *' will
/titanic_53/usr/src/lib/iconv_modules/utf-8/common/binarytables/srcs/
H A DUTF-8+IBM-1142.src64 // thing changed is the replacement of mapping to Intl Currency Symbol to
H A DUTF-8+IBM-1148.src64 // thing changed is replacement of the mapping to Intl Currency Symbol to

123