Searched refs:xtype (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/arm/nvidia/ |
H A D | tegra_i2c.c | 475 enum tegra_i2c_xfer_type xtype) in tegra_i2c_start_msg() argument 491 if (xtype == XFER_CONTINUE) in tegra_i2c_start_msg() 493 else if (xtype == XFER_REPEAT_START) in tegra_i2c_start_msg() 536 enum tegra_i2c_xfer_type xtype; in tegra_i2c_transfer() local 562 xtype = XFER_CONTINUE; in tegra_i2c_transfer() 564 xtype = XFER_STOP; in tegra_i2c_transfer() 567 xtype = XFER_CONTINUE; in tegra_i2c_transfer() 569 xtype = XFER_REPEAT_START; in tegra_i2c_transfer() 571 tegra_i2c_start_msg(sc, sc->msg, xtype); in tegra_i2c_transfer()
|
/freebsd/crypto/openssh/regress/ |
H A D | keytype.sh | 27 xtype=`echo ${kt} | awk -F- '{print $1}'` 30 *) type=$xtype; bits=$xbits; bits_arg="-b $bits";;
|
/freebsd/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfs-zed.postinst | 10 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
|
H A D | openzfs-zfs-zed.postrm | 11 find "${etcd}" -maxdepth 1 -lname "${zedd}/*" -xtype l -delete
|
/freebsd/usr.sbin/rarpd/ |
H A D | rarpd.c | 714 int xtype, xindex; in update_arptab() local 769 xtype = ll2->sdl_type; in update_arptab() 787 ll2->sdl_type = xtype; in update_arptab()
|
/freebsd/sys/cddl/dev/sdt/ |
H A D | sdt.c | 331 if (argtype->xtype != NULL) in sdt_getargdesc() 332 strlcpy(desc->dtargd_xlate, argtype->xtype, in sdt_getargdesc()
|
/freebsd/sys/sys/ |
H A D | sdt.h | 95 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument 246 .xtype = _xtype, \ 434 const char *xtype; /* Translated argument type. */ member
|
/freebsd/contrib/sendmail/src/ |
H A D | deliver.c | 5350 int xtype, rtype; local 5433 xtype = p[0] - '0'; 5435 xtype = 0; 5447 if (xtype > 0 && ISSMTPCODE(dsn) && 5448 (rtype = dsn[0] - '0') > 0 && rtype != xtype) 5513 ((xtype > 0 && rtype != xtype) || rtype < 4)) 5529 ((xtype > 0 && rtype != xtype) || rtype < 4))
|
/freebsd/share/examples/csh/ |
H A D | dot.cshrc | 41 regex used xtype fprint fprint0 fprintf print0 printf not a and o or)/' \
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 179 lname empty path regex used xtype fprint fprint0 fprintf print0 \
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 31333 etByte xtype = etINVALID; /* Conversion paradigm */ in sqlite3_str_vappendf() local 31482 xtype = etINVALID; in sqlite3_str_vappendf() 31486 xtype = infop->type; in sqlite3_str_vappendf() 31510 switch( xtype ){ in sqlite3_str_vappendf() 31573 if( xtype==etORDINAL ){ in sqlite3_str_vappendf() 31636 if( xtype==etFLOAT ){ in sqlite3_str_vappendf() 31638 }else if( xtype==etGENERIC ){ in sqlite3_str_vappendf() 31680 if( xtype==etGENERIC ){ in sqlite3_str_vappendf() 31685 xtype = etEXP; in sqlite3_str_vappendf() 31688 xtype = etFLOAT; in sqlite3_str_vappendf() [all …]
|