Home
last modified time | relevance | path

Searched refs:strncmp (Results 1 – 25 of 1393) sorted by last modified time

12345678910>>...56

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c1701 if (strncmp(buf, "/dev", strlen("/dev")) == 0) { in sockconf_add_sock()
/illumos-gate/usr/src/cmd/ptools/ptree/
H A Dptree.c633 if (strncmp(p, "svc:/", strlen("svc:/")) == 0) in parse_svc()
/illumos-gate/usr/src/cmd/smbsrv/smbadm/
H A Dsmbadm.c984 if (strncmp(argv[i], "S-1-", 4) == 0) in smbadm_lookup()
1573 if (strncmp(mname, "S-1-", 4) == 0) { in smbadm_group_add_del_member()
/illumos-gate/usr/src/cmd/devfsadm/
H A Dmisc_link.c731 if (strncmp(node_name, "fma", 3) == 0) { in glvc()
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c5772 if (strncmp(src, "Genuine ", 8) == 0) in cpuid_pass_dynamic()
5774 if (strncmp(src, "Authentic ", 10) == 0) in cpuid_pass_dynamic()
5785 if (strncmp(src + 1, "R)", 2) == 0) { in cpuid_pass_dynamic()
5791 if (strncmp(src + 1, "TM)", 3) == 0) { in cpuid_pass_dynamic()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1238 link path=usr/share/man/man3c/strncmp.3c target=string.3c
/illumos-gate/usr/src/man/man3c/
H A DMakefile1287 strncmp.3c \
2417 strncmp.3c := LINKSRC = string.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2947 strncmp;
/illumos-gate/usr/src/head/
H A Dstring.h57 using std::strncmp;
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c294 if (strncmp(oem_str[i], SMB_PRMS1, in check_oem()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c7162 if (strncmp(prop_str, "lpfs", 4) == 0) { in emlxs_hba_attach()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c3514 if (strncmp(name, poolname, poollen) != 0 || in zfs_ioc_snapshot()
3521 if (strncmp(name, nvpair_name(pair2), cp - name + 1) in zfs_ioc_snapshot()
3830 if (strncmp(name, poolname, poollen) != 0 || in zfs_ioc_destroy_bookmarks()
4241 if (strncmp(zc->zc_name, zc->zc_value, at - zc->zc_name + 1)) in zfs_ioc_rename()
4297 if (strncmp(propname, uq_prefix, in zfs_check_settable()
4300 } else if (strncmp(propname, uiq_prefix, in zfs_check_settable()
4303 } else if (strncmp(propname, gq_prefix, in zfs_check_settable()
4306 } else if (strncmp(propname, giq_prefix, in zfs_check_settable()
4309 } else if (strncmp(propname, pq_prefix, in zfs_check_settable()
4312 } else if (strncmp(propname, piq_prefix, in zfs_check_settable()
H A Ddsl_dataset.c2277 ASSERT0(strncmp(dsname, source, strlen(source))); in dsl_get_mountpoint()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c350 if (strncmp(cp, prefix, len) == 0) in enum_lookup()
/illumos-gate/usr/src/uts/intel/io/amdzen/
H A Damdzen.c2069 if (strncmp("pci", ddi_get_name(dip), 3) != 0) { in amdzen_stub_scan_cb()
2184 if (strncmp("pci", ddi_get_name(dip), 3) != 0) { in amdzen_attach_stub()
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c1993 if (strncmp(np, nvpair_name(nvp), n) || in nvlist_lookup_nvpair_ei_sep()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c580 strncmp(class, FM_LIST_EVENT ".", in log_filter_silent()
649 strncmp(dp->d_name, logname, len) != 0 || in get_rotated_logs()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c105 if (strncmp(path, "/dev/", 5) == 0) { in vn_open()
275 if (strncmp(tmp_str, string, len) == 0 && in dprintf_find_string()
300 if (strncmp("debug=", argv[i], len) == 0) { in dprintf_setup()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c794 if (path[0] != '/' && strncmp(path, "./", strlen("./")) != 0) { in zfs_path_to_zhandle()
H A Dlibzfs_sendrecv.c2385 if (err != 0 && strncmp(name + baselen, "recv-", 5) != 0) { in recv_rename()
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c3224 if (strncmp(model, nvme->n_idctl->id_model, id_model_len) != 0) in nvme_config_list()
3240 if (strncmp(fwr, nvme->n_idctl->id_fwrev, in nvme_config_list()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c6063 if (strncmp("false", (caddr_t)bytes, (size_t)nelts) == 0) { in e1000g_find_mac_address()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c10318 if (strncmp(path, newpath, strlen(path)) == 0) { in hanfsv4_failover()
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/
H A Dnvme_ioctl_util.c145 if (strncmp("nvme", dev, 4) != 0) { in nvme_ioctl_test_get_fd()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cfg.c1332 if (strncmp(str, "required", sizeof (str)) == 0) in smb_config_get_require()
1334 if (strncmp(str, "enabled", sizeof (str)) == 0) in smb_config_get_require()

12345678910>>...56