Symbol: verb
crypto/openssh/scp.c
736
do_times(int fd, int verb, const struct stat *sb)
crypto/openssh/scp.c
744
if (verb) {
games/adventure/hdr.h
72
extern int verb, obj, spk;
games/adventure/init.c
62
int verb, obj, spk;
games/adventure/io.c
472
if ((verb = rnum()) < 0)
games/adventure/io.c
474
actspeak[verb] = rnum();
games/adventure/main.c
144
l2012: verb = 0; /* 2012 */
games/adventure/main.c
170
if (verb == say && *wd2 != 0)
games/adventure/main.c
171
verb = 0;
games/adventure/main.c
172
if (verb == say)
games/adventure/main.c
277
l4000: verb = k;
games/adventure/main.c
278
spk = actspeak[verb];
games/adventure/main.c
279
if (*wd2 != 0 && verb != say)
games/adventure/main.c
281
if (verb == say)
games/adventure/main.c
288
switch (verb) {
games/adventure/main.c
447
switch (verb) {
games/adventure/main.c
713
if (verb != 0)
games/adventure/main.c
745
l5190: if ((verb == find || verb == invent) && *wd2 == 0)
games/adventure/save.c
499
{&verb, sizeof(verb)},
games/adventure/save.c
611
&verb,
games/adventure/subr.c
480
if (verb == find || verb == invent)
games/adventure/subr.c
701
if (verb == lock)
games/adventure/subr.c
723
if (verb == lock) {
games/adventure/subr.c
760
if (verb == lock)
games/adventure/subr.c
790
if (here(bird) && verb != throw)
games/adventure/subr.c
827
verb = 0;
games/hack/hack.invent.c
839
const char *verb = Blind ? "feel" : "see";
games/hack/hack.invent.c
854
pline("You %s no objects here.", verb);
games/hack/hack.invent.c
877
pline("You %s here %s.", verb, gbuf);
games/hack/hack.invent.c
882
pline("You %s here %s.", verb, doname(otmp0));
games/hack/hack.objnam.c
401
aobjnam(struct obj *otmp, const char *verb)
games/hack/hack.objnam.c
414
if (verb) {
games/hack/hack.objnam.c
418
strlcat(bp, verb, bpmax);
games/hack/hack.objnam.c
419
else if (!strcmp(verb, "are"))
games/hack/hack.objnam.c
422
strlcat(bp, verb, bpmax);
sbin/devfsctl/devfsctl.c
112
static const struct verb parsers[] = {
sbin/devfsctl/devfsctl.c
59
const char *verb;
sbin/devfsctl/devfsctl.c
694
for (i = 0; parsers[i].verb; i++) {
sbin/devfsctl/devfsctl.c
698
if (!strcmp(tokens[0], parsers[i].verb)) {
sbin/ifconfig/ifieee80211.c
3744
print_chaninfo(const struct ieee80211_channel *c, int verb)
sbin/ifconfig/ifieee80211.c
3751
get_chaninfo(c, verb, buf, sizeof(buf)));
sbin/ifconfig/ifieee80211.c
3780
bool allchans, bool verb)
sbin/ifconfig/ifieee80211.c
3807
if (isset(reported, c->ic_ieee) && !verb) {
sbin/ifconfig/ifieee80211.c
3819
if (isset(reported, c->ic_ieee) && !verb) {
sbin/ifconfig/ifieee80211.c
3836
print_chaninfo(&achans->ic_chans[i], verb);
sbin/ifconfig/ifieee80211.c
3837
print_chaninfo(&achans->ic_chans[half+i], verb);
sbin/ifconfig/ifieee80211.c
3841
print_chaninfo(&achans->ic_chans[i], verb);
sbin/ifconfig/ifieee80211.c
4205
print_regdomain(const struct ieee80211_regdomain *reg, int verb)
sbin/ifconfig/ifieee80211.c
4208
reg->regdomain != reg->country) || verb) {
sbin/ifconfig/ifieee80211.c
4216
if (reg->country != 0 || verb) {
sbin/ifconfig/ifieee80211.c
4228
else if (verb)
sbin/ifconfig/ifieee80211.c
4232
else if (verb)
sys/dev/sound/pci/hda/hda_reg.h
47
#define HDA_CMD_VERB_4BIT(verb, payload) \
sys/dev/sound/pci/hda/hda_reg.h
48
(((verb) << HDA_CMD_VERB_4BIT_SHIFT) | (payload))
sys/dev/sound/pci/hda/hda_reg.h
49
#define HDA_CMD_4BIT(cad, nid, verb, payload) \
sys/dev/sound/pci/hda/hda_reg.h
52
(HDA_CMD_VERB_4BIT((verb), (payload))))
sys/dev/sound/pci/hda/hda_reg.h
54
#define HDA_CMD_VERB_12BIT(verb, payload) \
sys/dev/sound/pci/hda/hda_reg.h
55
(((verb) << HDA_CMD_VERB_12BIT_SHIFT) | (payload))
sys/dev/sound/pci/hda/hda_reg.h
56
#define HDA_CMD_12BIT(cad, nid, verb, payload) \
sys/dev/sound/pci/hda/hda_reg.h
59
(HDA_CMD_VERB_12BIT((verb), (payload))))
sys/dev/sound/pci/hda/hdac.c
1052
hdac_send_command(struct hdac_softc *sc, nid_t cad, uint32_t verb)
sys/dev/sound/pci/hda/hdac.c
1059
verb &= ~HDA_CMD_CAD_MASK;
sys/dev/sound/pci/hda/hdac.c
1060
verb |= ((uint32_t)cad) << HDA_CMD_CAD_SHIFT;
sys/dev/sound/pci/hda/hdac.c
1071
corb[sc->corb_wp] = verb;
sys/dev/sound/pci/hda/hdac.c
1853
hdac_codec_command(device_t dev, device_t child, uint32_t verb)
sys/dev/sound/pci/hda/hdac.c
1857
(intptr_t)device_get_ivars(child), verb));
sys/dev/sound/pci/hda/hdac.h
973
#define hda_command(dev, verb) \
sys/dev/sound/pci/hda/hdac.h
974
HDAC_CODEC_COMMAND(device_get_parent(dev), (dev), (verb))
sys/dev/sound/pci/hda/hdacc.c
643
hdacc_codec_command(device_t dev, device_t child, uint32_t verb)
sys/dev/sound/pci/hda/hdacc.c
646
return (HDAC_CODEC_COMMAND(device_get_parent(dev), dev, verb));