/titanic_50/usr/src/stand/lib/inet/ |
H A D | ipv4.c | 53 static struct ip_frag fragment[FRAG_MAX]; /* ip fragment buffers */ variable 84 if (fragment[i].mp == NULL) in frag_disp() 86 printf("%d\t%d\t0x%x\t%d\t\t%d\t%d\n", fragment[i].more, in frag_disp() 87 fragment[i].offset, fragment[i].mp->b_rptr, in frag_disp() 88 fragment[i].ipid, fragment[i].iplen, fragment[i].iphlen); in frag_disp() 89 total += (fragment[i].iplen - fragment[i].iphlen); in frag_disp() 109 if (fragment[i].mp != NULL && fragment[i].offset == 0) in frag_first() 129 if (fragment[i].mp != NULL && !fragment[i].more) in frag_last() 149 if (fragment[i].mp != NULL && in frag_add() 150 fragment[i].offset == true_offset) in frag_add() [all …]
|
/titanic_50/usr/src/lib/print/libpapi-common/common/ |
H A D | uri.c | 125 char *query, *fragment; in uri_from_string() local 136 fragment = strrchr(name, '#'); in uri_from_string() 137 if ((fragment != NULL) && (*fragment != '\0')) { in uri_from_string() 138 u->fragment = strndup(fragment + 1, in uri_from_string() 139 end - fragment - 1); in uri_from_string() 140 end = fragment; in uri_from_string() 171 ((uri->fragment != NULL) && (uri->path == NULL)) || in uri_to_string() 196 (uri->fragment ? "#" : ""), in uri_to_string() 197 (uri->fragment ? uri->fragment : ""), in uri_to_string() 226 if (uri->fragment != NULL) in uri_free() [all …]
|
H A D | uri.h | 50 char *fragment; member
|
/titanic_50/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-job.c | 464 if (svc->uri->fragment != NULL) { in lpd_job_add_attributes() 465 if ((strcasecmp(svc->uri->fragment, "solaris") == 0) || in lpd_job_add_attributes() 466 (strcasecmp(svc->uri->fragment, "svr4") == 0)) in lpd_job_add_attributes() 469 else if (strcasecmp(svc->uri->fragment, "hpux") == 0) in lpd_job_add_attributes() 500 if ((svc->uri->fragment != NULL) && in lpd_job_add_files() 501 ((strcasecmp(svc->uri->fragment, "solaris") == 0) || in lpd_job_add_files() 502 (strcasecmp(svc->uri->fragment, "svr4") == 0))) in lpd_job_add_files()
|
H A D | job.c | 139 if ((svc->uri->fragment != NULL) && in papiJobStreamOpen() 140 (strcasecmp(svc->uri->fragment, "streaming") == 0)) { in papiJobStreamOpen()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/littleneck/frutree/ |
H A D | piclfrutree.info | 30 * This is a fragment of a config file, used by FMD as a temporary measure for
|
/titanic_50/usr/src/cmd/ipf/examples/ |
H A D | example.sr | 9 # of the fragment you see).
|
/titanic_50/usr/src/psm/stand/ |
H A D | README | 41 4). The following fragment is non-ideal for the merge (promif) source base
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | fs | 107 unsigned long f_frsize; /* fragment size */
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | fs | 107 unsigned long f_frsize; /* fragment size */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | fs | 107 unsigned long f_frsize; /* fragment size */
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | fs | 111 unsigned long f_frsize; /* fragment size */
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dup_avl.c | 79 typedef struct fragment { struct
|
/titanic_50/usr/src/cmd/praudit/ |
H A D | print_audit.txt | 163 The following code fragment takes audit input from stdin, and
|
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | rpcpdu.ndl | 137 #define NDR_PFC_FIRST_FRAG 0x01 /* First fragment */ 530 * Convenient for response header sizing and multi-fragment responses.
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | fs | 184 unsigned long f_frsize; /* fragment size */
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/cherrystone/frutree/ |
H A D | piclfrutree.info | 30 * This is a fragment of a config file, used by FMD as a temporary measure for
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 140 uint16_t ipv4_offset; /* fragment offset */
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/daktari/frutree/ |
H A D | piclfrutree.info | 30 * This is a fragment of a config file, used by FMD as a temporary measure for
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | README | 393 6367490 e1000g has problem in deliver UDP fragment with addin card
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | README | 393 6367490 e1000g has problem in deliver UDP fragment with addin card
|
/titanic_50/usr/src/cmd/terminfo/ |
H A D | termcap.src | 2906 # This fragment describes as much of XFree86 xterm's "pc-style" function 2921 xterm+pcfkeys|fragment for PC-style fkeys:\ 2924 xterm+noapp|fragment with cursor keys in normal mode:\ 2927 xterm+app|fragment with cursor keys in application mode:\ 2949 xterm+pcc3|fragment with modifyCursorKeys=3:\ 2952 xterm+pcc2|fragment with modifyCursorKeys=2:\ 2955 xterm+pcc1|fragment with modifyCursorKeys=1:\ 2958 xterm+pcc0|fragment with modifyCursorKeys=0:\ 2964 xterm+pcf0|fragment with modifyFunctionKeys=0:\ 2980 xterm+pcf2|fragment with modifyFunctionKeys=2:\ [all …]
|
H A D | terminfo.src | 3296 # This fragment describes as much of XFree86 xterm's "pc-style" function 3311 xterm+pcfkeys|fragment for PC-style fkeys, 3315 xterm+noapp|fragment with cursor keys in normal mode, 3319 xterm+app|fragment with cursor keys in application mode, 3342 xterm+pcc3|fragment with modifyCursorKeys:3, 3353 xterm+pcc2|fragment with modifyCursorKeys:2, 3362 xterm+pcc1|fragment with modifyCursorKeys:1, 3370 xterm+pcc0|fragment with modifyCursorKeys:0, 3381 xterm+pcf0|fragment with modifyFunctionKeys:0, 3400 xterm+pcf2|fragment with modifyFunctionKeys:2, [all …]
|
/titanic_50/usr/src/cmd/look/ |
H A D | words | 9148 fragment
|
/titanic_50/usr/src/cmd/spell/ |
H A D | list | 9146 fragment
|