/src/tests/include/sys/ |
t_pslist.c | 57 struct element { struct in function:ATF_TC_BODY 70 struct element *element; local in function:ATF_TC_BODY 107 PSLIST_WRITER_FOREACH(element, &h, struct element, entry) { 108 ATF_CHECK_EQ(i, element->i); 112 PSLIST_READER_FOREACH(element, &h, struct element, entry) { 113 ATF_CHECK_EQ(i, element->i); 117 while ((element = PSLIST_WRITER_FIRST(&h, struct element, entry) [all...] |
/src/lib/libc/stdlib/ |
remque.c | 43 remque(void *element) 45 struct qelem *e = (struct qelem *) element;
|
lsearch.c | 81 char *element, *end; local in function:linear_base 88 for (element = (char *)base; element < end; element += width) 89 if (!compar(element, key)) /* key found */ 90 return element;
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_mem_test.cc | 21 int element = Ident(42); local in function:MemSetOOBTestTemplate 25 MEMSET(array, element, size); 26 MEMSET(array, element, size - 1); 27 MEMSET(array + length - 1, element, sizeof(T)); 28 MEMSET(array, element, 1); 31 MEMSET(array - 10, element, zero); 32 MEMSET(array - 1, element, zero); 33 MEMSET(array, element, zero); 40 EXPECT_DEATH(MEMSET((char*)(array + length) - 1, element, 6), 42 EXPECT_DEATH(MEMSET(array + 1, element, size + sizeof(T)) [all...] |
/src/sys/netinet/ |
sctputil.h | 55 * size = size of each zone/pool element 92 /* SCTP_ZONE_GET: allocate element from the zone */ 112 /* SCTP_ZONE_FREE: free element from the zone */ 115 #define SCTP_ZONE_FREE(zone, element) \ 116 uma_zfree(zone, element); 118 #define SCTP_ZONE_FREE(zone, element) \ 119 zfreei(zone, element); 122 #define SCTP_ZONE_FREE(zone, element) \ 123 zfree(zone, element); 125 #define SCTP_ZONE_FREE(zone, element) \ [all...] |
/src/usr.sbin/makefs/cd9660/ |
cd9660_debug.c | 277 debug_dump_to_xml_padded_hex_output(const char *element, unsigned char *buf, 283 printf("<%s>",element); 289 printf("</%s>\n",element); 291 printf("<%s:hex>",element); 296 printf("</%s:hex>\n",element); 341 debug_dump_integer(const char *element, char* buf, int mode) 343 printf("<%s>%i</%s>\n", element, 344 debug_get_encoded_number((unsigned char *)buf, mode), element); 348 debug_dump_string(const char *element __unused, unsigned char *buf __unused, int len __unused)
|
/src/usr.sbin/bootp/common/ |
hash.h | 57 * and a full data element as the second parameter. Thus, the key 58 * and element arguments to functions such as hash_Lookup() may 65 * int compare(key, element) 67 * struct some_complex_structure *element; 69 * return !strcmp(key, element->name); 73 * element = &some_complex_structure 134 hash_datum *key, hash_datum *element);
|
hash.c | 204 * Insert the data item "element" into the hash table using "hashcode" 215 hash_datum *key, hash_datum *element) 227 temp->data = element; 238 * element is found and the deletion is successful, 0 is returned.
|
/src/usr.bin/make/unit-tests/ |
varmod-unique.mk | 23 . warning The modifier ':u' must do nothing with a single-element word list.
|
/src/sys/sys/ |
disklabel.h | 316 #define ARRAY_INIT(element,value) [element]=value 318 #define ARRAY_INIT(element,value) value
|
/src/usr.sbin/altq/libaltq/ |
qop_cdnr.h | 39 } element; member in union:cdnrinfo::__anoncd3bf775010a
|
qop_cdnr.c | 149 LOG(LOG_ERR, errno, "%s: add element failed!", 439 cdnrinfo->tce_un.element.action = *action; 756 element_add.action = cdnrinfo->tce_un.element.action;
|
/src/sbin/mknod/ |
pack_dev.c | 267 compare_format(const void *key, const void *element) 273 format = element;
|
/src/usr.sbin/npf/npfctl/ |
npf_parse.y | 208 %type <var> element list_elems list_trail list value filt_addr_list 281 * A value - an element or a list of elements. 293 : element 305 : element list_trail 311 element label 341 : element_sep element list_trail
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_shim.c | 166 VCHIQ_ELEMENT_T element = {data, data_size}; local in function:vchi_msg_queue 173 status = vchiq_queue_message(service->handle, &element, 1); 181 status = vchiq_queue_message(service->handle, &element, 1);
|
/src/common/dist/zlib/ |
make_vms.com | 130 $ fname = f$element(i,"#",aconf_in_file) 149 $ cdef = f$element(1," ",work) 271 $ File = F$Element(El," ",Argument) 489 $ src_check = f$element(i, "#", src_check_list) 495 $ if (f$element(1,"\",rec) .eqs. "\") then goto mrloop 499 $ if (f$element(1,"\",rec) .nes. "\") then goto mrsloop 512 $ srcfil = f$element(i," ", myrec) 531 $ if f$element(0," ",rec) .nes. "define" then goto hloop 532 $ if f$element(1," ",rec) .eqs. v_string 534 $ version = 'f$element(2," ",rec) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_linux_test.cc | 137 static bool HasElement(const std::vector<tid_t> &vector, tid_t element) { 138 return std::find(vector.begin(), vector.end(), element) != vector.end();
|
/src/sys/external/isc/libsodium/dist/m4/ |
ltsugar.m4 | 65 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_cmd.c | 165 void *element) 182 memcpy(element, (void *)ring_elt, ring->element_size);
|
/src/common/dist/zlib/contrib/ada/ |
zlib.ads | 224 -- Out_Data. In_Last is the index of last element from In_Data accepted by 225 -- the Filter. Out_Last is the last element of the received data from
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common.h | 449 void push_back(const T &element) { 455 internal_memcpy(&data_[size_++], &element, sizeof(T)); 595 // Stage 2: swap largest element with the last one, 616 // Works like std::lower_bound: finds the first element that is not less
|
/src/usr.sbin/sysinst/ |
msg.pm.pl | 42 message raid5 {5 - Malowanie z parytetu w tych wszystkich element�w.}
|
/src/sys/arch/vax/vax/ |
intvec.S | 312 tstl 0x80000100 # rpb wait element
|
/src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
msan_interceptors.cc | 1109 uptr element = interceptor_ctx()->AtExitStack.Size() - 1; local in function:MSanAtExitWrapper 1110 r = interceptor_ctx()->AtExitStack[element];
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
am335x-evm.dts | 740 xbar-event-map element */
|