Searched refs:what (Results 1 - 25 of 165) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libbc/libc/sys/4.2/
H A Dpathconf.c32 pathconf(char *p, int what) argument
35 return (_syscall(SYS_pathconf, p, what));
/illumos-gate/usr/src/lib/libbc/libc/sys/sys5/
H A Dpathconf.c32 pathconf(char *p, int what) argument
34 return (_syscall(SYS_pathconf, p, what));
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Derrmsg.c63 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 Dnext.c49 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 Dgcpu_poll_subr.c47 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 Dgcpu_poll_ntv.c86 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 Dzfs_namecheck.c68 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 Dactions.c313 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 Dipc.c259 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 Dboot.s99 ! +8: alias start (frame exists) XX64 what's this for?
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh35 # 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 Dsmstdio.c243 ** 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 Dfindfp.c273 ** 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 Dstdio.c296 ** 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 Dstrio.c392 ** 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 Drunexe.s59 movq %rax, %rsp / Set %rsp to what linkers expect
/illumos-gate/usr/src/lib/brand/shared/brand/i386/
H A Drunexe.s59 movl %eax, %esp / Set %esp to what linkers expect
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dbsd_usbloader_test.c61 pause(const char *what, int timeout) argument
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dsendsig.s37 ! 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 Dkctl_mod.c83 kctl_mod_changed(uint_t why, struct modctl *what) argument
86 kctl_mod_loaded(what);
/illumos-gate/usr/src/uts/sun4/conf/
H A Dgenalign.s40 ! the booter what alignment we want
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.c143 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 Ddevinfo.c65 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 Ddisk.h25 void disk_err(struct bio *bp, const char *what, int blkdone, int nl);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinstall.c55 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);

Completed in 108 milliseconds

1234567