Searched refs:set (Results 226 - 250 of 1536) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c494 int maxsets, block, i, set; local
513 for (set = 0; set < maxsets; set++) {
516 block | (set << 28), timeout, srcport))
527 node->nodeguid, mlid + 0xc000, i + set * 16);
H A Dvendstat.c198 static int do_config_space_records(ib_portid_t *portid, unsigned set, argument
212 set ? IB_MAD_METHOD_SET : IB_MAD_METHOD_GET,
215 fprintf(stderr,"cannot %s config space records\n", set ? "set" : "get");
276 fprintf(stderr, "config counter group set failure\n");
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dmad.h1582 MAD_EXPORT void madrpc_show_errors(int set);
H A Drpc.c72 void madrpc_show_errors(int set) argument
74 iberrs = set;
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c3947 void *set, *contexts; local
3949 set = calloc(svc->size + grow_size, sizeof(*rss) + svc->context_size);
3950 if (!set)
3954 rss = set;
3955 contexts = set + sizeof(*rss) * svc->size;
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c1261 /* we assume master by default - so we only need to set it true if STANDBY */
2010 static void subn_verify_qos_set(osm_qos_options_t *set, const char *prefix) argument
2012 subn_verify_max_vls(&set->max_vls, prefix);
2013 subn_verify_high_limit(&set->high_limit, prefix);
2014 subn_verify_vlarb(&set->vlarb_low, prefix, "low");
2015 subn_verify_vlarb(&set->vlarb_high, prefix, "high");
2016 subn_verify_sl2vl(&set->sl2vl, prefix);
2379 "# Default 15: set to PortInfo:LinkSpeedSupported\n"
2389 "# Default 31: set to PortInfo:LinkSpeedExtSupported\n"
2397 "# The subnet_timeout code that will be set fo
[all...]
H A Dosm_ucast_dfsssp.c140 /**************** set initial values for structs **********************
285 /* allocate the pointer array, fill with the pointers to the elements of the adj_list and set the initial heap_id */
395 /* set a virtual lane in the matrix */
410 uint64_t set = 0, stop = 0; local
415 if (set == count) {
426 set++;
796 /* set the identifier for the src/dest pair to save this on each edge of the cdg */
815 /* sanity check: local_port must be set or routing is broken */
967 /* sanity check: local_port must be set or routing is broken */
1447 /* if behind port is a Hca -> set adj_lis
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dsigtimedwait.h46 sigtimedwait(const sigset_t *set, siginfo_t *info, argument
66 bcopy(set, &mask, sizeof(mask));
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dsignal.c5 * By using this file, you agree to the terms and conditions set
43 ** MI_STOP_MILTERS -- set value of MilterStop
94 sigset_t set; local
96 (void) sigemptyset(&set);
97 (void) sigaddset(&set, SIGHUP);
98 (void) sigaddset(&set, SIGTERM);
101 (void) sigaddset(&set, SIGINT);
108 if ((sig = sigwait(&set)) < 0)
110 if ((sigerr = sigwait(&set, &sig)) != 0)
113 /* some OS return -1 and set errn
166 sigset_t set; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache.c76 out with FOUND set to false. */
126 (cache->vtable->set)(cache->cache_internal,
166 out with FOUND set to false. */
H A Dcache.h48 svn_error_t *(*set)(void *cache_implementation, member in struct:svn_cache__vtable_t
100 /* Total number of calls to set(). */
110 (Currently this never becomes set except in maintainer builds.) */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql79 SELECT local_relpath, op_depth, 1, 'Invalid parent relpath set in NODES'
87 SELECT local_relpath, -1, 2, 'Invalid parent relpath set in ACTUAL'
165 /* Verify if type specific data is set (or not set for wrong type) */
275 /* If moved_here is set on an op-root, there must be a proper moved_to */
284 /* If moved_to is set there should be an moved op root at the target */
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c527 void *set = setmode(optarg); local
528 if (set == NULL)
531 mflag = getmode(set, mflag);
532 free(set);
1598 ** set correctly).
2202 ** Now we may get to set starttime for the next zone line.
/freebsd-11-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd9 set prefix="C:\Program Files (x86)"
10 set dst_dir=%prefix%\Unbound
11 set work_dir=%TEMP%
12 set list_addr="http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&startdate%5Bday%5D=&startdate%5Bmonth%5D=&startdate%5Byear%5D="
15 for /f "delims=" %%a in ('where wget') do @set wget=%%a
H A Dunbound_cache.cmd10 set prefix="C:\Program Files (x86)"
11 set program_path=%prefix%\Unbound
12 set uc=%program_path%\unbound-control.exe
13 set fname="unbound_cache.dmp"
24 set arg1=%1
25 set arg2=%2
H A Dwarmup.cmd12 set address="127.0.0.1"
15 for /f "delims=" %%a in ('where dig') do @set dig=%%a
19 set arg=%1%
/freebsd-11-stable/contrib/xz/src/common/
H A Dmythread.h83 // Use sigprocmask() to set the signal mask in single-threaded programs.
87 mythread_sigmask(int how, const sigset_t *restrict set, argument
90 int ret = sigprocmask(how, set, oset);
135 // Use pthread_sigmask() to set the signal mask in multi-threaded programs.
138 mythread_sigmask(int how, const sigset_t *restrict set, argument
143 (void)set;
146 int ret = pthread_sigmask(how, set, oset);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c999 If N is 0, then set CURRENT to the empty location which ends
1865 reply(200, "Type set to A.");
1877 reply(200, "Type set to I.");
1885 "Type set to L (byte size 8).");
2227 "UMASK set to %03o (was %03o)",
2273 "Maximum IDLE time set to %d seconds",
2997 { "PASV", PASV, ARGS, 1, "(set server in passive mode)" },
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c727 settogglehelp(int set)
734 printf("%-15s %s %s\r\n", c->name, set ? "enable" : "disable",
788 * The following perform the "set" command.
857 printf("Format is 'set Name Value'\r\n'set ?' for help.\r\n");
873 fprintf(stderr, "'%s': unknown argument ('set ?' for help).\r\n",
877 fprintf(stderr, "'%s': ambiguous argument ('set ?' for help).\r\n",
887 printf("Format is 'set togglename [on|off]'\r\n'set ?' for help.\r\n");
898 printf("Format is 'set Nam
725 settogglehelp(int set) argument
[all...]
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dkerberos5.c707 char *set; local
711 ret = krb5_enctype_to_string(context, setype, &set);
713 p = rk_strpoolprintf(p, ", using %s/%s", cet, set);
714 free(set);
761 "Client (%s) has invalid bit set", client_name);
815 "Server has invalid flag set -- %s", server_name);
1530 /* check for valid set of addresses */
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dgssapi_mech.h460 int (*set)(gss_const_OID, gss_mo_desc *, int, gss_buffer_t); member in struct:gss_mo_desc_struct
H A Dgsstool.c136 print_mech_attr(const char *mechname, gss_const_OID mech, gss_OID_set set) argument
153 for (n = 0; n < set->count; n++) {
154 major = gss_display_mech_attr(&minor, &set->elements[n], &name, &desc, NULL);
165 if (gss_mo_get(mech, &set->elements[n], &value) != 0)
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dset_sec_context_option.c90 OM_uint32 set)
93 if (value->length == sizeof(set))
94 memcpy(value->value, &set, sizeof(set));
88 set_int32(OM_uint32 *minor_status, const gss_buffer_t value, OM_uint32 set) argument
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_acquire_cred.c43 gss_OID_set_desc set; local
98 set.count = 1;
124 set.elements = &mechs->elements[i];
128 time_req, &set, cred_usage,
H A Dgss_acquire_cred_ext.c121 gss_OID_set_desc set, *mechs; local
138 set.count = 1;
139 set.elements = (gss_OID)desired_mech;
140 mechs = &set;

Completed in 334 milliseconds

1234567891011>>