Searched refs:opt2 (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc.c | 120 char *opt2, *save, *end; in dis_sparc_handle_attach() local 143 opt2 = strdup(opt); in dis_sparc_handle_attach() 144 if (opt2 == NULL) { in dis_sparc_handle_attach() 150 save = opt2; in dis_sparc_handle_attach() 152 while (opt2 != NULL) { in dis_sparc_handle_attach() 153 end = strchr(opt2, ','); in dis_sparc_handle_attach() 158 if (strcasecmp("synth-all", opt2) == 0) in dis_sparc_handle_attach() 161 if (strcasecmp("compat", opt2) == 0) in dis_sparc_handle_attach() 164 if (strcasecmp("synth-none", opt2) == 0) in dis_sparc_handle_attach() 167 if (strcasecmp("binary", opt2) == 0) in dis_sparc_handle_attach() [all …]
|
/titanic_50/usr/src/cmd/fs.d/ufs/mount/ |
H A D | mount.c | 417 char opt2[MAX_MNTOPT_STR]; in mountfs() local 426 opt2[0] = '\0'; in mountfs() 486 (void) strcat(opt2, ","); in mountfs() 487 (void) strcat(opt2, MNTOPT_ONERROR); in mountfs() 488 (void) strcat(opt2, "="); in mountfs() 489 (void) strcat(opt2, argval); in mountfs() 501 (void) strcat(opt2, ","); in mountfs() 502 (void) strcat(opt2, argval); in mountfs() 510 if (*opt2 != '\0') in mountfs() 511 (void) strcpy(opt, opt2); in mountfs()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | ccp.c | 1170 method_name(opt, opt2) in method_name() argument 1171 ccp_options *opt, *opt2; in method_name() 1180 if (opt2 != NULL && opt2->deflate_size != opt->deflate_size) 1183 opt->deflate_size, opt2->deflate_size); 1190 if (opt2 != NULL && opt2->bsd_bits != opt->bsd_bits) 1192 opt->bsd_bits, opt2->bsd_bits);
|
/titanic_50/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_msg.h | 647 __be32 opt2; member 660 __be32 opt2; member 674 __be32 opt2; member
|
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 600 __be32 opt2; member
|