/src/usr.bin/ypwhich/ |
ypwhich.c | 74 * -t: inhibit nickname translation 99 int inhibit = 0, force = 0, tcp = 0; local in function:main 131 inhibit = 1; 154 (void)printf("target_host=%s, domain=%s, inhibit=%d, saw_m=%d, map=%s, " 156 targhost, ourdomain, inhibit, saw_m, targmap, force, tcp); 170 find_mapmaster(targhost, ourdomain, targmap, inhibit, force, 273 int inhibit, int force, int tcp, const struct ypalias *ypaliases) 308 if (map && !inhibit) {
|
ypwhich.c | 74 * -t: inhibit nickname translation 99 int inhibit = 0, force = 0, tcp = 0; local in function:main 131 inhibit = 1; 154 (void)printf("target_host=%s, domain=%s, inhibit=%d, saw_m=%d, map=%s, " 156 targhost, ourdomain, inhibit, saw_m, targmap, force, tcp); 170 find_mapmaster(targhost, ourdomain, targmap, inhibit, force, 273 int inhibit, int force, int tcp, const struct ypalias *ypaliases) 308 if (map && !inhibit) {
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
intel_lrc.c | 4495 bool inhibit) 4501 if (inhibit) 4564 bool inhibit) 4576 set_offsets(regs, reg_offsets(engine), engine, inhibit); 4578 init_common_reg_state(regs, engine, ring, inhibit); 4595 bool inhibit = true; local in function:populate_lr_context 4621 inhibit = false; 4627 ce, engine, ring, inhibit);
|
intel_lrc.c | 4495 bool inhibit) 4501 if (inhibit) 4564 bool inhibit) 4576 set_offsets(regs, reg_offsets(engine), engine, inhibit); 4578 init_common_reg_state(regs, engine, ring, inhibit); 4595 bool inhibit = true; local in function:populate_lr_context 4621 inhibit = false; 4627 ce, engine, ring, inhibit);
|