HomeSort by: relevance | last modified time | path
    Searched defs:go (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/lib/libc/setjmp/
t_sigstack.c 169 go(const char *name, void (*fn)(void) __dead) function in typeref:typename:void
254 go("longjmp", &bail_longjmp);
297 go("longjmp", &bail_compat13_longjmp);
333 go("siglongjmp", &bail_siglongjmp);
377 go("siglongjmp", &bail_compat13_siglongjmp);
  /src/share/mk/
bsd.lib.mk 95 MKDEP_SUFFIXES?= .o .po .pico .go .ln .d
157 .SUFFIXES: .out .a .ln .pico .po .go .o .s .S .c .cc .cpp .cxx .C .m .F .f .r .y .l .cl .p .h
265 .c.go:
290 .cc.go .cpp.go .cxx.go .C.go:
317 .f.go:
348 .m.go:
394 .s.go
    [all...]
  /src/sys/arch/x68k/dev/
intio_dmac.c 351 int go = DMAC_CCR_STR|DMAC_CCR_INT; local in function:dmac_start_xfer_offset
401 go |= DMAC_CCR_CNT;
402 go &= ~DMAC_CCR_STR;
437 bus_space_write_1(dmac->sc_bst, chan->ch_bht, DMAC_REG_CCR, go);
  /src/lib/libm/
Makefile 174 s_${f}.o s_${f}.pico s_${f}.po s_${f}.go s_${f}.d: s_${f}.c
  /src/bin/ksh/
misc.c 354 Getopt go; local in function:parse_args
390 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT);
391 while ((optc = ksh_getopt(argv, &go, opts)) != EOF) {
392 set = (go.info & GI_PLUS) ? 0 : 1;
396 array = go.optarg;
400 if (go.optarg == (char *) 0) {
410 i = option(go.optarg);
421 bi_errorf("%s: bad option", go.optarg);
449 if (!(go.info & GI_MINUSMINUS) && argv[go.optind
    [all...]
  /src/sys/external/bsd/ipf/netinet/
fil.c 475 int p, go = 1, i, hdrcount; local in function:ipf_pr_ipv6hdr
503 while (go && !(fin->fin_flx & FI_SHORT)) {
508 go = 0;
513 go = 0;
518 go = 0;
523 go = 0;
548 go = 0;
557 go = 0;
561 go = 0;
573 go = 0
    [all...]
  /src/sys/dev/pci/
if_iwmreg.h 615 * @IWM_UCODE_TLV_FLAGS_GO_UAPSD: AP/GO interfaces support uAPSD clients
2395 /* P2P GO Events */
3440 * @IWM_FW_MAC_TYPE_GO: P2P GO
3538 * struct iwm_mac_data_go - configuration data for P2P GO MAC context
3540 * @ctwin: client traffic window in TU (period after TBTT when GO is present).
3553 * @ctwin: client traffic window in TU (period after TBTT when GO is present).
3574 * device is discoverable and there is an active GO. Note that setting this
3690 struct iwm_mac_data_go go; member in union:iwm_mac_ctx_cmd::__anond45a4523130a
3736 * @IWM_POWER_FLAGS_AP_UAPSD_MISBEHAVING_ENA_MSK: AP/GO's uAPSD misbehaving
4337 * @IWM_TX_CMD_FLG_RESP_TO_DRV: zero this if the response should go only to F
    [all...]

Completed in 76 milliseconds