HomeSort by: relevance | last modified time | path
    Searched refs:SD (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/mips/cavium/dev/
octeon_cop2var.h 28 #define CNASM_USD(r, o, b) __CNASM_ULS(sd, r, o, 0, 7, b)
34 #define CNASM_ASD(r, o, b) "sd %["#r"], "#o"(%["#b"]) \n\t"
150 CNASM_##AU##SD(tmp0, 0, d) \
151 CNASM_##AU##SD(tmp1, 8, d) \
198 CNASM_##AU##SD(tmp0, 0, d) \
199 CNASM_##AU##SD(tmp1, 8, d) \
254 CNASM_##AU##SD(tmp0, 0, d) \
255 CNASM_##AU##SD(tmp1, 8, d) \
258 CNASM_##AU##SD(tmp2, 16, d) \
259 CNASM_##AU##SD(tmp3, 24, d)
    [all...]
  /src/usr.sbin/lpr/common_source/
lp.h 71 extern const char *SD; /* spool directory */
common.c 102 const char *SD; /* spool directory */
245 dirp = opendir(SD);
452 SD = cgetstr(bp, "sd", &cp) == -1 ? _PATH_DEFSPOOL : cp;
470 char *sd = NULL; local
473 spooldir = cgetstr(cap, "sd", &sd) == -1 ? _PATH_DEFSPOOL : sd;
487 if (spooldir != sd)
488 free(sd);
    [all...]
rmjob.c 107 if (chdir(SD) < 0)
displayq.c 113 if (chdir(SD) < 0)
  /src/usr.sbin/lpr/lpd/
recvjob.c 103 if (chdir(SD) < 0)
104 frecverr("%s: %s: %m", printer, SD);
111 } else if (stat(SD, &stb) < 0)
112 frecverr("%s: %s: %m", printer, SD);
printjob.c 179 if (chdir(SD) < 0) {
180 syslog(LOG_ERR, "%s: %m", SD);
224 syslog(LOG_ERR, "%s: can't scan %s", printer, SD);
305 syslog(LOG_ERR, "%s: can't scan %s", printer, SD);
  /src/usr.sbin/lpr/lpc/
cmds.c 192 (void)snprintf(statfile, sizeof(statfile), "%s/%s", SD, ST);
291 /* XXX depends on SD being non nul */
293 for (lp = line, cp = SD; (size_t)(lp - line) < sizeof(line) &&
299 nitems = scandir(SD, &queue, doselect, sortq);
519 SD = cgetstr(bp, "sd", &cp) == -1 ? _PATH_DEFSPOOL : cp;
522 (void)snprintf(line, sizeof(line), "%s/%s", SD, LO);
558 (void)snprintf(line, sizeof(line), "%s/%s", SD, ST);
746 if ((dirp = opendir(SD)) == NULL) {
770 (void)snprintf(line, sizeof(line), "%s/%s", SD, ST)
    [all...]
  /src/usr.sbin/lpr/lpr/
lpr.c 297 (void)snprintf(buf, sizeof buf, "%s/%s", SD, LO);
699 (void)snprintf(buf, sizeof(buf), "%s/.seq", SD);
715 len = strlen(SD) + strlen(host) + 8;
719 inchar = strlen(SD) + 3;
737 (void)snprintf(s, len, "%s/%sA%03d%s", SD, id, num, host);
  /src/usr.bin/make/unit-tests/
varmisc.mk 71 SD.${val}:= ${SD_4_DOLLARS}
77 @printf '%s: %-8s = %s\n' $@ ${val} ${SD.${val}:Q}
  /src/sys/arch/mips/mips/
bds_emul.S 158 PTR_WORD bcemul_sigill # 077 SD (*)
160 PTR_WORD _C_LABEL(mips_emul_sd) # 077 SD (*)
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeMIPS_common.c 157 #define SD (HI(63))
533 #define STACK_STORE SD
674 /* u w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
683 /* s w s */ ARCH_32_64(HI(43) /* sw */, HI(63) /* sd */),
  /src/usr.sbin/sysinst/
msg.mi.en 135 - sd: SCSI or removable USB disk
136 - ld: NVMe (e.g. M.2 card), SD/MMC card, or virtual disk
msg.mi.de 143 - sd: SCSI oder USB-Speicher
144 - ld: NVMe (z.B. M.2-Karte), SD/MMC-Karte oder virtueller Speicher
  /src/share/terminfo/
terminfo 2216 # SU/SD work, but not SL/SR
3599 # * CHT, REP, SU, SD are buggy.
3652 # + SD (11.6.7.3) also fails, but SL/SR/SU work.
3781 # supports SD/SU, no REP, SL, SR
4194 # supports REP and SD, but not ECMA-48 SL, SR, SU
4550 # + implements ECMA-48 SD/SU, but not REP, SL/SR.
4774 # - REP, SL/SL do not work, but SD/SU work.
7353 # SD/SU work
7663 # SD/SU work
7771 # fails ERM/SPA, SL, SR, passes REP, SD, S
    [all...]

Completed in 38 milliseconds