Searched defs:fragment (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.h40 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]]
50 char *fragment; member in struct:__anon4324
H A Duri.c41 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]]
125 char *query, *fragment; local
136 fragment = strrchr(name, '#');
137 if ((fragment != NULL) && (*fragment != '\0')) {
138 u->fragment = strndup(fragment + 1,
139 end - fragment - 1);
140 end = fragment;
171 ((uri->fragment !
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmanconf.h35 int fragment; member in struct:manoutput
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c29 * Keep track of duplicate fragment references (elsewhere called
39 * For each multiply-claimed fragment, we note all of the claiming
58 * For each physical fragment with multiple claimants, the specifics
60 * use: one for each fragment's claimant table, plus one that orders
63 * The table of fragments simply has the physical fragment number
67 * The subsidiary trees list inodes and logical fragment number (lfn)
70 * multiple claims on the same fragment.
79 typedef struct fragment { struct
182 * fragment number. What we want to report is:
317 * Now, how about this logical fragment
[all...]
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c53 static struct ip_frag fragment[FRAG_MAX]; /* ip fragment buffers */ variable in typeref:struct:ip_frag
73 * display the fragment list. For debugging purposes.
81 printf("Dumping fragment info: (%d)\n\n", fragments);
84 if (fragment[i].mp == NULL)
86 printf("%d\t%d\t0x%x\t%d\t\t%d\t%d\n", fragment[i].more,
87 fragment[i].offset, fragment[i].mp->b_rptr,
88 fragment[i].ipid, fragment[
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c605 diskaddr_t fragment, blk_in_row, endblk; local
649 fragment = blk_in_row % interlace;
650 if (bcount > ldbtob(interlace - fragment)) {
652 wb_bcount = ldbtob(interlace - fragment);
662 interlace) + fragment);
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1397 uint32_t fragment; member in struct:iwn_rx_ht_phy_stats

Completed in 61 milliseconds