Searched refs:verb (Results 1 - 25 of 66) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex12 \verb|kuznet@ms2.inr.ac.ru| \\
36 will create tunnel device with name \verb|MY-TUNNEL|. Now you may configure
41 Certainly, if you prefer name \verb|tunl1| to \verb|MY-TUNNEL|,
51 work in 2.2.0! Moreover, \verb|route| prints a funny error sort of
53 to 10.0.0.0 via \verb|tunl0| in routing table.
62 Note keyword \verb|onlink|, it is the magic key that orders kernel
74 that between \verb|route add| and \verb|route del| host 193.233.7.65 is
78 Q: In 2.0.36 I used to load \verb|tunne
[all...]
H A Dip-cref.tex12 \verb|kuznet@ms2.inr.ac.ru| \\
24 This document presents a comprehensive description of the \verb|ip| utility
25 from the \verb|iproute2| package. It is not a tutorial or user's guide.
33 This document is split into sections explaining \verb|ip| commands
34 and options, decrypting \verb|ip| output and containing a few examples.
43 The generic form of an \verb|ip| command is:
47 where \verb|OPTIONS| is a set of optional modifiers affecting the
48 general behaviour of the \verb|ip| utility or changing its output. All options
49 begin with the character \verb|'-'| and may be used in either long or abbreviated
53 \item \verb|
[all...]
H A Dapi-ip6-flowlabels.tex12 \verb|kuznet@ms2.inr.ac.ru| \\
93 \verb|sin6_flowinfo| field added to \verb|struct| \verb|sockaddr_in6|
102 hole in \verb|sockaddr_in6| in any case. Now it has no justification.
106 if \verb|recvmsg()| initializes \verb|sin6_flowinfo| to flow info
112 RFC2553 adds new requirement: to clear \verb|sin6_flowinfo|.
119 initialize \verb|sin6_flowinfo| at all, so that, if kernel does not
135 By default Linux IPv6 does not read \verb|sin6_flowinf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dcommand.c55 int sctp_add_cmd(sctp_cmd_seq_t *seq, sctp_verb_t verb, sctp_arg_t obj) argument
60 seq->cmds[seq->next_free_slot].verb = verb;
H A Dsm_sideeffect.c1078 switch (cmd->verb) {
1507 cmd->verb, cmd->obj.ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.3/
H A DMakefile4 java.html log.html repl.html rtc.html stat.html toc.html verb.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.4.6/
H A DMakefile11 verb.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dblocksort.c216 Int32 verb )
229 if (verb >= 4)
263 if (verb >= 4)
308 if (verb >= 4)
320 if (verb >= 4)
756 Int32 verb,
767 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" );
800 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" );
893 if (verb >= 4)
1008 if (verb >
751 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument
1037 Int32 verb = s->verbosity; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dcommand.h190 sctp_verb_t verb; member in struct:__anon10605
211 int sctp_add_cmd(sctp_cmd_seq_t *seq, sctp_verb_t verb, sctp_arg_t obj);
H A Dsm.h386 static inline void sctp_add_cmd_sf(sctp_cmd_seq_t *seq, sctp_verb_t verb, sctp_arg_t obj) argument
388 if (unlikely(!sctp_add_cmd(seq, verb, obj)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvsi.c147 uint16_t verb; member in struct:hvsi_control
148 /* optional depending on verb: */
157 uint16_t verb; member in struct:hvsi_query
164 uint16_t verb; member in struct:hvsi_query_response
307 switch (header->verb) {
364 packet.verb = VSV_SEND_VERSION_NUMBER;
640 static int hvsi_query(struct hvsi_struct *hp, uint16_t verb) argument
648 packet.verb = verb;
691 packet.verb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_codec.h407 unsigned int verb, unsigned int parm);
586 unsigned int verb, unsigned int parm);
588 unsigned int verb, unsigned int parm);
595 u32 verb; member in struct:hda_verb
H A Dhda_intel.c470 unsigned int verb, unsigned int para)
479 val |= verb << 8;
585 int direct, unsigned int verb,
595 val |= verb << 8;
638 int direct, unsigned int verb,
643 return azx_single_send_cmd(codec, nid, direct, verb, para);
645 return azx_corb_send_cmd(codec, nid, direct, verb, para);
469 azx_corb_send_cmd(struct hda_codec *codec, hda_nid_t nid, int direct, unsigned int verb, unsigned int para) argument
584 azx_single_send_cmd(struct hda_codec *codec, hda_nid_t nid, int direct, unsigned int verb, unsigned int para) argument
637 azx_send_cmd(struct hda_codec *codec, hda_nid_t nid, int direct, unsigned int verb, unsigned int para) argument
H A Dpatch_cmedia.c393 spec->multi_init[j].verb = AC_VERB_SET_PIN_WIDGET_CONTROL;
399 spec->multi_init[j].verb = AC_VERB_SET_CONNECT_SEL;
H A Dhda_codec.c67 * @verb: the verb to send
68 * @parm: the parameter for the verb
76 unsigned int verb, unsigned int parm)
80 if (!codec->bus->ops.command(codec, nid, direct, verb, parm))
93 * @verb: the verb to send
94 * @parm: the parameter for the verb
101 unsigned int verb, unsigned int parm)
105 err = codec->bus->ops.command(codec, nid, direct, verb, par
74 snd_hda_codec_read(struct hda_codec *codec, hda_nid_t nid, int direct, unsigned int verb, unsigned int parm) argument
100 snd_hda_codec_write(struct hda_codec *codec, hda_nid_t nid, int direct, unsigned int verb, unsigned int parm) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dcache.c769 char *verb = "is"; local
822 verb = "to";
868 verb = "from";
874 syslog(LOG_DEBUG, "%s %s%s%s %s", source, name, types, verb, addrbuff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c73 module_param_named(verb, sym_driver_setup.verbose, byte, 0);
88 MODULE_PARM_DESC(verb, "0 for minimal verbosity, 1 for normal, 2 for excessive");
1101 static int is_keyword(char *ptr, int len, char *verb) argument
1103 int verb_len = strlen(verb);
1105 if (len >= verb_len && !memcmp(verb, ptr, verb_len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss_scsi.c1029 is_keyword(char *ptr, int len, char *verb) // Thanks to ncr53c8xx.c argument
1031 int verb_len = strlen(verb);
1032 if (len >= verb_len && !memcmp(verb,ptr,verb_len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dconfigure543 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1012 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/
H A Dconfigure999 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1510 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A Dconfigure968 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1389 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4328 \definedummyword\verb
6252 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
6254 % we need the curly braces so that makeinfo sees the @verb command, eg:
6267 % @set txicodequotebacktick will not have effect on @verb and
6276 % Setup for the @verb command.
6287 \setupmarkupstyle{verb}%
6334 % Do the @verb magic: verbatim text is quoted by unique
6346 \def\verb{\begingroup\setupverb\doverb}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfigure581 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1047 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/bridge-1.x/
H A Dconfigure580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1058 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dconfigure580 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1052 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \

Completed in 291 milliseconds

123