Searched refs:temp (Results 1 - 25 of 744) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_zip.c310 unsigned temp = ctx->keys[2] | 2; local
311 return (uint8_t)((temp * (temp ^ 1)) >> 8) & 0xff;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h342 long temp; local
344 *res = temp = strtol(cp, &end, base);
351 if (temp != (int)temp)
360 unsigned long temp; local
362 *res = temp = strtoul(cp, &end, base);
369 if (temp != (unsigned int)temp)
378 unsigned long temp; local
380 *res = temp
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c296 SLIST_ENTRY(ng_hook) temp;
301 bcopy(&hook->hk_all, &temp, sizeof(temp));
303 bcopy(&temp, &hook->hk_all, sizeof(temp));
323 SLIST_ENTRY(ng_node) temp;
328 bcopy(&node->nd_all, &temp, sizeof(temp));
330 bcopy(&temp, &node->nd_all, sizeof(temp));
915 ng_ID_t temp; local
[all...]
H A Dng_parse.c810 int error, temp = *off; local
812 if ((error = ng_string_unparse(type, data, &temp, cbuf, cbuflen)) != 0)
H A Dng_vlan_rotate.c350 struct ether_vlan_stack_entry temp; local
355 temp = arr[i];
368 arr[j] = temp;
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c4141 ** authorizer callback is the name of the database ("main", "temp",
7608 ** (i.e. "main", "temp", or an attached database) containing the specified
8223 ** tables, the database name is "temp".)^
8750 ** name of the database is "main" for the main database or "temp" for the
9227 ** with the connection - main, temp, and any [ATTACH]-ed databases.)^
9657 ** ^The database name is "main" for the main database, "temp" for the
10493 ** interface flushes caches for all schemas - "main", "temp", and
10545 ** will be "main" for the main database or "temp" for TEMP tables or
10860 const char *zSchema, /* Which DB to serialize. ex: "main", "temp", ... */
11132 ** database zDb, where zDb is either "main", or "temp", o
31158 u8 temp; local
66403 unsigned char *temp; /* Temp area for cell content */ local
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dnetevent.h237 /** http temp buffer (shared buffer for temporary work) */
572 * @param temp: sldns buffer, shared between other http_out commpoints, for
578 void* callback_arg, struct sldns_buffer* temp);
H A Dnetevent.c2430 /* save too much info into temp buffer */
3681 sldns_buffer* temp)
3718 c->http_temp = temp;
3679 comm_point_create_http_out(struct comm_base *base, size_t bufsize, comm_point_callback_type* callback, void* callback_arg, sldns_buffer* temp) argument
/freebsd-11-stable/contrib/unbound/services/
H A Drpz.h147 * @param temp: scratchpad
156 struct regional* temp, struct comm_reply* repinfo,
H A Drpz.c954 struct regional* temp, struct comm_reply* repinfo,
999 regional_alloc_zero(temp, sizeof(struct local_rrset));
1006 regional_alloc_init(temp, r->cname_override,
1025 edns, repinfo, buf, temp, dname_count_labels(qinfo->qname),
1037 ret = local_zones_zone_answer(z, env, qinfo, edns, repinfo, buf, temp,
952 rpz_apply_qname_trigger(struct auth_zones* az, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist, size_t taglen, struct ub_server_stats* stats) argument
H A Dlocalzone.h297 * @param temp: temporary storage region.
315 * Data pointed to by qinfo->local_alias is allocated in 'temp' or refers to
317 * if it needs to keep it beyond the lifetime of 'temp' or a dynamic update
322 struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist,
335 * @param temp: temp region for encoding.
343 struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp,
455 * @param temp: region to allocate rrset in 'r'
461 struct regional* temp);
590 * @param temp
[all...]
H A Dlocalzone.c1242 struct regional* temp, struct ub_packed_rrset_key* rrset, int ansec,
1262 repinfo, temp, env->now_tv) || !reply_info_answer_encode(qinfo, &rep,
1264 buf, 0, 0, temp, udpsize, edns, (int)(edns->bits&EDNS_DO), 0)) {
1276 struct regional* temp, int rcode, int r)
1284 rcode, edns, repinfo, temp, env->now_tv))
1294 struct regional* temp)
1329 temp, sizeof(struct packed_rrset_data)
1349 d->rr_len = (size_t*)regional_alloc_zero(temp,
1351 d->rr_data = (uint8_t**)regional_alloc_zero(temp,
1353 d->rr_ttl = (time_t*)regional_alloc_zero(temp,
1240 local_encode(struct query_info* qinfo, struct module_env* env, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, struct ub_packed_rrset_key* rrset, int ansec, int rcode) argument
1274 local_error_encode(struct query_info* qinfo, struct module_env* env, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, int rcode, int r) argument
1292 local_data_find_tag_datas(const struct query_info* qinfo, struct config_strlist* list, struct ub_packed_rrset_key* r, struct regional* temp) argument
1380 find_tag_datas(struct query_info* qinfo, struct config_strlist* list, struct ub_packed_rrset_key* r, struct regional* temp) argument
1403 local_data_answer(struct local_zone* z, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, int labs, struct local_data** ldp, enum localzone_type lz_type, int tag, struct config_strlist** tag_datas, size_t tag_datas_size, char** tagname, int num_tags) argument
1562 local_zones_zone_answer(struct local_zone* z, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, struct local_data* ld, enum localzone_type lz_type) argument
1736 local_zones_answer(struct local_zones* zones, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, sldns_buffer* buf, struct regional* temp, struct comm_reply* repinfo, uint8_t* taglist, size_t taglen, uint8_t* tagactions, size_t tagactionssize, struct config_strlist** tag_datas, size_t tag_datas_size, char** tagname, int num_tags, struct view* view) argument
[all...]
H A Dauthzone.c3282 struct regional* temp, struct dns_msg* msg)
3292 (int)FLAGS_GET_RCODE(msg->rep->flags), edns, repinfo, temp, env->now_tv)
3296 buf, 0, 0, temp, udpsize, edns,
3308 struct regional* temp, int rcode)
3316 rcode, edns, repinfo, temp, env->now_tv))
3325 struct comm_reply* repinfo, struct sldns_buffer* buf, struct regional* temp)
3368 auth_error_encode(qinfo, env, edns, repinfo, buf, temp,
3374 r = auth_zone_generate_answer(z, qinfo, temp, &msg, &fallback);
3386 auth_error_encode(qinfo, env, edns, repinfo, buf, temp,
3388 else auth_answer_encode(qinfo, env, edns, repinfo, buf, temp, ms
3280 auth_answer_encode(struct query_info* qinfo, struct module_env* env, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, struct dns_msg* msg) argument
3306 auth_error_encode(struct query_info* qinfo, struct module_env* env, struct edns_data* edns, struct comm_reply* repinfo, sldns_buffer* buf, struct regional* temp, int rcode) argument
3323 auth_zones_answer(struct auth_zones* az, struct module_env* env, struct query_info* qinfo, struct edns_data* edns, struct comm_reply* repinfo, struct sldns_buffer* buf, struct regional* temp) argument
5365 struct regional* temp = env->scratch; local
6424 struct regional* temp = env->scratch; local
[all...]
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dlibworker.c499 struct regional* temp, enum sec_status msg_security)
504 rep = parse_reply_in_temp_region(buf, temp, &rq);
498 libworker_enter_result(struct ub_result* res, sldns_buffer* buf, struct regional* temp, enum sec_status msg_security) argument
/freebsd-11-stable/contrib/unbound/dynlibmod/
H A Ddynlibmod.c268 struct inplace_cb* temp = env->inplace_cb_lists[type]; local
271 while(temp) {
272 if(temp->id == id) {
274 env->inplace_cb_lists[type] = temp->next;
275 free(temp->cb_arg);
276 free(temp);
277 temp = env->inplace_cb_lists[type];
280 prev->next = temp->next;
281 free(temp->cb_arg);
282 free(temp);
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c173 struct vfsopt *opt, *temp; local
177 TAILQ_FOREACH_SAFE(opt, opts, link, temp) {
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c522 i6addr_t temp; local
526 temp.i6[0] = fin->fin_src6.i6[0] &
528 temp.i6[1] = fin->fin_src6.i6[1] &
530 temp.i6[2] = fin->fin_src6.i6[2] &
532 temp.i6[3] = fin->fin_src6.i6[3] &
535 IP6_MERGE(&in, &temp, &np->in_osrc);
840 i6addr_t temp; local
844 temp.i6[0] = fin->fin_dst6.i6[0] & ~np->in_osrcmsk6.i6[0];
845 temp.i6[1] = fin->fin_dst6.i6[1] & ~np->in_osrcmsk6.i6[1];
846 temp
[all...]
H A Dip_dstlist.c657 frdest_t frd, *temp; local
674 size = sizeof(*temp) + frd.fd_name;
675 KMALLOCS(temp, frdest_t *, size);
676 if (temp == NULL) {
682 err = COPYIN(op->iplo_struct, temp, size);
685 KFREES(temp, size);
699 KFREES(temp, size);
704 KFREES(temp, size);
H A Dfil.c6161 char temp[20]; local
6176 SNPRINTF(temp, sizeof(temp), "%d", unit);
6178 (void) sprintf(temp, "%d", unit);
6180 (void) strncpy(s, temp, space);
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c1672 uint32_t temp; local
1673 temp = min;
1675 max = temp;
2217 uint64_t temp; local
2245 temp = UGETDW(buf);
2247 DPRINTF("Value = 0x%08x\n", (int)temp);
2252 temp &= 0x0fffffff;
2256 if (temp == 0)
2259 temp *= 125ULL;
2264 while (temp < (sample_rat
2639 uint32_t temp = uaudio_get_buffer_size(ch, x); local
2689 uint32_t temp = 2 * uaudio_get_buffer_size(ch, ch->set_alt); local
2843 uint32_t temp; local
2924 int temp = 0; local
3614 uint32_t temp = 0; local
4562 uint16_t temp; local
4621 uint16_t temp; local
5500 uint32_t temp; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c1286 apr_array_header_t *temp;
1380 temp = state->current;
1382 state->next = temp;
1281 apr_array_header_t *temp; local
/freebsd-11-stable/contrib/ipfilter/
H A Dip_dstlist.c657 frdest_t frd, *temp; local
674 size = sizeof(*temp) + frd.fd_name;
675 KMALLOCS(temp, frdest_t *, size);
676 if (temp == NULL) {
682 err = COPYIN(op->iplo_struct, temp, size);
698 KFREES(temp, size);
703 KFREES(temp, size);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfstat.c554 int temp; local
680 kmemcpy((char *)&temp, (u_long)deadlist[15].n_value, sizeof(temp));
683 ipsstp->iss_active = temp;
/freebsd-11-stable/sys/dev/usb/serial/
H A Duplcom.c713 uint16_t temp; local
717 temp = (onoff ? UCDC_BREAK_ON : UCDC_BREAK_OFF);
721 USETW(req.wValue, temp);
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3753 uint8_t temp[MLX5E_MAX_PRIORITY]; local
3763 temp[i] = (tx_pfc >> i) & 1;
3765 err = SYSCTL_OUT(req, temp, MLX5E_MAX_PRIORITY);
3768 err = SYSCTL_IN(req, temp, MLX5E_MAX_PRIORITY);
3776 if (temp[i] > 1) {
3780 priv->params.tx_priority_flow_control |= (temp[i] << i);
3798 uint8_t temp[MLX5E_MAX_PRIORITY]; local
3808 temp[i] = (rx_pfc >> i) & 1;
3810 err = SYSCTL_OUT(req, temp, MLX5E_MAX_PRIORITY);
3813 err = SYSCTL_IN(req, temp, MLX5E_MAX_PRIORIT
[all...]

Completed in 830 milliseconds

1234567891011>>