/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_mod.c | 83 kctl_mod_changed(uint_t why, struct modctl *what) argument 85 if (why == KOBJ_NOTIFY_MODLOADED)
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | mknod.c | 65 enum create why; local 100 why = ((fmode & S_IFMT) == S_IFDIR) ? CRMKDIR : CRMKNOD; 102 why, 0, PTOU(curproc)->u_cmask, startvp);
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_namecheck.c | 35 * Each routine therefore takes a 'namecheck_err_t' which describes exactly why 68 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) argument 73 if (why) 74 *why = NAME_ERR_TOOLONG; 79 if (why) 80 *why = NAME_ERR_EMPTY_COMPONENT; 86 if (why) { 87 *why = NAME_ERR_INVALCHAR; 103 permset_namecheck(const char *path, namecheck_err_t *why, char *what) argument 106 if (why) 136 entity_namecheck(const char *path, namecheck_err_t *why, char *what) argument 233 dataset_namecheck(const char *path, namecheck_err_t *why, char *what) argument 254 mountpoint_namecheck(const char *path, namecheck_err_t *why) argument 298 pool_namecheck(const char *pool, namecheck_err_t *why, char *what) argument [all...] |
/illumos-gate/usr/src/cmd/bnu/ |
H A D | dio.c | 245 struct dkqqabo why; local 258 ioctl(fn, DIOCQQABO, &why); 259 if (why.rcv_ctlchar != dkeof[0])
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | faults.c | 79 register char *why,*shortWhy; local 99 why = makestr(alert_text, "(", PERROR, ")\n", (char *)0); 101 why = makestr("exec exit fault", (char *) 0); 103 why = makestr(alert_text, (char *) 0); 105 if (!why) 106 why = alert_text; 108 shortWhy = (why != alert_text ? shortenReason(why) : why); 127 if (why ! 138 register char *why, *shortWhy; local [all...] |
/illumos-gate/usr/src/cmd/devinfo/ |
H A D | devinfo.c | 65 static int warn(char *what, char *why); 234 warn(char *what, char *why) argument 244 (void) write(STDERR, why, (uint_t)strlen(why));
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | bindings.c | 167 Dbg_bind_reject(Rt_map *flmp, Rt_map *tlmp, const char *sym, int why) argument 179 sym, MSG_INTL(reason[why]));
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_kdi.c | 143 kobj_kdi_mod_notify(uint_t why, struct modctl *what) argument 145 switch (why) {
|
/illumos-gate/usr/src/cmd/prtvtoc/ |
H A D | prtvtoc.c | 674 warn(char *what, char *why) argument 676 (void) fprintf(stderr, "%s: %s: %s\n", progname, what, why);
|
/illumos-gate/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 307 devfs_mountroot(struct vfs *vfsp, enum whymountroot why) argument
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_common.c | 347 nfsdyn_mountroot(vfs_t *vfsp, whymountroot_t why) argument 364 if (why == ROOT_REMOUNT) { 368 panic("nfs3_mountroot: why == ROOT_REMOUNT\n"); 371 if (why == ROOT_UNMOUNT) { 379 * why == ROOT_INIT 464 return (VFS_MOUNTROOT(vfsp, why));
|
H A D | nfs3_vfsops.c | 1650 nfs3_mountroot(vfs_t *vfsp, whymountroot_t why) argument 1670 if (why == ROOT_REMOUNT) { 1674 panic("nfs3_mountroot: why == ROOT_REMOUNT"); 1677 if (why == ROOT_UNMOUNT) { 1685 * why == ROOT_INIT
|
H A D | nfs4_client_debug.c | 90 char *server1, char *why, nfs4_tag_type_t tag1, nfs4_tag_type_t tag2, 142 /* why the file got killed */ 143 if (why) { 144 len = strlen(why); 146 bcopy(why, ep->re_char2, len); 1351 * type. These include "count", "why". 1356 char *why, pid_t pid, nfs4_tag_type_t tag1, nfs4_tag_type_t tag2, 1389 why, tag1, tag2, seqid1, seqid2); 88 set_event(nfs4_event_type_t id, nfs4_revent_t *ep, mntinfo4_t *mi, rnode4_t *rp1, rnode4_t *rp2, uint_t count, pid_t pid, nfsstat4 nfs4_error, char *server1, char *why, nfs4_tag_type_t tag1, nfs4_tag_type_t tag2, seqid4 seqid1, seqid4 seqid2) argument 1354 nfs4_queue_event(nfs4_event_type_t id, mntinfo4_t *mi, char *server1, uint_t count, vnode_t *vp1, vnode_t *vp2, nfsstat4 nfs4_error, char *why, pid_t pid, nfs4_tag_type_t tag1, nfs4_tag_type_t tag2, seqid4 seqid1, seqid4 seqid2) argument
|
H A D | nfs_vfsops.c | 1655 nfs_mountroot(vfs_t *vfsp, whymountroot_t why) argument 1675 if (why == ROOT_REMOUNT) { 1679 panic("nfs_mountroot: why == ROOT_REMOUNT"); 1682 if (why == ROOT_UNMOUNT) { 1690 * why == ROOT_INIT
|
/illumos-gate/usr/src/lib/libadt_jni/common/ |
H A D | adt_jni.c | 43 * "why" string must be i18n'd before calling here. 48 local_throw(JNIEnv *env, const char *exception, const char *why) { argument 63 /* Create a Byte Array from message "why" */ 64 jbarray = (*env)->NewByteArray(env, (jsize)(strlen(why))); 66 (jsize)(strlen(why)), (jbyte*) why);
|
/illumos-gate/usr/src/uts/intel/fs/proc/ |
H A D | prmachdep.c | 435 prstop(int why, int what) argument
|
/illumos-gate/usr/src/cmd/lp/cmd/ |
H A D | lpfilter.c | 511 char * why; local 518 why = "range endpoint too large"; 521 why = "bad number"; 524 why = "\"\\digit\" out of range"; 527 why = "illegal or missing delimiter"; 530 why = "no remembered search string"; 533 why = "\\(...\\) imbalance"; 536 why = "too many \\("; 539 why = "more than 2 numbers given in \\{...\\}"; 542 why [all...] |
/illumos-gate/usr/src/lib/libc/port/threads/ |
H A D | assfail.c | 99 common_panic(const char *head, const char *why) argument 112 len2 = strlen(why); 115 (void) strncat(msg, why, len2); 124 thr_panic(const char *why) argument 126 common_panic("*** libc thread failure: ", why); 130 aio_panic(const char *why) argument 132 common_panic("*** libc aio system failure: ", why); 136 mutex_panic(mutex_t *mp, const char *why) argument 139 common_panic("*** libc mutex system failure: ", why);
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_door.c | 183 enum auth_stat why; local 198 } else if ((why = __gss_authenticate(r, msg, &nd)) != AUTH_OK) { 199 svcerr_auth(xprt, why);
|
/illumos-gate/usr/src/cmd/ptools/pflags/ |
H A D | pflags.c | 445 prwhy(int why) argument 450 switch (why) { 474 (void) sprintf(str, "%d", why); 482 prwhat(int why, int what) argument 487 switch (why) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 74 int status, astat, rstat, why; local 197 why = getxdr_u_long(); 200 nameof_why(why)); 588 nameof_why(why) 589 int why; 591 switch (why) { 615 int astat, rstat, why; local 677 why = getxdr_u_long(); 680 why, nameof_why(why)); local [all...] |
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_dpi.c | 448 kmdb_dpi_set_state(int state, int why) argument 451 mdb_dprintf(MDB_DBG_DPI, "dpi_set_state %d why %d\n", 452 state, why); 455 kmdb_dpi_state_why = why;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | core.c | 85 core_log(struct core_globals *cg, int error, const char *why, const char *path, argument 96 zcmn_err(zoneid, CE_NOTE, "core_log: %s[%d] %s", fn, pid, why); 99 why, path); 102 fn, pid, why, error, path);
|
H A D | exit.c | 110 exit_reason(char *buf, size_t bufsz, int what, int why) argument 112 switch (why) { 124 "(%d, %d)", why, what); 153 restart_init(int what, int why) argument 170 exit_reason(reason_buf, sizeof (reason_buf), what, why)); 292 exit(int why, int what) argument 300 if (proc_exit(why, what) != 0) { 328 proc_exit(int why, int what) argument 370 DTRACE_PROC1(exit, int, why); 394 if (restart_init(what, why) [all...] |
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 229 * process reached a particular event (why) rather than continuing the victim. 230 * If 'why' is set in the stop mask, we wait on dpr_cv for dt_proc_continue(). 231 * If 'why' is not set, this function returns immediately and does nothing. 234 dt_proc_stop(dt_proc_t *dpr, uint8_t why) argument 237 assert(why != DT_PROC_STOP_IDLE); 239 if (dpr->dpr_stop & why) { 241 dpr->dpr_stop &= ~why;
|