Home
last modified time | relevance | path

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

123

/titanic_44/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_44/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_44/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_44/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_44/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_44/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_44/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_44/usr/src/common/crypto/md5/sparc/sun4u/
H A Dbyteswap.il40 * same thing and must be changed together.
/titanic_44/usr/src/tools/findunref/
H A DREADME.exception_lists36 the gatekeepers to be sure you're doing the right thing.
/titanic_44/usr/src/common/crypto/md5/sparc/sun4v/
H A Dbyteswap.il40 * same thing and must be changed together.
/titanic_44/usr/src/cmd/sendmail/
H A DREAD_ME30 The first thing you should look at is the documentation. The two
/titanic_44/usr/src/data/zoneinfo/
H A DREADME.illumos19 you're wondering what to do. The first thing to do is to grab the latest
H A Dantarctica58 # The change to UTC+11 is being considered as a regular summer thing but
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A DREADME70 accomplishes the same thing, but runs postio as separate read and write processes,
/titanic_44/usr/src/uts/common/io/e1000api/
H A DREADME.illumos29 the same thing due to how the uts makefiles work.
/titanic_44/usr/src/cmd/zdb/
H A Dzdb.c3299 zdb_read_block(char *thing, spa_t *spa) in zdb_read_block() argument
3311 dup = strdup(thing); in zdb_read_block()
3329 (void) printf("Invalid block specifier: %s - %s\n", thing, s); in zdb_read_block()
3424 (void) printf("Read of %s failed, error: %d\n", thing, error); in zdb_read_block()
3464 (void) printf("Decompress of %s failed\n", thing); in zdb_read_block()
3485 zdb_dump_block(thing, buf, size, flags); in zdb_read_block()
/titanic_44/usr/src/uts/common/smbsrv/ndl/
H A Dnetlogon.ndl362 * the correct fixup offsets. If ndrgen did the right thing,
/titanic_44/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_44/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_44/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-4139 a good thing to make one big patch which changes many things.
H A Dgrub.info-256 However, there is one thing specific to GRUB. Namely, how to specify
193 One thing which could be a security hole is that the user can do too
232 Another thing which may be dangerous is that any user can choose any
563 not support "undo", you can do almost the same thing by just returning
H A Dinternals.texi398 thing to make one big patch which changes many things. Instead,
/titanic_44/usr/src/lib/libshell/common/
H A Dbuiltins.mm249 The best thing to do is to include the header file \f5<shell.h>\fP.
344 The first thing that a built-in should do is to check
/titanic_44/usr/src/cmd/ssh/doc/
H A DREADME.Ylonen183 not like someone knowing every small thing you have bought in the last
411 name servers, or the client machine. The only thing that matters is
/titanic_44/usr/src/cmd/lp/filter/postscript/
H A DREADME110 directory on your system. If you change it do the same thing to

123