Searched refs:desc (Results 501 - 525 of 1799) sorted by relevance

<<21222324252627282930>>

/freebsd-12-stable/libexec/rc/rc.d/
H A Dzfs14 desc="Mount and share ZFS datasets"
/freebsd-12-stable/crypto/openssl/crypto/x509v3/
H A Dv3_info.c65 ACCESS_DESCRIPTION *desc;
74 desc = sk_ACCESS_DESCRIPTION_value(ainfo, i);
75 tmp = i2v_GENERAL_NAME(method, desc->location, tret);
80 i2t_ASN1_OBJECT(objtmp, sizeof(objtmp), desc->method);
/freebsd-12-stable/usr.sbin/bluetooth/bthidd/
H A Dbthid_config.h61 report_desc_t desc; /* HID report descriptor */ member in struct:hid_device
/freebsd-12-stable/usr.sbin/mpsutil/
H A Dmpsutil.c56 const char *args, *desc; local
64 (*cmd)->handler(&args, &desc);
67 (*cmd)->name, args, desc);
70 (*cmd)->set, (*cmd)->name, args, desc);
/freebsd-12-stable/usr.sbin/ppp/
H A Dchap.h42 struct fdescriptor desc; member in struct:chap
H A Dchat.h41 struct fdescriptor desc; member in struct:chat
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp34 cl::desc("<xray log file>"),
38 "output-format", cl::desc("output format"),
46 cl::desc("Alias for -output-format"));
49 cl::desc("output file; use '-' for stdout"),
52 cl::desc("Alias for -output"));
56 cl::desc("symbolize function ids from the input log"),
59 cl::desc("Alias for -symbolize"));
63 cl::desc("binary with the instrumentation map, or "
68 cl::desc("Alias for -instr_map"));
71 cl::desc("determine
[all...]
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_frontend.c266 struct scsi_vpd_id_descriptor *desc; local
287 desc = (struct scsi_vpd_id_descriptor *)port->target_devid->data;
288 desc->proto_codeset = proto | SVPD_ID_CODESET_BINARY;
289 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_TARGET |
291 desc->length = CTL_WWPN_LEN;
292 scsi_u64to8b(port->wwnn, desc->identifier);
304 desc = (struct scsi_vpd_id_descriptor *)port->port_devid->data;
305 desc->proto_codeset = proto | SVPD_ID_CODESET_BINARY;
306 desc->id_type = SVPD_ID_PIV | SVPD_ID_ASSOC_PORT |
308 desc
[all...]
/freebsd-12-stable/stand/efi/libefi/
H A Definet.c136 efinet_put(struct iodesc *desc, void *pkt, size_t len) argument
138 struct netif *nif = desc->io_netif;
166 efinet_get(struct iodesc *desc, void **pkt, time_t timeout) argument
168 struct netif *nif = desc->io_netif;
210 efi_env_net_params(struct iodesc *desc) argument
268 desc->myip = myip;
272 efinet_init(struct iodesc *desc, void *machdep_hint) argument
274 struct netif *nif = desc->io_netif;
281 efi_env_net_params(desc);
327 bcopy(net->Mode->CurrentAddress.Addr, desc
[all...]
/freebsd-12-stable/sys/dev/ioat/
H A Dioat.c164 const char *desc; member in struct:_pcsid
258 device_set_desc(device, ep->desc);
457 struct ioat_descriptor *desc; local
466 desc = ioat_get_ring_entry(ioat, ioat->head);
468 dmadesc = &desc->bus_dmadesc;
785 struct ioat_descriptor *desc; local
829 desc = ioat_get_ring_entry(ioat, ioat->tail);
830 dmadesc = &desc->bus_dmadesc;
831 CTR5(KTR_IOAT, "channel=%u completing desc idx %u (%p) ok cb %p(%p)",
835 bus_dmamap_unload(ioat->data_tag, desc
1123 struct ioat_descriptor *desc; local
1190 struct ioat_descriptor *desc; local
1213 struct ioat_descriptor *desc; local
1238 struct ioat_descriptor *desc; local
1316 struct ioat_descriptor *desc; local
1386 struct ioat_descriptor *desc; local
1456 struct ioat_descriptor *desc; local
1599 union ioat_hw_descriptor *desc; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBranchProbabilityInfo.cpp30 cl::desc("branch probability threshold in percentage"
36 cl::desc("branch probability threshold in percentage to be considered"
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DTestingSupport.cpp23 cl::desc("<Source file>"));
27 cl::desc(
/freebsd-12-stable/contrib/openpam/t/
H A Dt_openpam_ctype.c66 t_oc_##set(char **desc, void *arg) \
71 (void)desc; \
/freebsd-12-stable/contrib/pjdfstest/tests/chmod/
H A D12.t5 desc="verify SUID/SGID bit behaviour"
/freebsd-12-stable/contrib/pjdfstest/tests/granular/
H A D01.t5 desc="NFSv4 granular permissions checking - ACL_READ_ATTRIBUTES and ACL_WRITE_ATTRIBUTES"
/freebsd-12-stable/contrib/pjdfstest/tests/link/
H A D03.t5 desc="link returns ENAMETOOLONG if an entire length of either path name exceeded {PATH_MAX} characters"
H A D05.t5 desc="link returns EMLINK if the link count of the file named by name1 would exceed 32767"
H A D11.t5 desc="link returns EPERM if the source file is a directory"
H A D14.t5 desc="link returns EXDEV if the source and the destination files are on different file systems"
H A D15.t5 desc="link returns ENOSPC if the directory in which the entry for the new link is being placed cannot be extended because there is no space left on the file system containing the directory"
/freebsd-12-stable/contrib/pjdfstest/tests/mkdir/
H A D05.t5 desc="mkdir returns EACCES when search permission is denied for a component of the path prefix"
H A D06.t5 desc="mkdir returns EACCES when write permission is denied on the parent directory of the directory to be created"
H A D09.t5 desc="mkdir returns EROFS if the named file resides on a read-only file system"
/freebsd-12-stable/contrib/pjdfstest/tests/mkfifo/
H A D05.t5 desc="mkfifo returns EACCES when search permission is denied for a component of the path prefix"
H A D06.t5 desc="mkfifo returns EACCES when write permission is denied on the parent directory of the file to be created"

Completed in 282 milliseconds

<<21222324252627282930>>