Searched refs:setup (Results 201 - 225 of 339) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/dialog/samples/
H A Dinputmenu36 . ./setup-vars
H A Dinputmenu46 . ./setup-vars
H A Dwheel4 . ./setup-vars
6 . ./setup-tempfile
/freebsd-11-stable/sbin/restore/
H A Dmain.c196 setup();
205 setup();
255 setup();
270 setup();
H A Dextern.h93 void setup(void);
/freebsd-11-stable/share/examples/ipfilter/
H A DMakefile14 ftp-proxy ftppxy nat-setup nat.eg server tcpstate
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A DMakefile6 list-tzones.sh query-langs.sh send-logs.sh set-mirror.sh setup-ssh-keys.sh \
/freebsd-11-stable/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh204 setup-ssh-keys) ${QUERYDIR}/setup-ssh-keys.sh "${2}" "${3}" "${4}"
/freebsd-11-stable/contrib/expat/tests/
H A Dminicheck.h89 tcase_setup_function setup; member in struct:TCase
/freebsd-11-stable/etc/
H A Drc.firewall204 # This is a prototype setup that will protect your system somewhat
235 # Allow TCP through if setup succeeded
241 # Allow setup of incoming email
242 ${fwcmd} add pass tcp from any to me 25 setup
244 # Allow setup of outgoing TCP connections only
245 ${fwcmd} add pass tcp from me to any setup
247 # Disallow setup of all other TCP connections
248 ${fwcmd} add deny tcp from any to any setup
263 # This is a prototype setup for a simple firewall. Configure this
385 # Allow TCP through if setup succeede
[all...]
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c258 status = (*conn->setup)(conn->skt,
300 * call the setup callback to get one.
519 /* If we haven't run setup, then we won't have a handler to call. */
587 * setup code will create a new CONNECT request already.
710 status = request->setup(request, request->setup_baton,
1001 Solution: setup the first request created by the application on
1014 /* If we can't setup a request, don't bother setting up the
1336 serf_connection_setup_t setup,
1348 conn->setup = setup;
1333 serf_connection_create( serf_context_t *ctx, apr_sockaddr_t *address, serf_connection_setup_t setup, void *setup_baton, serf_connection_closed_t closed, void *closed_baton, apr_pool_t *pool) argument
1379 serf_connection_create2( serf_connection_t **conn, serf_context_t *ctx, apr_uri_t host_info, serf_connection_setup_t setup, void *setup_baton, serf_connection_closed_t closed, void *closed_baton, apr_pool_t *pool) argument
1525 create_request(serf_connection_t *conn, serf_request_setup_t setup, void *setup_baton, int priority, int ssltunnel) argument
1550 serf_connection_request_create( serf_connection_t *conn, serf_request_setup_t setup, void *setup_baton) argument
1572 priority_request_create(serf_connection_t *conn, int ssltunnelreq, serf_request_setup_t setup, void *setup_baton) argument
1622 serf_connection_priority_request_create( serf_connection_t *conn, serf_request_setup_t setup, void *setup_baton) argument
1632 serf__ssltunnel_request_create(serf_connection_t *conn, serf_request_setup_t setup, void *setup_baton) argument
[all...]
H A Dserf_private.h92 serf_request_setup_t setup; member in struct:serf_request_t
105 /* 1 if this is a request to setup a SSL tunnel, 0 for normal requests. */
194 SERF_CONN_SETUP_SSLTUNNEL, /* ssl tunnel being setup, no requests sent */
261 serf_connection_setup_t setup; member in struct:serf_connection_t
440 serf_request_setup_t setup,
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Drq.c154 smb_t2_request(struct smb_ctx *ctx, int setup, int setupcount, argument
164 krq.ioc_setup[0] = setup;
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dnt_gss_server.c230 setup(krb5_context *context, int argc, char **argv) function
242 int port = setup(&context, argc, argv);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.h112 u_int8_t t2_maxscount; /* max setup words to return */
142 int smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred,
144 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer, u_short setup,
/freebsd-11-stable/tools/test/popss/
H A Dpopss.c55 setup(pid_t child) function
182 setup(child);
/freebsd-11-stable/share/mk/
H A Dsrc.sys.env.mk3 # early setup only see also src.sys.mk
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c96 if (testcase->setup) {
97 env = testcase->setup->setup_fn(testcase);
108 if (testcase->setup) {
109 if (testcase->setup->cleanup_fn(testcase, env) == 0)
/freebsd-11-stable/sys/arm/arm/
H A Dpl310.c136 uint32_t read, uint32_t write, uint32_t setup)
145 if (setup != 0) {
146 KASSERT(setup <= 8, ("bad pl310 setup latency: %d", setup));
148 v |= (setup - 1) << RAM_CTRL_SETUP_SHIFT;
135 pl310_set_ram_latency(struct pl310_softc *sc, uint32_t which_reg, uint32_t read, uint32_t write, uint32_t setup) argument
/freebsd-11-stable/sys/dev/usb/
H A Dusb_transfer.c451 * usbd_transfer_setup_sub - transfer setup subroutine
455 * transfer. This function will setup correct packet sizes, buffer
467 const struct usb_config *setup = parm->curr_setup; local
493 xfer->flags = setup->flags;
494 xfer->nframes = setup->frames;
495 xfer->timeout = setup->timeout;
496 xfer->callback = setup->callback;
497 xfer->interval = setup->interval;
504 parm->bufsize = setup->bufsize;
735 parm->bufsize = 0; /* automatic setup lengt
1010 const struct usb_config *setup; local
[all...]
/freebsd-11-stable/lib/libc/stdlib/
H A Dmerge.c69 static void setup(u_char *, u_char *, size_t, size_t, cmp_t);
144 setup(list1, list2, nmemb, size, cmp);
276 setup(u_char *list1, u_char *list2, size_t n, size_t size, cmp_t cmp) function
/freebsd-11-stable/sys/arm/include/
H A Dpl310.h181 uint32_t read, uint32_t write, uint32_t setup);
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_smedia.c487 const char *setup = "SETUP", *pna = "PNA", *str200 = "200"; local
506 if (dlen >= (int)strlen(setup)) {
507 if (memcmp(data, setup, strlen(setup)) == 0) {
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_qos_parser_l.l144 QOS_SETUP_START qos\-setup
145 QOS_SETUP_END end\-qos\-setup
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c124 asn1_ps_func *setup,
320 asn1_ps_func *setup,
324 if (setup && !setup(b, &ctx->ex_buf, &ctx->ex_len, &ctx->ex_arg)) {
319 asn1_bio_setup_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *setup, asn1_bio_state_t ex_state, asn1_bio_state_t other_state) argument

Completed in 162 milliseconds

1234567891011>>