Searched refs:what (Results 26 - 50 of 362) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/usb/controller/
H A Dxhcireg.h203 #define XREAD1(sc, what, a) \
205 (a) + (sc)->sc_##what##_off)
206 #define XREAD2(sc, what, a) \
208 (a) + (sc)->sc_##what##_off)
209 #define XREAD4(sc, what, a) \
211 (a) + (sc)->sc_##what##_off)
212 #define XWRITE1(sc, what, a, x) \
214 (a) + (sc)->sc_##what##_off, (x))
215 #define XWRITE2(sc, what, a, x) \
217 (a) + (sc)->sc_##what##_of
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.h84 extern void ecoff_stab (segT sec, int what, const char *string,
/freebsd-9.3-release/sys/sys/
H A Ddisk.h24 void disk_err(struct bio *bp, const char *what, int blkdone, int nl);
H A Dlockmgr.h72 void _lockmgr_assert(struct lock *lk, int what, const char *file, int line);
132 #define lockmgr_assert(lk, what) \
133 _lockmgr_assert((lk), (what), LOCK_FILE, LOCK_LINE)
135 #define lockmgr_assert(lk, what)
H A Drmlock.h69 void _rm_assert(struct rmlock *rm, int what, const char *file,
143 #define rm_assert(rm, what) _rm_assert((rm), (what), LOCK_FILE, LOCK_LINE)
145 #define rm_assert(rm, what)
/freebsd-9.3-release/usr.bin/netstat/
H A Datalk.c151 /* what == 0 for addr only == 3 */
157 atalk_print(struct sockaddr *sa, int what) argument
161 int numeric = (what & 0x08);
164 switch (what & 0x13) {
182 if (what & 4) {
189 atalk_print2(struct sockaddr *sa, struct sockaddr *mask, int what) argument
202 snprintf(buf, sizeof(buf), "%s", atalk_print(sa2, 1 |(what & 8)));
206 snprintf(buf + n, sizeof(buf) - n, "-%s", atalk_print(sa2, 1 |(what & 8)));
208 if(what & 2) {
210 snprintf(buf + n, sizeof(buf) - n, ".%s", atalk_print(sa, what
[all...]
/freebsd-9.3-release/usr.sbin/extattr/
H A Drmextattr.c53 static enum { EADUNNO, EAGET, EASET, EARM, EALS } what = EADUNNO; variable in typeref:enum:__anon10899
59 switch (what) {
122 what = EAGET;
126 what = EASET;
130 what = EARM;
134 what = EALS;
178 if (what != EALS) {
184 if (what == EASET) {
191 switch (what) {
/freebsd-9.3-release/usr.sbin/mtree/
H A Dverify.c163 const char *type, *what; local
206 what = "group";
209 what = "user & group";
211 what = "user";
215 "\n", path, what, strerror(errno));
241 what = "group";
243 what = "user & group";
245 what = "user";
249 path, what, strerror(errno));
/freebsd-9.3-release/sys/ia64/ia64/
H A Dinterrupt.c91 ia64_xiv_free(u_int xiv, enum ia64_xiv_use what) argument
96 if (what == IA64_XIV_FREE || what == IA64_XIV_ARCH)
98 if (ia64_xiv[xiv] != what)
106 ia64_xiv_reserve(u_int xiv, enum ia64_xiv_use what, ia64_ihtype ih) argument
111 if (what == IA64_XIV_FREE)
115 ia64_xiv[xiv] = what;
118 printf("XIV %u: use=%u, IH=%p\n", xiv, what, ih);
123 ia64_xiv_alloc(u_int prio, enum ia64_xiv_use what, ia64_ihtype ih) argument
138 while (xiv < IA64_NXIVS && ia64_xiv_reserve(xiv, what, i
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h68 what() const throw();
122 what() const throw();
/freebsd-9.3-release/sys/dev/tdfx/
H A Dtdfx_linux.c67 tdfx_linux_modevent(struct module *mod __unused, int what, void *arg __unused) argument
70 switch (what) {
/freebsd-9.3-release/sys/kern/
H A Dkern_syscalls.c146 syscall_module_handler(struct module *mod, int what, void *arg) argument
152 switch (what) {
166 error = data->chainevh(mod, what, data->chainarg);
177 error = data->chainevh(mod, what, data->chainarg);
185 return (data->chainevh(mod, what, data->chainarg));
H A Dsubr_disk.c34 disk_err(struct bio *bp, const char *what, int blkdone, int nl) argument
39 printf("%s: %s ", devtoname(bp->bio_dev), what);
42 bp->bio_disk->d_name, bp->bio_disk->d_unit, what);
44 printf("disk??: %s ", what);
/freebsd-9.3-release/contrib/pf/libevent/
H A Devbuffer.c93 short what = EVBUFFER_READ; local
98 what |= EVBUFFER_TIMEOUT;
114 what |= EVBUFFER_ERROR;
117 what |= EVBUFFER_EOF;
148 (*bufev->errorcb)(bufev, what, bufev->cbarg);
156 short what = EVBUFFER_WRITE; local
159 what |= EVBUFFER_TIMEOUT;
174 what |= EVBUFFER_ERROR;
182 what |= EVBUFFER_EOF;
207 (*bufev->errorcb)(bufev, what, bufe
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_async.c323 be_async_enable(struct bufferevent *buf, short what) argument
335 if (what & EV_READ)
337 if (what & EV_WRITE)
343 if (what & EV_READ)
345 if (what & EV_WRITE)
351 be_async_disable(struct bufferevent *bev, short what) argument
358 if (what & EV_READ) {
362 if (what & EV_WRITE) {
404 be_async_flush(struct bufferevent *bev, short what, argument
445 short what local
484 short what = BEV_EVENT_WRITING; local
[all...]
H A Ddevpoll.c204 int what = events[i].revents; local
206 if (what & POLLHUP)
207 what |= POLLIN | POLLOUT;
208 else if (what & POLLERR)
209 what |= POLLIN | POLLOUT;
211 if (what & POLLIN)
213 if (what & POLLOUT)
H A Dpoll.c191 int what; local
194 what = event_set[i].revents;
195 if (!what)
201 if (what & (POLLHUP|POLLERR))
202 what |= POLLIN|POLLOUT;
203 if (what & POLLIN)
205 if (what & POLLOUT)
/freebsd-9.3-release/usr.bin/stat/
H A Dstat.c390 int flags, size, prec, ofmt, hilo, what; local
528 fmtcase(what, SHOW_realpath);
529 fmtcase(what, SHOW_st_dev);
530 fmtcase(what, SHOW_st_ino);
531 fmtcase(what, SHOW_st_mode);
532 fmtcase(what, SHOW_st_nlink);
533 fmtcase(what, SHOW_st_uid);
534 fmtcase(what, SHOW_st_gid);
535 fmtcase(what, SHOW_st_rdev);
536 fmtcase(what, SHOW_st_atim
580 format1(const struct stat *st, const char *file, const char *fmt, int flen, char *buf, size_t blen, int flags, int size, int prec, int ofmt, int hilo, int what) argument
[all...]
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_ipc.c186 int what; member in struct:svr4_sys_semctl_args
270 int what; member in struct:svr4_sys_semget_args
292 int what; member in struct:svr4_sys_semop_args
320 DPRINTF(("svr4_semsys(%d)\n", uap->what));
322 switch (uap->what) {
376 int what; member in struct:svr4_sys_msgsnd_args
400 int what; member in struct:svr4_sys_msgrcv_args
426 int what; member in struct:svr4_sys_msgget_args
446 int what; member in struct:svr4_sys_msgctl_args
491 DPRINTF(("svr4_msgsys(%d)\n", uap->what));
547 int what; member in struct:svr4_sys_shmat_args
569 int what; member in struct:svr4_sys_shmdt_args
587 int what; member in struct:svr4_sys_shmget_args
609 int what; member in struct:svr4_sys_shmctl_args
[all...]
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Dvterminate.cc87 char const *w = exc.what();
88 fputs(" what(): ", stderr);
/freebsd-9.3-release/usr.sbin/manctl/
H A Dmanctl.sh74 # less than 3 fields - don't know what to do with this
317 local what
319 what=$1
331 do_compress_so $what $i
334 $what $i
/freebsd-9.3-release/sbin/dhclient/
H A Ddispatch.c67 * what subnet it's on, and add it to the list of interfaces.
171 (*(t->func))(t->what);
351 add_timeout(time_t when, void (*where)(void *), void *what) argument
358 if (q->func == where && q->what == what) {
375 q->what = what;
381 q->what = what;
411 cancel_timeout(void (*where)(void *), void *what) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dproc-utils.h25 extern void proc_prettyprint_why (unsigned long why, unsigned long what,
48 unsigned long what, int verbose);
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dconcurrence.h74 what() const throw() function in class:__concurrence_lock_error
82 what() const throw() function in class:__concurrence_unlock_error
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dfindfp.c271 ** what -- type of information to set
277 ** - when what != SM_IO_WHAT_VECTORS and setinfo vector
283 sm_io_setinfo(fp, what, valp)
285 int what;
291 switch (what)
323 return (*fp->f_setinfo)(fp, what, valp);
342 ** what -- type of information request
356 sm_io_getinfo(fp, what, valp)
358 int what;
365 switch (what)
[all...]

Completed in 189 milliseconds

1234567891011>>