/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/ |
H A D | pathconf.c | 32 pathconf(char *p, int what) argument 35 return (_syscall(SYS_pathconf, p, what));
|
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | pathconf.c | 32 pathconf(char *p, int what) argument 34 return (_syscall(SYS_pathconf, p, what));
|
/illumos-gate/usr/src/cmd/oamuser/lib/ |
H A D | errmsg.c | 63 warningmsg(int what, char *name) argument 65 if ((what & WARN_NAME_TOO_LONG) != 0) { 69 if ((what & WARN_BAD_GROUP_NAME) != 0) { 74 if ((what & WARN_BAD_PROJ_NAME) != 0) { 79 if ((what & WARN_BAD_LOGNAME_CHAR) != 0) { 84 if ((what & WARN_BAD_LOGNAME_FIRST) != 0) { 89 if ((what & WARN_NO_LOWERCHAR) != 0) { 94 if ((what & WARN_LOGGED_IN) != 0) {
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | next.c | 49 unsigned int what 52 next_x (parent, lastdirp, what) 55 unsigned int what; 78 || !is(parent, direntp->d_name, what) 101 unsigned int what 104 is (parent, name, what) 107 unsigned int what; 121 return ((statbuf.st_mode & S_IFMT) == what);
|
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/ |
H A D | gcpu_poll_subr.c | 47 gcpu_poll_trace(gcpu_poll_trace_ctl_t *ptc, uint8_t what, uint8_t nerr) argument 52 DTRACE_PROBE2(gcpu__mca__poll__trace, uint32_t, what, uint32_t, nerr); 61 pt->mpt_what = what;
|
H A D | gcpu_poll_ntv.c | 86 gcpu_ntv_mca_poll(cmi_hdl_t hdl, int what) argument 128 if (what == GCPU_MPT_WHAT_CYC_ERR) { 140 if (what == GCPU_MPT_WHAT_CMCI_ERR) { 148 gcpu_mca_logout(hdl, NULL, bankmask, &mce, B_TRUE, what); 151 gcpu_poll_trace(&gcpu->gcpu_mca.gcpu_polltrace, what, 158 if (what != GCPU_MPT_WHAT_CMCI_ERR) { 203 gcpu_ntv_mca_poll_wrapper(cmi_hdl_t hdl, int what) argument 213 gcpu_ntv_mca_poll(hdl, what);
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_namecheck.c | 68 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) argument 88 *what = *loc; 103 permset_namecheck(const char *path, namecheck_err_t *why, char *what) argument 114 *what = path[0]; 119 return (zfs_component_namecheck(&path[1], why, what)); 136 entity_namecheck(const char *path, namecheck_err_t *why, char *what) argument 185 *what = *loc; 233 dataset_namecheck(const char *path, namecheck_err_t *why, char *what) argument 235 int ret = entity_namecheck(path, why, what); 240 *what 298 pool_namecheck(const char *pool, namecheck_err_t *why, char *what) argument [all...] |
/illumos-gate/usr/src/cmd/truss/ |
H A D | actions.c | 313 setupsysargs(private_t *pri, int what) argument 327 if (what != Lsp->pr_syscall) { /* assertion */ 329 pri->pname, what, Lsp->pr_syscall); 363 int what = Lsp->pr_what; local 369 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP))) 370 what = Lsp->pr_syscall; 373 if (what <= 0 || what > PRMAXSYS) 374 what = 0; 379 setupsysargs(pri, what); 515 int what = Lsp->pr_what; local 894 int what = pri->lwpstat->pr_what; local [all...] |
H A D | ipc.c | 259 int what = Lsp->pr_what; /* one of the SYS_open* syscalls */ local 393 (void) Lputareg(Lwp, R_O0, (prgreg_t)what); 397 (void) Lputareg(Lwp, R_G1, (prgreg_t)what); 404 (void) Lputareg(Lwp, REG_RAX, (prgreg_t)what); 407 (void) Lputareg(Lwp, EAX, (prgreg_t)what);
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot.s | 99 ! +8: alias start (frame exists) XX64 what's this for?
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.procpriv.ksh | 35 # specifics of context. This test therefore asserts that we can read what we 36 # think we should be able to, that we can't read what we think we shouldn't be 38 # what we cannot assert one way or the other. 42 #define CANREAD(what, field) \ 43 BEGIN { errmsg = "can't read field from what"; printf("field: "); \ 44 trace(what->field); printf("\n"); } 46 #define CANTREAD(what, field) \ 47 BEGIN { errmsg = ""; trace(what->field); \ 48 printf("\nable to successfully read field from what!"); exit(1); } 50 #define MIGHTREAD(what, fiel [all...] |
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | smstdio.c | 243 ** what -- type of information setting 253 sm_stdiosetinfo(fp, what, valp) 255 int what; 258 switch (what) 272 ** what -- type of information request 282 sm_stdiogetinfo(fp, what, valp) 284 int what; 287 switch (what)
|
H A D | findfp.c | 273 ** what -- type of information to set 279 ** - when what != SM_IO_WHAT_VECTORS and setinfo vector 285 sm_io_setinfo(fp, what, valp) 287 int what; 293 switch (what) 325 return (*fp->f_setinfo)(fp, what, valp); 344 ** what -- type of information request 358 sm_io_getinfo(fp, what, valp) 360 int what; 367 switch (what) [all...] |
H A D | stdio.c | 296 ** what -- type of info to set 305 sm_stdsetinfo(fp, what, valp) 307 int what; 310 switch (what) 326 ** what -- type of info to get 331 ** on 'what' value, and returns values >=0. Return 337 sm_stdgetinfo(fp, what, valp) 339 int what; 342 switch (what)
|
H A D | strio.c | 392 ** Currently only SM_IO_WHAT_MODE is supported for 'what'. 396 ** what -- type of information to set 405 sm_strsetinfo(fp, what, valp) 407 int what; 410 switch(what) 423 ** Currently only SM_IO_WHAT_MODE is supported for 'what'. 427 ** what -- type of information requested 436 sm_strgetinfo(fp, what, valp) 438 int what; 441 switch(what) [all...] |
/illumos-gate/usr/src/lib/brand/shared/brand/amd64/ |
H A D | runexe.s | 59 movq %rax, %rsp / Set %rsp to what linkers expect
|
/illumos-gate/usr/src/lib/brand/shared/brand/i386/ |
H A D | runexe.s | 59 movl %eax, %esp / Set %esp to what linkers expect
|
/illumos-gate/usr/src/boot/sys/boot/usb/ |
H A D | bsd_usbloader_test.c | 61 pause(const char *what, int timeout) argument
|
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/ |
H A D | sendsig.s | 37 ! that's what the 4.x kernel did and that's where the signal handler
|
/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 86 kctl_mod_loaded(what);
|
/illumos-gate/usr/src/uts/sun4/conf/ |
H A D | genalign.s | 40 ! the booter what alignment we want
|
/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 152 kdi_dvec_mod_loaded(what); 157 kdi_dvec_mod_unloading(what);
|
/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 242 (void) write(STDERR, what, (uint_t)strlen(what));
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | disk.h | 25 void disk_err(struct bio *bp, const char *what, int blkdone, int nl);
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | install.c | 55 setpath(char **what, char *val) argument 69 *what = path; 74 setmultipath(char ***what, char *val) argument 87 *what = calloc(count + 1, sizeof(char *)); 88 if (*what == NULL) 95 error = setpath(*what + idx, val);
|