/src/sys/fs/filecorefs/ |
filecore_bmap.c | 138 u_long frag, sect, zone, izone, a, b, m, n; local in function:filecore_map 147 frag = addr >> 8; 150 if (frag != 2) 151 zone = frag / fcmp->idspz; 199 if (a == frag) {
|
filecore_bmap.c | 138 u_long frag, sect, zone, izone, a, b, m, n; local in function:filecore_map 147 frag = addr >> 8; 150 if (frag != 2) 151 zone = frag / fcmp->idspz; 199 if (a == frag) {
|
filecore_bmap.c | 138 u_long frag, sect, zone, izone, a, b, m, n; local in function:filecore_map 147 frag = addr >> 8; 150 if (frag != 2) 151 zone = frag / fcmp->idspz; 199 if (a == frag) {
|
/src/sys/arch/ia64/disasm/ |
disasm_extract.c | 38 #define FRAG(o,l) ((int)((o << 8) | (l & 0xff))) 1851 int frag; local in function:vimm 1853 while ((frag = va_arg(ap, int)) != 0) { 1854 val |= (uint64_t)FIELD(bits, FRAG_OFS(frag), FRAG_LEN(frag)) 1856 len += FRAG_LEN(frag); 1934 s_immf(i, 2, bits, FRAG(13,7), FRAG(36,1), 0); 1939 s_immf(i, 2, bits, FRAG(13,7), FRAG(27,6), FRAG(36,1), 0) [all...] |
disasm_extract.c | 38 #define FRAG(o,l) ((int)((o << 8) | (l & 0xff))) 1851 int frag; local in function:vimm 1853 while ((frag = va_arg(ap, int)) != 0) { 1854 val |= (uint64_t)FIELD(bits, FRAG_OFS(frag), FRAG_LEN(frag)) 1856 len += FRAG_LEN(frag); 1934 s_immf(i, 2, bits, FRAG(13,7), FRAG(36,1), 0); 1939 s_immf(i, 2, bits, FRAG(13,7), FRAG(27,6), FRAG(36,1), 0) [all...] |
disasm_extract.c | 38 #define FRAG(o,l) ((int)((o << 8) | (l & 0xff))) 1851 int frag; local in function:vimm 1853 while ((frag = va_arg(ap, int)) != 0) { 1854 val |= (uint64_t)FIELD(bits, FRAG_OFS(frag), FRAG_LEN(frag)) 1856 len += FRAG_LEN(frag); 1934 s_immf(i, 2, bits, FRAG(13,7), FRAG(36,1), 0); 1939 s_immf(i, 2, bits, FRAG(13,7), FRAG(27,6), FRAG(36,1), 0) [all...] |
/src/sys/arch/landisk/stand/boot/ |
biosdisk.c | 358 int frag; local in function:biosdisk_strategy 375 frag = size % BIOSDISK_SECSIZE; 376 if (frag) { 382 memcpy(buf + blks * BIOSDISK_SECSIZE, d->buf, frag);
|
biosdisk.c | 358 int frag; local in function:biosdisk_strategy 375 frag = size % BIOSDISK_SECSIZE; 376 if (frag) { 382 memcpy(buf + blks * BIOSDISK_SECSIZE, d->buf, frag);
|
biosdisk.c | 358 int frag; local in function:biosdisk_strategy 375 frag = size % BIOSDISK_SECSIZE; 376 if (frag) { 382 memcpy(buf + blks * BIOSDISK_SECSIZE, d->buf, frag);
|
/src/sys/external/bsd/ena-com/ |
ena_eth_com.h | 75 bool frag; member in struct:ena_com_rx_ctx
|
ena_eth_com.h | 75 bool frag; member in struct:ena_com_rx_ctx
|
ena_eth_com.h | 75 bool frag; member in struct:ena_com_rx_ctx
|
/src/tests/net/icmp/ |
t_ping.c | 342 size_t tot, frag; local in function:ATF_TC_BODY 418 tot += (frag - sizeof(*ip))) { 419 frag = MIN(65538 - tot, sizeof(data)); 422 ip->ip_len = frag; 424 if (frag == sizeof(data)) { 428 error = rump_sys_sendto(s, data, frag, 0, 435 if ((size_t)error != frag)
|
t_ping.c | 342 size_t tot, frag; local in function:ATF_TC_BODY 418 tot += (frag - sizeof(*ip))) { 419 frag = MIN(65538 - tot, sizeof(data)); 422 ip->ip_len = frag; 424 if (frag == sizeof(data)) { 428 error = rump_sys_sendto(s, data, frag, 0, 435 if ((size_t)error != frag)
|
t_ping.c | 342 size_t tot, frag; local in function:ATF_TC_BODY 418 tot += (frag - sizeof(*ip))) { 419 frag = MIN(65538 - tot, sizeof(data)); 422 ip->ip_len = frag; 424 if (frag == sizeof(data)) { 428 error = rump_sys_sendto(s, data, frag, 0, 435 if ((size_t)error != frag)
|
/src/sys/ufs/chfs/ |
chfs_gc.c | 851 struct chfs_node_frag *frag; local in function:chfs_gcollect_live 878 for(frag = frag_first(&ip->fragtree); 879 frag; frag = frag_next(&ip->fragtree, frag)) { 880 if (frag->node && frag->node->nref == nref) { 881 fn = frag->node; 882 end = frag->ofs + frag->size [all...] |
chfs_gc.c | 851 struct chfs_node_frag *frag; local in function:chfs_gcollect_live 878 for(frag = frag_first(&ip->fragtree); 879 frag; frag = frag_next(&ip->fragtree, frag)) { 880 if (frag->node && frag->node->nref == nref) { 881 fn = frag->node; 882 end = frag->ofs + frag->size [all...] |
chfs_gc.c | 851 struct chfs_node_frag *frag; local in function:chfs_gcollect_live 878 for(frag = frag_first(&ip->fragtree); 879 frag; frag = frag_next(&ip->fragtree, frag)) { 880 if (frag->node && frag->node->nref == nref) { 881 fn = frag->node; 882 end = frag->ofs + frag->size [all...] |
chfs_readinode.c | 57 /* frag node operations */ 105 /* frag node rbtree operations */ 118 const struct chfs_node_frag *frag = n; local in function:frag_compare_key 121 return (frag->ofs - ofs); 489 * Puts hole frag into the holes between fragments. 526 /* Find the offset of frag which is before the new one. */ 659 struct chfs_node_frag *frag; local in function:chfs_truncate_fragtree 663 frag = (struct chfs_node_frag *)rb_tree_find_node_leq(fragtree, &size); 665 /* Find the last frag before size and set its new size. */ 666 if (frag && frag->ofs != size) 1103 struct chfs_node_frag *frag; local in function:chfs_read_data [all...] |
chfs_readinode.c | 57 /* frag node operations */ 105 /* frag node rbtree operations */ 118 const struct chfs_node_frag *frag = n; local in function:frag_compare_key 121 return (frag->ofs - ofs); 489 * Puts hole frag into the holes between fragments. 526 /* Find the offset of frag which is before the new one. */ 659 struct chfs_node_frag *frag; local in function:chfs_truncate_fragtree 663 frag = (struct chfs_node_frag *)rb_tree_find_node_leq(fragtree, &size); 665 /* Find the last frag before size and set its new size. */ 666 if (frag && frag->ofs != size) 1103 struct chfs_node_frag *frag; local in function:chfs_read_data [all...] |
chfs_readinode.c | 57 /* frag node operations */ 105 /* frag node rbtree operations */ 118 const struct chfs_node_frag *frag = n; local in function:frag_compare_key 121 return (frag->ofs - ofs); 489 * Puts hole frag into the holes between fragments. 526 /* Find the offset of frag which is before the new one. */ 659 struct chfs_node_frag *frag; local in function:chfs_truncate_fragtree 663 frag = (struct chfs_node_frag *)rb_tree_find_node_leq(fragtree, &size); 665 /* Find the last frag before size and set its new size. */ 666 if (frag && frag->ofs != size) 1103 struct chfs_node_frag *frag; local in function:chfs_read_data [all...] |
/src/sys/external/bsd/ipf/netinet/ |
ip_frag.c | 196 RWLOCK_INIT(&softf->ipfr_ipidfrag, "frag ipid lock"); 334 /* Returns: ipfrstat_t* - pointer to struct with current frag stats */ 354 /* table(I) - pointer to frag table to add to */ 375 ipfr_t *fra, frag, *fran; local in function:ipfr_frag_new 396 memset(&frag, 0, sizeof(frag)); 397 frag.ipfr_v = fin->fin_v; 399 frag.ipfr_p = fin->fin_p; 401 frag.ipfr_id = fin->fin_id; 403 frag.ipfr_source = fin->fin_fi.fi_src 634 ipfr_t *f, frag; local in function:ipf_frag_lookup 1160 ipfr_t *frag, *next, zero; local in function:ipf_frag_next [all...] |
ip_frag.c | 196 RWLOCK_INIT(&softf->ipfr_ipidfrag, "frag ipid lock"); 334 /* Returns: ipfrstat_t* - pointer to struct with current frag stats */ 354 /* table(I) - pointer to frag table to add to */ 375 ipfr_t *fra, frag, *fran; local in function:ipfr_frag_new 396 memset(&frag, 0, sizeof(frag)); 397 frag.ipfr_v = fin->fin_v; 399 frag.ipfr_p = fin->fin_p; 401 frag.ipfr_id = fin->fin_id; 403 frag.ipfr_source = fin->fin_fi.fi_src 634 ipfr_t *f, frag; local in function:ipf_frag_lookup 1160 ipfr_t *frag, *next, zero; local in function:ipf_frag_next [all...] |
ip_frag.c | 196 RWLOCK_INIT(&softf->ipfr_ipidfrag, "frag ipid lock"); 334 /* Returns: ipfrstat_t* - pointer to struct with current frag stats */ 354 /* table(I) - pointer to frag table to add to */ 375 ipfr_t *fra, frag, *fran; local in function:ipfr_frag_new 396 memset(&frag, 0, sizeof(frag)); 397 frag.ipfr_v = fin->fin_v; 399 frag.ipfr_p = fin->fin_p; 401 frag.ipfr_id = fin->fin_id; 403 frag.ipfr_source = fin->fin_fi.fi_src 634 ipfr_t *f, frag; local in function:ipf_frag_lookup 1160 ipfr_t *frag, *next, zero; local in function:ipf_frag_next [all...] |
/src/sys/sys/ |
disklabel_rdb.h | 120 uint32_t frag; /* 21: allowable frags per block */ member in struct:ados_environ
|