HomeSort by: relevance | last modified time | path
    Searched refs:spec (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/ltc/
nouveau_nvkm_subdev_ltc_gp10b.c 36 struct iommu_fwspec *spec; local in function:gp10b_ltc_init
43 __USE(spec);
45 spec = dev_iommu_fwspec_get(device->dev);
46 if (spec) {
47 u32 sid = spec->ids[0] & 0xffff;
  /src/sys/arch/next68k/next68k/
autoconf.c 173 devidentparse(const char *spec, int *count, int *lun, int *part)
178 if (*spec == '(') {
180 args[0] = ++spec;
181 for (i = 1; *spec && *spec != ')' && i < 3; spec++) {
182 if (*spec == ',')
183 args[i++] = ++spec;
185 if (*spec != ')')
  /src/sys/arch/cobalt/stand/boot/
boot.c 225 char *ptr, *spec; local in function:get_bsdbootname
234 spec = bootstring;
237 while ((spec = strstr(spec, "root=")) != NULL) {
238 spec += 5; /* skip 'root=' */
239 ptr = strchr(spec, ' ');
240 len = (ptr == NULL) ? strlen(spec) : ptr - spec;
242 if (len == 9 && memcmp("/dev/hd", spec, 7) == 0) {
243 bootunit = spec[7] - 'a'
    [all...]
  /src/distrib/sparc/instfs/
Makefile 18 WORKSPEC= instfs.spec
20 ${WORKSPEC}: ${MINIROOTDIR}/work.spec
  /src/sbin/swapctl/
swapctl.c 451 char *spec; local in function:add_swap
455 spec = buf;
457 if (stat(spec, &sb) < 0)
466 set_dumpdev1(spec);
476 if (swapctl(SWAP_ON, spec, priority) < 0) {
491 char *spec; local in function:delete_swap
497 spec = buf;
502 if (swapctl(SWAP_OFF, spec, pri) < 0) {
510 set_dumpdev1(char *spec)
515 if (strcmp(spec, "none") == 0)
533 char *spec; local in function:set_dumpdev
734 char *spec, *fsspec; local in function:do_fstab
    [all...]
  /src/tests/sbin/fsck_ffs/
t_check_quotas.sh 59 echo "/set uid=0 gid=0" > spec
60 echo ". type=dir mode=0755" >> spec
64 echo "./f$i type=file mode=0600 uid=$i gid=$i" >> spec
68 -F spec -s 4000b "${IMG}" "${DIR}"
  /src/sys/arch/ia64/stand/common/
boot.c 237 const char *spec, *ep; local in function:getbootfile
249 if ((spec = getenv("bootfile")) == NULL)
250 spec = default_bootfiles;
252 while ((try > 0) && (spec != NULL)) {
253 spec = strchr(spec, ';');
254 if (spec)
255 spec++; /* skip over the leading ';' */
258 if (spec != NULL) {
259 if ((ep = strchr(spec, ';')) != NULL)
    [all...]
  /src/distrib/evbarm/liveimage/armimage/
Makefile 12 SPEC_EXTRA= ${.CURDIR}/spec.armimage
  /src/distrib/amd64/liveimage/emuimage/
Makefile 12 SPEC_EXTRA= ${.CURDIR}/spec.emuimage
  /src/sbin/fsck/
fsck.c 199 const char *spec, *spec2, *mntpt, *type, *cp; local in function:main
202 spec = mntpt = *argv;
203 spec2 = getfsspecname(buf, sizeof(buf), spec);
205 spec2 = spec;
214 fs = getfsfile(spec);
216 fs = getfsspec(spec);
217 if (fs == NULL && spec != spec2) {
219 spec = spec2;
223 spec = getfsspecname(buf, sizeof(buf), fs->fs_spec);
224 if (spec == NULL
    [all...]
  /src/sbin/mount_nfs/
getnfsargs_small.c 190 getnfsargs(char *spec, struct nfs_args *nfsargsp)
201 strlcpy(nam, spec, sizeof(nam));
202 if ((delimp = strchr(spec, '@')) != NULL) {
204 } else if ((delimp = strrchr(spec, ':')) != NULL) {
205 hostp = spec;
206 spec = delimp + 1;
208 warnx("no <host>:<dirpath> or <dirpath>@<host> spec");
244 if (nfs_getrootfh(&d, spec, mntvers, &nfhret) == 0)
getnfsargs.c 102 getnfsargs(char *spec, struct nfs_args *nfsargsp)
119 strlcpy(nam, spec, sizeof(nam));
120 if ((delimp = strchr(spec, '@')) != NULL) {
122 } else if ((delimp = strrchr(spec, ':')) != NULL) {
123 hostp = spec;
124 spec = delimp + 1;
126 warnx("no <host>:<dirpath> or <dirpath>@<host> spec");
220 xdr_dir, spec, xdr_fh, &nfhret, try);
273 warnx("can't access %s: %s", spec, strerror(nfhret.stat));
mount_nfs.c 174 mount_nfs_dogetargs(struct nfs_args *nfsargsp, int mntflags, const char *spec)
184 if ((tspec = strdup(spec)) == NULL) {
213 char *spec, char *name)
426 strlcpy(spec, *argv++, MAXPATHLEN);
428 mount_nfs_dogetargs(nfsargsp, *mntflags, spec);
434 char spec[MAXPATHLEN], name[MAXPATHLEN]; local in function:mount_nfs
439 mount_nfs_parseargs(argc, argv, &args, &mntflags, spec, name);
452 mount_nfs_dogetargs(&args, mntflags, spec);
457 err(EXIT_FAILURE, "%s on %s", spec, name);
  /src/sys/arch/mmeye/stand/boot/
boot.c 107 char *ptr, *spec; local in function:get_bsdbootname
110 spec = NULL;
129 spec = ptr;
134 len = strlen(spec);
139 if (parse_bootname(spec, len, dev, kern))
150 parse_bootname(char *spec, int len, char **dev, char **kern)
157 memcpy(bootname, spec, len);
  /src/usr.bin/tabs/
tabs.c 56 const char *spec; member in struct:tabspec
86 const char *cr, *spec = NULL; local in function:main
139 spec = tabspecs[j].spec;
146 if (tabs == NULL && spec != NULL)
147 tabs = strdup(spec);
  /src/usr.bin/expand/
expand.c 150 getstops(const char *spec)
153 const char *cp = spec;
161 errx(EXIT_FAILURE, "Too large tab stop spec `%d'", i);
163 errx(EXIT_FAILURE, "Out of order tabstop spec `%d'", i);
170 errx(EXIT_FAILURE, "Illegal tab stop spec `%s'", spec);
  /src/games/monop/
Makefile 8 morg.c print.c prop.c rent.c roll.c spec.c trade.c
rent.c 78 if (spec)
84 if (plp->num_util == 2 || spec) {
  /src/usr.sbin/mtree/
Makefile 10 SRCS= compare.c crc.c create.c excludes.c misc.c mtree.c spec.c specspec.c \
  /src/sys/arch/ia64/ia64/
consinit.c 153 struct dig64_pci_spec *spec = ent->specs.pci; local in function:pcdp_cninit
155 if (spec->flags & DIG64_FLAGS_MMIO_TRA_VALID)
156 (void*)spec->mmio_tra;
157 if (spec->flags & DIG64_FLAGS_IOPORT_TRA_VALID)
158 (void*)spec->ioport_tra;
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 103 #define SPEC (0x10|EXPR) /* field or length specifier */
106 #define OPTSPEC (OPTOPRN|SPEC)
160 {"FILL",0x0FC0, FILL, {SPEC, 0, 0, 0}},
209 {"LINE",0xDF1A, LINE, {SPEC, 0, 0, 0}},
229 {"PIXBLT",0x0F00,PIXBLT,{SPEC, SPEC, 0, 0}},
257 int check_spec(int spec, const char *valid, const char *what);
259 int encode_instr(struct inst *ip, operand ops, int *spec, u_int16_t *iwords);
276 int spec[3]; local in function:do_statement
298 spec[0] = spec[1] = spec[2] = 0
    [all...]
  /src/distrib/hpcarm/liveimage/
Makefile 33 SPEC_EXTRA= ${.CURDIR}/spec.in
  /src/distrib/i386/installimage/
Makefile 26 SPEC_EXTRA= ${.CURDIR}/spec.inst
  /src/distrib/amd64/installimage/
installimage.mk 27 SPEC_EXTRA= ${.CURDIR}/spec.inst
  /src/tests/usr.sbin/mtree/
t_mtree.sh 295 mtree -F ${FLAVOR} -c | mtree -F ${FLAVOR} -Ck uid,gid,mode > mtree.spec
300 atf_check -s ignore -o empty -e empty -x "mtree -F ${FLAVOR} -d < mtree.spec"
305 atf_check -s ignore -o empty -e empty -x "mtree -F ${FLAVOR} -d < mtree.spec"
382 mtree -F ${FLAVOR} -c > mtree.spec
384 if [ ! -f mtree.spec ]; then
389 atf_check -s ignore -o save:output -x "mtree -F ${FLAVOR} -f mtree.spec"
417 atf_set "descr" "Test that spec comparisons detect type changes"
425 mtree -c -p testdir > mtree1.spec
427 if [ ! -f mtree1.spec ]; then
435 mtree -c -p testdir > mtree2.spec
    [all...]

Completed in 49 milliseconds

1 2 3 4