/src/lib/libm/src/ |
s_lrint.c | 41 #define dtype long macro 48 * that overflows depends on the rounding mode when 'dtype' has more 52 dtype 56 dtype d; 59 d = (dtype)roundit(x);
|
s_llrint.c | 10 #define dtype long long macro
|
s_llrintf.c | 10 #define dtype long long macro
|
s_lrintf.c | 10 #define dtype long macro
|
s_lrintl.c | 12 #define dtype long macro
|
s_lround.c | 42 #define dtype long macro 49 * If stype has more precision than dtype, the endpoints dtype_(min|max) are 51 * from 0. On the other hand, if stype has less precision than dtype, then 61 dtype 67 return ((dtype)x);
|
s_llround.c | 10 #define dtype long long macro
|
s_llroundf.c | 10 #define dtype long long macro
|
s_llroundl.c | 10 #define dtype long long macro
|
s_lroundf.c | 10 #define dtype long macro
|
s_lroundl.c | 10 #define dtype long macro
|
s_llrintl.c | 13 #define dtype long long macro
|
/src/sys/dev/scsipi/ |
scsipiconf.c | 221 const char *dtype; local in function:scsipi_dtype 225 dtype = "disk"; 228 dtype = "tape"; 231 dtype = "printer"; 234 dtype = "processor"; 237 dtype = "worm"; 240 dtype = "cdrom"; 243 dtype = "scanner"; 246 dtype = "optical"; 249 dtype = "changer" [all...] |
atapiconf.c | 308 const char *dtype; local in function:atapibusprint 315 dtype = scsipi_dtype(inqbuf->type & SID_TYPE); 318 inqbuf->product, inqbuf->revision, dtype,
|
/src/sys/arch/atari/stand/ahdilabel/ |
writedtab.c | 42 ahdi_writedisktab (struct ahdi_ptable *ptable, char *disktype, char *disktab, char *dtype) 52 strlen (dtype) ? dtype : "SCSI", disktype); 54 strlen (dtype) ? dtype : "SCSI", ptable->nsectors,
|
/src/sys/arch/hp300/stand/common/ |
ite.c | 200 int dtype, fboff, slotno, i; local in function:iteconfig 214 for (dtype = 0; dtype < __arraycount(itesw); dtype++) 215 if (itesw[dtype].ite_hwid == fb->fbid) 217 if (dtype == __arraycount(itesw)) 223 ip->isw = &itesw[dtype]; 246 if (itesw[dtype].ite_probe != NULL && 247 (*itesw[dtype].ite_probe)(ip) != 0) 266 for (dtype = 0; dtype < __arraycount(itesw); dtype++ [all...] |
/src/sys/arch/alpha/tlsb/ |
tlsb.c | 243 tlsb_node_type_str(uint32_t dtype, char *buf, size_t buflen) 245 switch (dtype & TLDEV_DTYPE_MASK) { 268 snprintf(buf, buflen, "unknown, dtype 0x%04x", dtype);
|
/src/sys/ufs/chfs/ |
media.h | 127 uint8_t dtype; /* file type */ member in struct:chfs_flash_dirent_node
|
/src/sbin/newfs_msdos/ |
newfs_msdos.c | 95 char *fname, *dtype; local in function:main 192 dtype = *argv; 193 return mkfs_msdos(fname, dtype, &o);
|
/src/lib/libpuffs/ |
subr.c | 60 puffs_nextdent(struct dirent **dent, const char *name, ino_t id, uint8_t dtype, 70 d->d_type = dtype;
|
/src/sys/dev/pci/ |
if_vmxreg.h | 94 uint32_t dtype:1; /* Descriptor type */ member in struct:vmxnet3_txdesc 129 uint32_t dtype:1; /* Descriptor type */ member in struct:vmxnet3_rxdesc
|
/src/sys/sys/ |
ktrace.h | 454 ktrexecfd(int fd, u_int dtype) 457 ktr_execfd(fd, dtype);
|
/src/lib/librefuse/ |
refuse.c | 250 uint8_t dtype) 262 if (puffs_nextdent(&dh->d, name, dino, dtype, &dh->reslen)) { 275 return !puffs_nextdent(&dh->d, name, dino, dtype, &dh->reslen); 286 uint8_t dtype; local in function:puffs_fuse_fill_dir 289 dtype = DT_UNKNOWN; 292 dtype = (uint8_t)puffs_vtype2dt(puffs_mode2vt(stbuf->st_mode)); 305 return fill_dirbuf(deh, name, dino, dtype);
|
/src/sys/arch/xen/xenbus/ |
xenbus_probe.c | 446 char dtype[10]; local in function:xenbus_probe_device_type 448 "device-type", dtype, sizeof(dtype)) !=0) { 456 strcmp(dtype, "cdrom") == 0) {
|
/src/sbin/iscsid/ |
iscsid_targets.c | 52 * dtype portal discovery type 60 iscsi_portal_types_t dtype, uint32_t did) 79 portal->portaltype = dtype; 418 * dtype = type of portal added: PORTAL_TYPE_SENDTARGET or 423 * Always sets portaltype to dtype even if portal already exists 429 iscsi_portal_types_t dtype, uint32_t did) 441 portal = create_portal(target, addr, dtype, did); 448 } else if ((portal = create_portal(target, addr, dtype, did)) == NULL) { 451 portal->portaltype = dtype;
|