Searched refs:strstr (Results 101 - 125 of 497) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c618 if (strstr(arg, mountpoint) == NULL) {
750 if (strstr(arg, mnt.mnt_mountp) == arg &&
860 if (strstr(location, "/boot/platform") == location) {
867 } else if (strstr(location, "/platform") != location) {
1214 if (strstr(&bootargs_saved[rootlen], "-B") == NULL ||
1215 strstr(&bootargs_saved[rootlen], "zfs-bootfs=") == NULL ||
1216 (strstr(&bootargs_saved[rootlen], "bootpath=") == NULL &&
1217 strstr(&bootargs_saved[rootlen], "diskdevid=") == NULL))
/illumos-gate/usr/src/boot/lib/libstand/
H A DMakefile.inc58 SRCS += $(LIB_BASE)/libc/string/strstr.c $(LIB_BASE)/libc/string/strtok.c
67 strpbrk.o strrchr.o strsep.o strspn.o strstr.o strtok.o swab.o
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dlhot.c159 if (strstr(ses_path, SCSI_VHCI) != NULL) {
235 if (strstr(ses_path, SCSI_VHCI) != NULL) {
318 if (((ptr = strstr(boxname, ",")) != NULL) &&
359 if ((ses_path != NULL) && (strstr(ses_path, "ses") != NULL)) {
646 if (strstr(ses_path, SCSI_VHCI) != NULL) {
H A Dmon.c112 if (strstr(path, SLSH_DRV_NAME_ST)) {
1205 if ((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) == 0) &&
1331 if ((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) == 0) &&
1394 if ((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) == 0) &&
1554 if ((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) != NULL) ||
1720 if ((strstr((const char *)*result, PLNDEF)) == NULL) {
1813 if ((strstr(phys_path, SLSH_DRV_NAME_SSD) == NULL) ||
1864 if (((strstr((char *)inq.inq_pid, ENCLOSURE_PROD_ID) == 0) ||
1974 if (strstr(name, DEV_RDIR) || strstr(nam
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.c293 if (strstr(cl, "-B") != NULL) {
299 tmp = strstr(cl, "console");
322 if (strstr(tmp, "tty") == tmp) {
456 if (strstr(fp->f_name, "unix") == NULL)
549 if (strstr(getenv("loaddev"), "pxe") != NULL) {
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c1121 if (strstr(dclist[i], "cmd=")) {
1127 if ((f = strstr(dclist[i], "path=")) != NULL) {
1133 if (strstr(dclist[i], "method=")) {
1139 if (strstr(dclist[i], "iowr=")) {
1143 if (strstr(dclist[i], "iord=")) {
1147 if (strstr(dclist[i], "val=")) {
1151 if (strstr(dclist[i], "speeds=")) {
1157 if (strstr(dclist[i], "mask=")) {
1163 if (strstr(dclist[i], "post_delay=")) {
1193 if (strstr(dclis
[all...]
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c707 if (strstr(realname, dargs->devinfo->devlist)
1919 else if (strstr(link, DA_AUDIO_NAME) || strstr(link, DA_SOUND_NAME))
1921 else if (strstr(link, "dsk") || strstr(link, "rdsk") ||
1922 strstr(link, "sr") || strstr(link, "rsr"))
1924 else if (strstr(link, "fd") || strstr(link, "rfd") ||
1925 strstr(lin
[all...]
H A Dgetdment.c202 if (strstr(interpdmline, name) == NULL)
305 if (strstr(dev, dv) != NULL)
420 if ((ptr = strstr(contents, prefix)) != NULL) {
H A Dgetdadefs.c173 if (strstr(line1, type) == NULL)
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_setup.c417 (strstr(p, "NODAEMON") != NULL)) {
539 (strstr(p, "MALLOC") != NULL)) {
736 (strstr(p, "MALLOC") != NULL)) {
H A Dmeta_mh.c231 ((e = strstr(e, "FAILFAST=")) != NULL) &&
248 (strstr(e, "NOTHREAD") != NULL)) {
370 (strstr(e, "NOTHREAD") != NULL)) {
476 (strstr(e, "NOTHREAD") != NULL)) {
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-device.c519 if (strstr(s1, "(int)")) {
523 } else if (strstr(s1, "(uint64)")) {
527 } else if (strstr(s1, "(double)")) {
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_hca.c328 temp = strstr(temp, ",protocol=ip");
418 if ((tmp = strstr(devname, "port=")) != NULL) {
426 (tmp = strstr(devname, "pkey=")) != NULL) {
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c413 tmp = (((r->options != NULL) && (strstr(r->options, "nobanner")
418 tmp = (((r->options != NULL) && (strstr(r->options, "duplex")
423 i = (((r->options != NULL) && (strstr(r->options, "landscape")
/illumos-gate/usr/src/cmd/luxadm/
H A Dfchba.c322 char *tmp = strstr(physical, ":fc");
974 char *tmp = strstr(physical, ":devctl");
978 tmp = strstr(physical, ":fc");
983 if (strstr(comp_phys, physical)) {
1174 char *tmp = strstr(physical, ":devctl");
1178 tmp = strstr(physical, ":fc");
1183 if (strstr(comp_phys, physical)) {
1355 if (phys_path == NULL || strstr(phys_path, VHCI_COMPONENT) == NULL) {
1374 devPath = strstr(buf, "/devices/");
1405 if (strstr(devPat
[all...]
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetprinter.c124 if (filter != 0 && strstr(instr, filter) == 0) {
/illumos-gate/usr/src/lib/nsswitch/user/common/
H A Duser_common.c186 if (filter != 0 && strstr(instr, filter) == 0) {
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPParseSrvURL.c82 p = strstr(pcSrvURL, ":/");
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dslice.c297 if ((strp = strstr(dsk, "/rdsk/")) == NULL) {
299 strp = strstr(dsk, "/rdiskette");
376 if ((slashp = strstr(rdsk, "/dsk/")) == NULL) {
378 slashp = strstr(rdsk, "/diskette");
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_impl.h74 (strstr(fbarg.gba_kernel, "xen.gz") != NULL)
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_lofs.c269 (cp = strstr(mnp->mnt_mntopts, MNTOPT_RO)) !=
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpicllibdevinfo.c522 if (strstr(bus_addr, ",") != NULL) {
554 if (strstr(bus_addr, ",") != NULL) { /* bus addr is of type 1,0 */
691 if (strstr(bus_addr, ",") != NULL) {
818 if (strstr(bus_addr, ",") != NULL) {
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpmove.c137 if (strstr(result, "permission denied")
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclear.c148 if ((cp = strstr(argv[0], ".rpc_call")) == NULL) {
H A Dmetadetach.c192 if ((cp = strstr(argv[0], ".rpc_call")) == NULL) {

Completed in 135 milliseconds

1234567891011>>