Home
last modified time | relevance | path

Searched refs:what (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/truss/
H A Dactions.c373 if (what <= 0 || what > PRMAXSYS) in sysentry()
374 what = 0; in sysentry()
523 if (what <= 0 || what > PRMAXSYS) in sysexit()
564 if (what == SYS_openat || what == SYS_openat64 || in sysexit()
565 what == SYS_open || what == SYS_open64) in sysexit()
590 (what != SYS_openat && what != SYS_openat64 && in sysexit()
591 what != SYS_open && what != SYS_open64 && in sysexit()
605 if ((what == SYS_vfork || what == SYS_forksys) && in sysexit()
796 if (what == SYS_vfork || what == SYS_forksys) { in sysexit()
820 if (ISREAD(what) || ISWRITE(what)) { in sysexit()
[all …]
H A Dipc.c259 int what = Lsp->pr_what; /* one of the SYS_open* syscalls */ in checkproc() local
393 (void) Lputareg(Lwp, R_O0, (prgreg_t)what); in checkproc()
397 (void) Lputareg(Lwp, R_G1, (prgreg_t)what); in checkproc()
404 (void) Lputareg(Lwp, REG_RAX, (prgreg_t)what); in checkproc()
407 (void) Lputareg(Lwp, EAX, (prgreg_t)what); in checkproc()
H A Dmain.c881 int what; in worker_thread() local
1013 what = Lsp->pr_what; in worker_thread()
1025 if (what == FLTBPT) { in worker_thread()
1044 if (what <= 0 || what > PRMAXSYS) in worker_thread()
1045 what = PRMAXSYS; in worker_thread()
1094 switch (what) { in worker_thread()
1102 ow_syscall = what; in worker_thread()
1132 if (what == SYS_exit) in worker_thread()
1168 if (what == SYS_openat || what == SYS_openat64 || in worker_thread()
1169 what == SYS_open || what == SYS_open64) { in worker_thread()
[all …]
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Derrmsg.c60 warningmsg(int what, char *name) in warningmsg() argument
62 if ((what & WARN_NAME_TOO_LONG) != 0) { in warningmsg()
66 if ((what & WARN_BAD_GROUP_NAME) != 0) { in warningmsg()
71 if ((what & WARN_BAD_PROJ_NAME) != 0) { in warningmsg()
76 if ((what & WARN_BAD_LOGNAME_CHAR) != 0) { in warningmsg()
81 if ((what & WARN_BAD_LOGNAME_FIRST) != 0) { in warningmsg()
86 if ((what & WARN_NO_LOWERCHAR) != 0) { in warningmsg()
91 if ((what & WARN_LOGGED_IN) != 0) { in warningmsg()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_namecheck.c120 *what = *loc; in zfs_component_namecheck()
137 permset_namecheck(const char *path, namecheck_err_t *why, char *what) in permset_namecheck() argument
148 *what = path[0]; in permset_namecheck()
153 return (zfs_component_namecheck(&path[1], why, what)); in permset_namecheck()
184 entity_namecheck(const char *path, namecheck_err_t *why, char *what) in entity_namecheck() argument
231 *what = *loc; in entity_namecheck()
279 dataset_namecheck(const char *path, namecheck_err_t *why, char *what) in dataset_namecheck() argument
281 int ret = entity_namecheck(path, why, what); in dataset_namecheck()
286 *what = '#'; in dataset_namecheck()
348 pool_namecheck(const char *pool, namecheck_err_t *why, char *what) in pool_namecheck() argument
[all …]
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dnext.c49 unsigned int what in next_x() argument
52 next_x (parent, lastdirp, what) in next_x()
55 unsigned int what;
78 || !is(parent, direntp->d_name, what)
101 unsigned int what in is() argument
104 is (parent, name, what) in is()
107 unsigned int what;
121 return ((statbuf.st_mode & S_IFMT) == what);
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h205 #define XREAD1(sc, what, a) \ argument
207 (a) + (sc)->sc_##what##_off)
208 #define XREAD2(sc, what, a) \ argument
210 (a) + (sc)->sc_##what##_off)
211 #define XREAD4(sc, what, a) \ argument
213 (a) + (sc)->sc_##what##_off)
214 #define XWRITE1(sc, what, a, x) \ argument
216 (a) + (sc)->sc_##what##_off, (x))
217 #define XWRITE2(sc, what, a, x) \ argument
219 (a) + (sc)->sc_##what##_off, (x))
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dshtests82 what=UNKNOWN
117 what=${what%'</auxwhat>'}
118 echo $'\t'"$what"
127 '<what>Syscall param mount(type) points to unaddressable byte(s)</what>')
130 '<what>'*'</what>')
132 what=${data#'<what>'}
133 what=${what%'</what>'}
134 echo $'\n\t'"$what"
153 what=${data#'<text>'}
154 what=${what%'</text>'}
[all …]
/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_module.h47 #define CCV(ccv, what) (ccv)->ccvc.tcp->what argument
48 #define CCSV(ccv, what) (ccv)->ccvc.tcp->tcp_tcps->what argument
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_poll_ntv.c87 gcpu_ntv_mca_poll(cmi_hdl_t hdl, int what) in gcpu_ntv_mca_poll() argument
130 if (what == GCPU_MPT_WHAT_CYC_ERR) { in gcpu_ntv_mca_poll()
142 if (what == GCPU_MPT_WHAT_CMCI_ERR) { in gcpu_ntv_mca_poll()
150 gcpu_mca_logout(hdl, NULL, bankmask, &mce, B_TRUE, what); in gcpu_ntv_mca_poll()
153 gcpu_poll_trace(&gcpu->gcpu_mca.gcpu_polltrace, what, in gcpu_ntv_mca_poll()
160 if (what != GCPU_MPT_WHAT_CMCI_ERR) { in gcpu_ntv_mca_poll()
205 gcpu_ntv_mca_poll_wrapper(cmi_hdl_t hdl, int what) in gcpu_ntv_mca_poll_wrapper() argument
215 gcpu_ntv_mca_poll(hdl, what); in gcpu_ntv_mca_poll_wrapper()
H A Dgcpu_poll_subr.c47 gcpu_poll_trace(gcpu_poll_trace_ctl_t *ptc, uint8_t what, uint8_t nerr) in gcpu_poll_trace() argument
52 DTRACE_PROBE2(gcpu__mca__poll__trace, uint32_t, what, uint32_t, nerr); in gcpu_poll_trace()
61 pt->mpt_what = what; in gcpu_poll_trace()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsmstdio.c251 sm_stdiosetinfo(fp, what, valp) in sm_stdiosetinfo() argument
253 int what;
256 switch (what)
280 sm_stdiogetinfo(fp, what, valp) in sm_stdiogetinfo() argument
282 int what;
285 switch (what)
H A Dfindfp.c283 sm_io_setinfo(fp, what, valp) in sm_io_setinfo() argument
285 int what;
291 switch (what)
323 return (*fp->f_setinfo)(fp, what, valp);
356 sm_io_getinfo(fp, what, valp) in sm_io_getinfo() argument
358 int what;
365 switch (what)
429 return (*fp->f_getinfo)(fp, what, valp);
H A Dstdio.c303 sm_stdsetinfo(fp, what, valp) in sm_stdsetinfo() argument
305 int what;
308 switch (what)
335 sm_stdgetinfo(fp, what, valp) in sm_stdgetinfo() argument
337 int what;
340 switch (what)
H A Dstrio.c403 sm_strsetinfo(fp, what, valp) in sm_strsetinfo() argument
405 int what;
408 switch(what)
434 sm_strgetinfo(fp, what, valp) in sm_strgetinfo() argument
436 int what;
439 switch(what)
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.c195 ar->what = "C"; in funcinfo()
202 ar->what = (ar->linedefined == 0) ? "main" : "Lua"; in funcinfo()
227 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo() argument
230 for (; *what; what++) { in auxgetinfo()
231 switch (*what) { in auxgetinfo()
285 if (*what == '>') { in lua_getinfo()
289 what++; /* skip the '>' */ in lua_getinfo()
298 status = auxgetinfo(L, what, ar, cl, ci); in lua_getinfo()
299 if (strchr(what, 'f')) { in lua_getinfo()
304 if (strchr(what, 'L')) in lua_getinfo()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dinstall.c55 setpath(char **what, char *val) in setpath() argument
69 *what = path; in setpath()
74 setmultipath(char ***what, char *val) in setmultipath() argument
87 *what = calloc(count + 1, sizeof(char *)); in setmultipath()
88 if (*what == NULL) in setmultipath()
95 error = setpath(*what + idx, val); in setmultipath()
/illumos-gate/usr/src/uts/common/os/
H A Dexit.c127 "(%d, %d)", why, what); in exit_reason()
156 restart_init(int what, int why) in restart_init() argument
318 exit(int why, int what) in exit() argument
326 if (proc_exit(why, what) != 0) { in exit()
437 restart_init(what, why) == 0) { in zone_init_exit()
444 if (restart_init(what, why) == 0) in zone_init_exit()
463 proc_exit(int why, int what) in proc_exit() argument
526 if (zone_init_exit(z, why, what)) in proc_exit()
694 rv = wstat(why, what); in proc_exit()
706 audit_exit(why, what); in proc_exit()
[all …]
H A Dpool_pset.c108 cpu_setup_t what; member
127 switch (sa->what) { in pool_pset_setup_cb()
147 cmn_err(CE_PANIC, "invalid cpu_setup_t value %d", sa->what); in pool_pset_setup_cb()
159 pool_pset_cpu_setup(cpu_setup_t what, int id, void *arg) in pool_pset_cpu_setup() argument
171 if (what != CPU_CONFIG && what != CPU_UNCONFIG && in pool_pset_cpu_setup()
172 what != CPU_ON && what != CPU_OFF && in pool_pset_cpu_setup()
173 what != CPU_CPUPART_IN && what != CPU_CPUPART_OUT) in pool_pset_cpu_setup()
179 sarg.what = what; in pool_pset_cpu_setup()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.procpriv.ksh44 trace(what->field); printf("\n"); }
47 BEGIN { errmsg = ""; trace(what->field); \
51 BEGIN { errmsg = ""; printf("field: "); trace(what->field); printf("\n"); }
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.c700 pit(unsigned char what, char *itsname, char *sep) in pit() argument
705 if (((term & TERMIOS) && what == _POSIX_VDISABLE) || in pit()
706 (!(term & TERMIOS) && what == 0200)) { in pit()
711 if (what & 0200 && !isprint(what)) { in pit()
713 what &= ~ 0200; in pit()
715 if (what == 0177) { in pit()
718 } else if (what < ' ') { in pit()
720 what += '`'; in pit()
721 if (what > 'z') in pit()
722 what -= 'a' -'A'; in pit()
[all …]
/illumos-gate/usr/src/cmd/filesync/
H A DREADME31 Overview what filesync does
35 key concepts what they represent
95 remembers what they were like when they agreed. If
125 note of what these values were:
147 flags to describe what we have done/should do
152 reconciliation and record what happened to it.
176 find out what files exist and stating all of
205 is clear what needs doing, we actually do it in this
236 determine what has changed (and therefore what is
266 have changed, and figure out what the appropriate
[all …]
/illumos-gate/usr/src/cmd/devinfo/
H A Ddevinfo.c65 static int warn(char *what, char *why);
234 warn(char *what, char *why) in warn() argument
242 (void) write(STDERR, what, (uint_t)strlen(what)); in warn()
/illumos-gate/usr/src/cmd/w/
H A Dw.c481 char what[1024]; in main() local
525 (void) strlcpy(what, "-", sizeof (what)); in main()
546 (void) strlcpy(what, up->p_args, in main()
547 sizeof (what)); in main()
549 (void) strlcpy(what, up->p_comm, in main()
550 sizeof (what)); in main()
565 PRINTF(("%-.32s\n", what)); in main()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c435 set_index(void *what, int index) { in set_index() argument
438 timer = what; in set_index()
443 free_timer(void *what, void *uap) { in free_timer() argument
444 evTimer *t = what; in free_timer()
452 print_timer(void *what, void *uap) { in print_timer() argument
453 evTimer *cur = what; in print_timer()
456 cur = what; in print_timer()

12345678910>>...12