Searched refs:what (Results 226 - 250 of 590) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sbin/mount_portal/
H A Dpuffs_portal.c731 int what; local
733 what = 0;
735 what |= PUFFS_FBIO_READ;
737 what |= PUFFS_FBIO_WRITE;
739 what |= PUFFS_FBIO_ERROR;
741 if (puffs_framev_enqueue_waitevent(pcc, portn->fd, &what) == -1) {
747 if (what & PUFFS_FBIO_READ)
749 if (what & PUFFS_FBIO_WRITE)
751 if (what & PUFFS_FBIO_ERROR)
/netbsd-6-1-5-RELEASE/dist/pf/usr.sbin/ftp-proxy/
H A Dftp-proxy.c137 client_error(struct bufferevent *bufev, short what, void *arg) argument
141 if (what & EVBUFFER_EOF)
143 else if (what == (EVBUFFER_ERROR | EVBUFFER_READ))
145 else if (what & EVBUFFER_TIMEOUT)
147 else if (what & EVBUFFER_WRITE)
148 logmsg(LOG_ERR, "#%d client write error: %d", s->id, what);
150 logmsg(LOG_ERR, "#%d abnormal client error: %d", s->id, what);
935 server_error(struct bufferevent *bufev, short what, void *arg) argument
939 if (what & EVBUFFER_EOF)
941 else if (what
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-report/
H A Datf-report.cpp180 write_info(const std::string& what, const std::string& val) argument
182 if (what == "tests.root") {
385 write_info(const std::string& what, const std::string& val) argument
387 (*m_os) << "<info class=\"" << what << "\">" << val << "</info>\n";
477 got_info(const std::string& what, const std::string& val) argument
481 (*iter)->write_info(what, val);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_handle.c313 dtrace_dropkind_t what, uint64_t howmany)
319 assert(what == DTRACEDROP_PRINCIPAL || what == DTRACEDROP_AGGREGATION);
324 drop.dtdda_kind = what;
329 (void) snprintf(str, sizeof (str), "[%s] ", dt_droptag(what));
338 howmany, what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ",
312 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
/netbsd-6-1-5-RELEASE/sys/dev/pci/bktr/
H A Dbktr_reg.h73 #define BTBYTE(what) bregister_t what:8; int :24
74 #define BTWORD(what) bregister_t what:16; int: 16
75 #define BTLONG(what) bregister_t what:32
/netbsd-6-1-5-RELEASE/sbin/shutdown/
H A Dshutdown.c359 const char *what; local
362 what = "reboot";
364 what = "poweroff";
366 what = "halt";
368 what = "shutdown";
371 syslog(LOG_NOTICE, "%s by %s: %s", what, whom, mbuf);
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Del.c325 int what; local
327 what = va_arg(ap, int);
331 switch (what) {
448 int what; local
451 what = va_arg(ap, int);
454 switch (what) {
H A Deln.c232 int what = va_arg(ap, int); local
234 ret = el_wset(el, op, what, fp);
327 int what = va_arg(ap, int); local
329 ret = el_wget(el, op, what, fpp);
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dmisc.c288 change_flag(f, what, newval)
290 int what; /* what is changing the flag (command line vs set) */
299 if (what != OF_CMDLINE && newval != oldval)
342 if ((what == OF_CMDLINE || what == OF_SET) && procpid == kshpid)
351 parse_args(argv, what, setargsp)
353 int what; /* OF_CMDLINE or OF_SET */
385 if (what == OF_CMDLINE) {
410 * an option (ie, can't get here if what i
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-inline.c187 struct cgraph_node *what)
189 gcov_type time = (((gcov_type)what->global.time
190 - inline_summary (what)->time_inlining_benefit)
204 struct cgraph_node *what)
206 int size = (what->global.size - inline_summary (what)->size_inlining_benefit) * times + to->global.size;
305 struct cgraph_node *to = NULL, *what; local
318 what = e->callee;
326 new_size = cgraph_estimate_size_after_inlining (1, to, what);
328 to->global.time = cgraph_estimate_time_after_inlining (freq, to, what);
186 cgraph_estimate_time_after_inlining(int frequency, struct cgraph_node *to, struct cgraph_node *what) argument
203 cgraph_estimate_size_after_inlining(int times, struct cgraph_node *to, struct cgraph_node *what) argument
349 struct cgraph_node *what = edge->callee; local
410 cgraph_check_inline_limits(struct cgraph_node *to, struct cgraph_node *what, cgraph_inline_failed_t *reason, bool one_only) argument
515 cgraph_recursive_inlining_p(struct cgraph_node *to, struct cgraph_node *what, cgraph_inline_failed_t *reason) argument
[all...]
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dexp.c590 isa(Char *cp, int what) argument
593 return ((what & RESTOP) != 0);
595 if (what & ADDOP && (*cp == '+' || *cp == '-'))
597 if (what & MULOP && (*cp == '*' || *cp == '/' || *cp == '%'))
599 if (what & RESTOP && (*cp == '(' || *cp == ')' || *cp == '!' ||
604 if (what & RESTOP) {
612 if (what & EQOP) {
627 if (what & RELOP) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.h224 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \
226 ecoff_stab ((seg), (what), (string), (type), (other), (desc))
H A Dtc-sh64.c880 instead a 1 into the low bit. This matches what the linker
1920 int what = GET_WHAT (fragP->fr_subtype); local
1923 fragP->fr_subtype = C (what, SH64PCREL16);
1927 int what = GET_WHAT (fragP->fr_subtype); local
1933 fragP->fr_subtype = C (what, SH64PCREL32);
1943 int what = GET_WHAT (fragP->fr_subtype); local
1946 fragP->fr_subtype = C (what, SH64PCREL16);
1950 int what = GET_WHAT (fragP->fr_subtype); local
1956 fragP->fr_subtype = C (what, SH64PCREL64);
1973 int what local
2027 int what = GET_WHAT (fragP->fr_subtype); local
2624 int what = sh64_abi == sh64_abi_64 ? MOVI_IMM_64 : MOVI_IMM_32; local
2669 int what local
2709 int what local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dm68hc11.inc42 ; what the default crt0 does: copy the ROM part in RAM.
/netbsd-6-1-5-RELEASE/sys/dev/isapnp/
H A Disic_isapnp_elsa_qs1i.c170 eqs1pi_read_fifo(struct isic_softc *sc, int what, void *buf, size_t size) argument
174 switch (what) {
220 eqs1pi_write_fifo(struct isic_softc *sc, int what, const void *buf, size_t size) argument
224 switch (what) {
269 eqs1pi_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data) argument
273 switch (what) {
318 eqs1pi_read_reg(struct isic_softc *sc, int what, bus_size_t offs) argument
322 switch (what) {
511 /* now see what LEDs we want to add */
/netbsd-6-1-5-RELEASE/sys/ufs/chfs/
H A Dchfs_pool.c63 chfs_pool_init(struct chfs_pool *chpp, size_t size, const char *what, argument
69 "%s_chfs_%p", what, chmp);
/netbsd-6-1-5-RELEASE/sys/secmodel/
H A Dsecmodel.c241 secmodel_eval(const char *id, const char *what, void *arg, void *ret) argument
263 error = sm->sm_eval(what, arg, ret);
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dmcd.c1590 info->what.media_catalog.data_format = ch->data_format;
1594 info->what.media_catalog.mc_valid = 1;
1596 info->what.media_catalog.mc_number =
1601 info->what.position.track_number = bcd2bin(q.current.trk_no);
1602 info->what.position.index_number = bcd2bin(q.current.idx_no);
1605 info->what.position.reladdr.addr[0] = 0;
1606 info->what.position.reladdr.addr[1] = bcd2bin(q.current.relative_pos[0]);
1607 info->what.position.reladdr.addr[2] = bcd2bin(q.current.relative_pos[1]);
1608 info->what.position.reladdr.addr[3] = bcd2bin(q.current.relative_pos[2]);
1609 info->what
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Dhttp-internal.h98 char *what; member in struct:evhttp_cb
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-tls-2.s2 ; First some expected uses, similar to what GCC will emit.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/tr1_impl/
H A Dboost_sp_counted_base.h62 what() const throw() function in class:std::bad_weak_ptr
/netbsd-6-1-5-RELEASE/sys/arch/sun2/sun2/
H A Dlocore.s215 * our mission: figure out whether what we are looking at is
322 | Check PSW and see what happen.
679 * copy of what they think is in the enable register and loop
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen.h334 #define PSC_PASS_SESSION_STATE(state, what, bits) do { \
336 msg_info("PASS %s [%s]:%s", (what), PSC_CLIENT_ADDR_PORT(state)); \
344 #define PSC_SKIP_SESSION_STATE(state, what, bits) do { \
346 msg_info("SKIP %s [%s]:%s", (what), PSC_CLIENT_ADDR_PORT(state)); \
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_subr.h54 int udf_read_phys_sectors(struct udf_mount *ump, int what, void *blob,
56 int udf_write_phys_sectors(struct udf_mount *ump, int what, void *blob,
65 int what, union dscrptr *dscr,
68 int what, union dscrptr *dscr,
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dlocore.h153 #define INCR(what) \
154 sethi %hi(what), %o0; \
155 or %o0, %lo(what), %o0; \

Completed in 271 milliseconds

1234567891011>>