Searched refs:what (Results 251 - 275 of 590) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxen_machdep.c87 xen_parse_cmdline(int what, union xen_cmdline_parseinfo *xcp) argument
100 switch (what) {
115 switch (what) {
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dbooke_machdep.c235 cpu_reboot(int howto, char *what) argument
274 if (what && *what) {
275 if (strlen(what) > sizeof str - 5)
278 strcpy(str, what);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/ev64260/
H A Dmachdep.c340 cpu_reboot(int howto, char *what) argument
366 if (what && *what) {
367 if (strlen(what) > sizeof str - 5)
370 strcpy(str, what);
/netbsd-6-1-5-RELEASE/usr.bin/quota/
H A Dquota.c384 * the resulting behavior with usage 0 is a bug. (Also, what
613 getovermsg(struct quotaval *qv, const char *what, time_t now) argument
619 toupper((unsigned char)what[0]), what+1);
629 snprintf(buf, sizeof(buf), "Over %s quota on", what);
633 snprintf(buf, sizeof(buf), "In %s grace period on", what);
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_strat_direct.c258 int what, class, queue; local
264 what = buf->b_udf_c_type;
269 if (what == UDF_C_ABSOLUTE)
271 if (what == UDF_C_DSCR)
273 if (what == UDF_C_NODE)
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsbt.c460 const char *what; local
472 what = "CMD";
481 what = "SCO";
490 what = "ACL";
500 what, m->m_pkthdr.len));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/microblaze/
H A Dinterp.c180 what (word x, word v) function
418 process_stub (int what) argument
421 switch (what)
435 fprintf (stderr, "Unhandled stub opcode: %d\n", what);
441 util (unsigned what) argument
443 switch (what)
475 fprintf (stderr, "Unhandled util code: %x\n", what);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/doc/
H A Dtexi2html353 # if value is set, then for each @prinindex $what
354 # $docu_name_$what.idx is created which contains lines of the form
366 # if set, chatter about what we are doing
1949 # an eval of these $complex_format_map->{what}->[0] yields beginning
1950 # an eval of these $complex_format_map->{what}->[1] yieleds end
3694 $what = $';
3695 $what =~ s/\s+$//;
3697 if ($what =~ /^$BIBRE$/o) {
3699 $bib2href{$what} = "$docu_doc#$id";
3700 print "# found bibliography for '$what' i
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-dlpi.c65 * what we use if DL_HP_RAWDLS is defined. XXX - we use __hpux
284 * I also don't know what SAP you'd have to bind the descriptor
840 * sample code from HP. With what value *should* we start?
924 send_request(int fd, char *ptr, int len, char *what, char *ebuf) argument
937 what, pcap_strerror(errno));
944 recv_ack(int fd, int size, const char *what, char *bufp, char *ebuf, int *uerror) argument
964 what, pcap_strerror(errno));
988 what, pcap_strerror(dlp->error_ack.dl_unix_errno));
995 what, dlstrerror(dlp->error_ack.dl_errno));
1007 what, dlpri
1274 dlokack(int fd, const char *what, char *bufp, char *ebuf) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dmemberof.c81 * affected, and what MEMBER_AT values are affected.
193 memberof_is_t what; member in struct:memberof_cbinfo_t
256 assert( mci->what != MEMBEROF_IS_NONE );
280 if ( mci->what & MEMBEROF_IS_GROUP ) {
300 if ( mci->what & MEMBEROF_IS_MEMBER ) {
320 mci->what = iswhat;
729 mci->what = MEMBEROF_IS_GROUP;
731 mci->what = MEMBEROF_IS_BOTH;
768 mcis.what = MEMBEROF_IS_GROUP;
771 && ( mcis.what
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-report/
H A Datf-report.cpp204 write_info(const std::string& what, const std::string& val) argument
206 if (what == "tests.root") {
412 write_info(const std::string& what, const std::string& val) argument
414 (*m_os) << "<info class=\"" << what << "\">" << val << "</info>\n";
508 got_info(const std::string& what, const std::string& val) argument
512 (*iter)->write_info(what, val);
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Dbuffer.c429 evbuffer_find(struct evbuffer *buffer, const u_char *what, size_t len) argument
435 (p = memchr(search, *what, end - search)) != NULL) {
438 if (memcmp(p, what, len) == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldlex.l72 static void lex_warn_invalid (char *where, char *what);
404 give what's inside */
676 lex_warn_invalid (char *where, char *what)
690 if (! ISPRINT (*what))
692 sprintf (buf, "\\%03o", *(unsigned char *) what);
693 what = buf;
696 einfo ("%P:%S: ignoring invalid character `%s'%s\n", what, where);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_addr.c105 static void smtp_print_addr(const char *what, DNS_RR *addr_list) argument
110 msg_info("begin %s address list", what);
120 msg_info("end %s address list", what);
/netbsd-6-1-5-RELEASE/usr.bin/fmt/
H A Dfmt.c185 getnum(const char *str, const char *what, size_t *res, int badnum) argument
194 errx(1, "%s number `%s' too big", what, str);
198 errx(1, "Bad %s number `%s'", what, str);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Difpci.c124 static void avma1pp_read_fifo(struct isic_softc *sc, int what, void *buf, size_t size);
125 static void avma1pp_write_fifo(struct isic_softc *sc, int what, const void *buf, size_t size);
126 static void avma1pp_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data);
127 static u_int8_t avma1pp_read_reg(struct isic_softc *sc, int what, bus_size_t offs);
433 avma1pp_read_fifo(struct isic_softc *sc, int what, void *buf, size_t size) argument
435 switch (what) {
458 /* what if len isn't a multiple of sizeof(int) and buf is */
472 avma1pp_write_fifo(struct isic_softc *sc, int what, const void *buf, size_t size) argument
474 switch (what) {
524 avma1pp_write_reg(struct isic_softc *sc, int what, bus_size_ argument
559 avma1pp_read_reg(struct isic_softc *sc, int what, bus_size_t offs) argument
[all...]
H A Difpci2.c124 static void avma1pp2_read_fifo(struct isic_softc *sc, int what, void *buf, size_t size);
125 static void avma1pp2_write_fifo(struct isic_softc *sc, int what, const void *buf, size_t size);
126 static void avma1pp2_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data);
127 static u_int8_t avma1pp2_read_reg(struct isic_softc *sc, int what, bus_size_t offs);
392 avma1pp2_read_fifo(struct isic_softc *sc, int what, void *buf, size_t size) argument
396 switch (what) {
436 avma1pp2_write_fifo(struct isic_softc *sc, int what, const void *buf, size_t size) argument
440 switch (what) {
498 avma1pp2_write_reg(struct isic_softc *sc, int what, bus_size_t offs, u_int8_t data) argument
500 switch (what) {
528 avma1pp2_read_reg(struct isic_softc *sc, int what, bus_size_t offs) argument
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/m68k/string/
H A Dmemcmp.S80 andl #3,%d0 | what remains
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dt_api.pl42 local($component, $anum, $class, $what, @rest) = @_;
43 printf("A:%s:%d:%s:$what\n", $component, $anum, $class, @rest);
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-pipe-pane.c138 unused struct bufferevent *bufev, unused short what, void *data)
137 cmd_pipe_pane_error_callback( unused struct bufferevent *bufev, unused short what, void *data) argument
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_config.c465 spa_config_update(spa_t *spa, int what) argument
475 if (what == SPA_CONFIG_UPDATE_POOL) {
503 spa_config_sync(spa, B_FALSE, what != SPA_CONFIG_UPDATE_POOL);
505 if (what == SPA_CONFIG_UPDATE_POOL)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Drd-pic-1.s2 ; First some expected uses, similar to what GCC will emit.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtoplev.c135 /* Name of top-level original source file (what was input to cpp).
972 tree what = NULL_TREE; local
978 what = TYPE_NAME (node);
981 what = DECL_NAME (TYPE_NAME (node));
988 if (what)
993 what, xloc.file, xloc.line, msg);
996 "%qE is deprecated (declared at %s:%d)", what,
1013 if (what)
1017 what, msg);
1019 warning (OPT_Wdeprecated_declarations, "%qE is deprecated", what);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/lib/
H A Dlibmudflap.exp57 global dg-do-what-default
58 set dg-do-what-default run
147 # Set up the compiler flags, based on what we're going to do.
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/doc/
H A Dmakefile.texi12 This is the default target. Depending on what your build/host/target
42 that additional tools may be required beyond what is normally needed to
99 track of which stage you're on or what invocation that stage needs.

Completed in 186 milliseconds

<<11121314151617181920>>