HomeSort by: relevance | last modified time | path
    Searched defs:xcmd (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/i2c/
ds2482ow.c 141 uint8_t xcmd, xbuf; local in function:ds2482_wait_with_status
145 xcmd = DS2482_SET_READ_POINTER;
148 error = iic_exec(tag, I2C_OP_WRITE_WITH_STOP, addr, &xcmd, 1,
176 uint8_t xcmd; local in function:ds2482_cmd
253 xcmd = DS2482_SET_READ_POINTER;
255 error = iic_exec(tag, I2C_OP_WRITE_WITH_STOP, addr, &xcmd, 1,
263 xcmd = DS2482_ONEWIRE_SINGLE_BIT;
271 &xcmd, 1, &xbuf, 1, 0);
289 xcmd = DS2482_SET_READ_POINTER;
291 error = iic_exec(tag, I2C_OP_WRITE_WITH_STOP, addr, &xcmd, 1
    [all...]
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_print.c 214 char *xcmd; local in function:pr_start2
328 xcmd = expand_alias(pr, new_pathname, user, sys);
329 if (!xcmd) {
342 xcmd = cmdbuf;
344 if ((fd = su_popen(user, xcmd, MAXTIME_FOR_PRINT)) == NULL) {
  /src/sys/arch/mac68k/dev/
ncr5380reg.h 207 struct scsipi_generic xcmd; /* command to execute */ member in struct:req_q
  /src/sys/arch/atari/dev/
ncr5380reg.h 207 struct scsipi_generic xcmd; /* command to execute */ member in struct:req_q
  /src/usr.bin/make/
meta.c 367 FStr xcmd = FStr_InitRefer(ucmd); local in function:printCMD
369 Var_Expand(&xcmd, gn, VARE_EVAL);
370 fprintf(fp, "CMD %s\n", xcmd.str);
371 FStr_Done(&xcmd);
job.c 984 char *xcmd; /* The expanded command */ local in function:JobWriteCommand
986 char *escCmd; /* xcmd escaped to be used in double quotes */
990 xcmd = Var_SubstInTarget(ucmd, job->node);
992 xcmdStart = xcmd;
996 ParseCommandFlags(&xcmd, &cmdFlags);
1014 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd);
1055 ShellWriter_WriteFmt(wr, cmdTemplate, xcmd);
1155 char *xcmd = Var_Subst(cmd, job->node, VARE_EVAL); local in function:DebugFailedJob
1156 debug_printf("\t=> %s\n", xcmd);
1157 free(xcmd);
    [all...]

Completed in 15 milliseconds