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

<<21222324252627282930>>

/freebsd-13-stable/contrib/pjdfstest/tests/rename/
H A D15.t5 desc="rename returns EXDEV if the link named by 'to' and the file named by 'from' are on different file systems"
H A D16.t5 desc="rename returns EROFS if the requested link requires writing in a directory on a read-only file system"
/freebsd-13-stable/contrib/pjdfstest/tests/rmdir/
H A D14.t5 desc="rmdir returns EROFS if the named file resides on a read-only file system"
/freebsd-13-stable/contrib/pjdfstest/tests/symlink/
H A D00.t5 desc="symlink creates symbolic links"
H A D05.t5 desc="symlink returns EACCES when a component of the name2 path prefix denies search permission"
H A D06.t5 desc="symlink returns EACCES if the parent directory of the file to be created denies write permission"
H A D10.t5 desc="symlink returns EROFS if the file name2 would reside on a read-only file system"
/freebsd-13-stable/contrib/pjdfstest/tests/unlink/
H A D12.t5 desc="unlink returns EROFS if the named file resides on a read-only file system"
/freebsd-13-stable/contrib/pjdfstest/tests/utimensat/
H A D01.t5 desc="utimensat with UTIME_NOW will set the will set typestamps to now"
H A D02.t5 desc="utimensat with UTIME_OMIT will leave the time unchanged"
H A D03.t5 desc="utimensat can update birthtimes"
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineScheduler.cpp16 cl::desc("Disable scheduling addi instruction before"
20 cl::desc("Enable scheduling addi instruction as early"
/freebsd-13-stable/sys/vm/
H A Dmemguard.c83 TUNABLE_STR("vm.memguard.desc", vm_memguard_desc, sizeof(vm_memguard_desc));
87 char desc[sizeof(vm_memguard_desc)]; local
90 strlcpy(desc, vm_memguard_desc, sizeof(desc));
91 error = sysctl_handle_string(oidp, desc, sizeof(desc), req);
97 vm_memguard_mtype = malloc_desc2type(desc);
98 strlcpy(vm_memguard_desc, desc, sizeof(vm_memguard_desc));
102 SYSCTL_PROC(_vm_memguard, OID_AUTO, desc,
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_volume.c149 if (f->desc->in != f->desc->out ||
150 AFMT_CHANNEL(f->desc->in) > SND_CHN_MAX)
154 if (AFMT_ENCODING(f->desc->in) ==
161 info->bps = AFMT_BPS(f->desc->in);
162 info->channels = AFMT_CHANNEL(f->desc->in);
326 if (f == NULL || f->desc == NULL || f->desc->type != FEEDER_VOLUME ||
/freebsd-13-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_var.h39 struct rtwn_rx_stat_pci *desc; member in struct:rtwn_rx_ring
61 void *desc; member in struct:rtwn_tx_ring
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_adminq.h88 struct i40e_aq_desc desc; member in struct:i40e_arq_event_info
164 void i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc,
/freebsd-13-stable/stand/common/
H A Dcommands.c64 help_getnext(int fd, char **topic, char **subtopic, char **desc) argument
69 *topic = *subtopic = *desc = NULL;
89 *desc = strdup(cp + 1);
96 free(*desc);
97 *subtopic = *desc = NULL;
105 help_emitsummary(char *topic, char *subtopic, char *desc) argument
117 if (desc != NULL) {
121 pager_output(desc);
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Dgen-errorlist.py94 desc = m.group(3) variable
95 trans.append([start, end - start + 1, desc, [t]])
/freebsd-13-stable/sys/dev/ipmi/
H A Dipmi_pci.c58 char *desc; member in struct:ipmi_ident
71 return (m->desc);
78 const char *desc; local
83 desc = ipmi_pci_match(pci_get_vendor(dev), pci_get_device(dev));
84 if (desc != NULL) {
85 device_set_desc(dev, desc);
/freebsd-13-stable/sys/dev/virtio/
H A Dvirtio.c103 virtio_feature_name(uint64_t val, struct virtio_feature_desc *desc) argument
106 struct virtio_feature_desc *descs[2] = { desc,
124 struct virtio_feature_desc *desc)
145 name = virtio_feature_name(val, desc);
160 struct virtio_feature_desc *desc)
174 error = virtio_describe_sbuf(&sb, features, desc);
123 virtio_describe_sbuf(struct sbuf *sb, uint64_t features, struct virtio_feature_desc *desc) argument
159 virtio_describe(device_t dev, const char *msg, uint64_t features, struct virtio_feature_desc *desc) argument
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dmem.c243 ppc_mrset(struct mem_range_softc *sc, struct mem_range_desc *desc, int *arg) argument
251 sc->mr_desc[i] = *desc;
255 if (sc->mr_desc[i].mr_base == desc->mr_base &&
256 sc->mr_desc[i].mr_len == desc->mr_len)
262 if (sc->mr_desc[i].mr_base == desc->mr_base &&
263 sc->mr_desc[i].mr_len == desc->mr_len) {
/freebsd-13-stable/sys/dev/sound/usb/
H A Duaudio.c206 uint8_t desc[64]; member in struct:uaudio_mixer_node
405 const struct usb_descriptor *desc; member in union:uaudio_terminal_node::__anon14356
1704 struct usb_descriptor *desc = NULL; local
1729 while ((desc = usb_desc_foreach(cd, desc))) {
1730 if ((desc->bDescriptorType == UDESC_INTERFACE) &&
1731 (desc->bLength >= sizeof(*id))) {
1732 id = (void *)desc;
1805 (desc->bDescriptorType == UDESC_CS_INTERFACE) &&
1806 (desc
4011 const struct usb_descriptor *desc; member in union:__anon14357
4144 const struct usb_descriptor *desc; member in union:__anon14358
4929 uaudio_mixer_fill_info(struct uaudio_softc *sc, struct usb_device *udev, void *desc) argument
[all...]
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Dndis_events.c116 const char *ifname, const char *desc);
451 const char *desc)
456 if (desc == NULL) {
463 tmp = os_strdup(desc);
484 const char *ifname, const char *desc)
510 return ndis_events_use_desc(events, desc);
528 return ndis_events_use_desc(events, desc);
540 return ndis_events_use_desc(events, desc);
551 return ndis_events_use_desc(events, desc);
570 return ndis_events_use_desc(events, desc);
450 ndis_events_use_desc(struct ndis_events_data *events, const char *desc) argument
483 ndis_events_get_adapter(struct ndis_events_data *events, const char *ifname, const char *desc) argument
702 ndis_events_init(HANDLE *read_pipe, HANDLE *event_avail, const char *ifname, const char *desc) argument
[all...]
/freebsd-13-stable/sbin/camcontrol/
H A Dpersist.c376 struct scsi_per_res_in_full_desc *desc; local
383 if (length < sizeof(*desc)) {
395 desc = (struct scsi_per_res_in_full_desc *)cur_pos;
396 len_to_go >= sizeof(*desc);
397 desc = (struct scsi_per_res_in_full_desc *)cur_pos, i++) {
402 (uintmax_t)scsi_8btou64(desc->res_key.key));
404 (desc->flags & SPRI_FULL_ALL_TG_PT) ? 1 : 0);
406 (desc->flags & SPRI_FULL_R_HOLDER) ? 1 : 0);
408 if (desc->flags & SPRI_FULL_R_HOLDER)
409 persist_print_scopetype(desc
[all...]
/freebsd-13-stable/sys/dev/usb/wlan/
H A Dif_uath.c1328 struct uath_tx_desc *desc; local
1339 desc = (struct uath_tx_desc *)(chunk + 1);
1346 memset(desc, 0, sizeof(struct uath_tx_desc));
1347 desc->msglen = htobe32(sizeof(struct uath_tx_desc));
1348 desc->msgid = (sc->sc_msgid++) + 1; /* don't care about endianness */
1349 desc->type = htobe32(WDCMSG_FLUSH);
1350 desc->txqid = htobe32(0);
1351 desc->connid = htobe32(0);
1352 desc->flags = htobe32(0);
1357 desc
1525 struct uath_tx_desc *desc; local
2480 struct uath_rx_desc *desc; local
2712 struct uath_rx_desc *desc = NULL; local
[all...]

Completed in 195 milliseconds

<<21222324252627282930>>