Searched refs:c2 (Results 126 - 150 of 183) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c153 const char *c1, *c2; local
159 for (c1 = fh4p1->nfs_fh4_val, c2 = fh4p2->nfs_fh4_val;
161 c1++, c2++) {
162 if (*c1 < *c2)
164 if (*c1 > *c2)
H A Dnfs4_vfsops.c1335 char *c1, *c2; local
1340 c2 = pnp->pn_path + 2;
1342 if (*c1 == '.' && (*c2 == '/' || *c2 == '\0')) {
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2154 int c2 = 0; local
2172 for (; mop2->mo_cancel[c2] != NULL; c2++)
2176 result = vfs_copycancelopt_extend(mop1->mo_cancel, c2);
2178 if (c2 == 0)
2184 * array has "c1+c2+1" entries and in the end we might shrink
2211 if (dp != &result[c1+c2]) {
2216 kmem_free(result, (c1 + c2 + 1) * sizeof (char *));
H A Dlookup.c56 #include <c2/audit.h>
/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c875 int c1, c2; local
902 c2 = getc(f_backup);
903 if (c1 != c2)
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub429 convex-c2)
430 basic_machine=c2-convex
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c50 #include <c2/audit.h>
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c68 #include <c2/audit.h>
H A Dpid.c45 #include <c2/audit.h>
H A Dipc.c422 #include <c2/audit.h>
H A Dshm.c125 #include <c2/audit.h>
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c56 #include <c2/audit.h>
H A Dsem.c143 #include <c2/audit.h>
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c79 #include <c2/audit.h>
H A Dsendsig.c82 #include <c2/audit.h>
H A Dsyscall.c53 #include <c2/audit.h>
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c269 const dtj_java_class_t *c2 = v2; local
270 return (strcmp(c1->djc_name, c2->djc_name));
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlog.S191 ! f54 h2,f2-(c2-h2)
192 ! f56 c2
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c457 /* Compare NCP names c1 and c2 using strcasecmp() */
459 ncpname_cmp(const void *c1, const void *c2) argument
461 return (strcasecmp(*(const char **)c1, *(const char **)c2));
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c202 short c2; local
218 adrm_short(adr, &c2, 1);
/illumos-gate/usr/src/cmd/ls/
H A Dls.c3064 const ls_color_t *c2 = (const ls_color_t *)p2; local
3066 int ret = c1->ftype - c2->ftype;
3074 return (strcmp(c1->sfx, c2->sfx));
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c809 char *c1, *c2; local
830 nvlist_lookup_string(a2, FM_FMRI_AUTH_CHASSIS, &c2) == 0) {
831 if (strcmp(c1, c2) != 0)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frutree/
H A Dsystem-board.info386 REFNODE mem-module fru WITH name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,c2
479 REFPROP _seeprom_source name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,c2
536 name:/platform/i2c@1f,520000/dimm-spd@0,c2
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dpiclfrutree.info188 REFNODE power-supply fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/power-supply-fru-prom@0,c2
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c53 #include <c2/audit.h>

Completed in 164 milliseconds

12345678