Searched refs:attr (Results 126 - 150 of 157) sorted by relevance

1234567

/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel_compat.h19 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
86 void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c145 FILE_NAME_ATTR attr; member in struct:__anon120
154 find.attr.file_name_length = uname_len;
165 find.attr.file_name[i] = vol->upcase[cpuchar];
167 find.attr.file_name[i] = uname[i];
185 && ntfs_names_are_equal(find.attr.file_name,
186 find.attr.file_name_length,
H A Dindex.c409 a = (*ctx)->attr;
1274 if (ntfs_resident_attr_value_resize(ctx->mrec, ctx->attr,
1288 - le32_to_cpu(ctx->attr->value_length))) {
1999 * @attr: attribute for which we want its index root
2008 INDEX_ROOT *ntfs_index_root_get(ntfs_inode *ni, ATTR_RECORD *attr) argument
2014 name = (ntfschar *)((u8 *)attr + le16_to_cpu(attr->name_offset));
2016 if (!ntfs_ir_lookup(ni, name, attr->name_length, &ctx))
2023 *root = *((INDEX_ROOT *)((u8 *)ctx->attr +
2024 le16_to_cpu(ctx->attr
[all...]
H A Dvolume.c299 l = ntfs_get_attribute_value_length(ctx->attr);
310 l = ntfs_get_attribute_value(vol, ctx->attr, vol->mft_ni->attr_list);
346 a = ctx->attr;
1157 a = ctx->attr;
1203 a = ctx->attr;
1760 a = ctx->attr;
H A Dwin32_io.c884 OBJECT_ATTRIBUTES attr; local
902 attr.Length = sizeof(OBJECT_ATTRIBUTES);
903 attr.RootDirectory = (HANDLE*)NULL;
904 attr.ObjectName = &unicode_name;
905 attr.Attributes = OBJ_CASE_INSENSITIVE;
906 attr.SecurityDescriptor = (void*)NULL;
907 attr.SecurityQualityOfService = (void*)NULL;
919 &attr, &io_status,
H A Dsecurity.h316 const char *path, u32 selection, const char *attr);
H A Dattrib.h71 * @attr: attribute record in @mrec where to begin/continue search
72 * @is_first: if true lookup_attr() begins search with @attr, else after @attr
76 * search, and @attr to point to the first attribute within @mrec (not necessary
80 * If @is_first is TRUE, the search begins with @attr. If @is_first is FALSE,
81 * the search begins after @attr. This is so that, after the first call to one
88 ATTR_RECORD *attr; member in struct:_ntfs_attr_search_ctx
129 * ATTR_RECORD *attr = ctx->attr;
130 * // attr no
[all...]
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c863 tup->parse.longlink_mfc.fn[i].space ? "common" : "attr",
933 tup->parse.bar.attr & CISTPL_BAR_SPACE);
935 if (tup->parse.bar.attr & CISTPL_BAR_SPACE_IO)
939 if (tup->parse.bar.attr & CISTPL_BAR_PREFETCH)
941 if (tup->parse.bar.attr & CISTPL_BAR_CACHEABLE)
943 if (tup->parse.bar.attr & CISTPL_BAR_1MEG_MAP)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp368 Attribute attr(fRootNode);
371 status = attr.Create("be:volume_id", B_UINT64_TYPE, O_RDWR, &cookie);
382 attr.Write(transaction, cookie, 0, (uint8_t *)&id, &length, NULL);
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c855 * mft record specified by @ctx->mrec, beginning at @ctx->attr, for an
857 * returns 0 and @ctx->attr will point to the found attribute.
860 * @ctx->attr will point to the attribute before which the attribute being
864 * code but not to ENOENT. In this case @ctx->attr is undefined and in
867 * If @ctx->is_first is TRUE, the search begins with @ctx->attr itself. If it
868 * is FALSE, the search begins after @ctx->attr.
921 * Iterate over attributes in mft record starting at @ctx->attr, or the
925 a = ctx->attr;
928 a = (ATTR_RECORD*)((char*)ctx->attr +
929 le32_to_cpu(ctx->attr
[all...]
/haiku/src/add-ons/print/drivers/pcl6/
H A DPCL6Writer.h366 void AppendAttribute(Attribute attr);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c3170 uint32_t attr; local
3254 attr = RAL_READ(sc, RT2860_SKEY_MODE_0_7);
3255 attr &= ~(0xf << (k->k_id * 4));
3256 attr |= mode << (k->k_id * 4);
3257 RAL_WRITE(sc, RT2860_SKEY_MODE_0_7, attr);
3260 attr = RAL_READ(sc, RT2860_WCID_ATTR(wcid));
3261 attr = (attr & ~0xf) | (mode << 1) | RT2860_RX_PKEY_EN;
3262 RAL_WRITE(sc, RT2860_WCID_ATTR(wcid), attr);
3272 uint32_t attr; local
[all...]
/haiku/src/kits/tracker/
H A DModel.cpp1232 Model::WriteAttr(const char* attr, type_code type, off_t offset, argument
1239 ssize_t result = fNode->WriteAttr(attr, type, offset, buffer, length);
1245 Model::WriteAttrKillForeign(const char* attr, const char* foreignAttr, argument
1252 ssize_t result = fNode->WriteAttr(attr, type, offset, buffer, length);
H A DUtilities.cpp1426 GetAppSignatureFromAttr(BFile* file, char* attr) argument
1435 return appFileInfo.GetSignature(attr);
1438 0, attr, B_MIME_TYPE_LENGTH);
H A DPose.cpp280 // no attr name means check all widgets for stat info changes
776 BPose::WidgetFor(uint32 attr, int32* index) const argument
781 if (widget->AttrHash() == attr) {
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c893 /* attr stuff */
1056 fc->attr = ae;
1085 cookie->attr ? cookie->attr->name : "?");
1106 cookie->attr ? cookie->attr->name : "?");
1127 attr_entry *ae = cookie->attr;
1129 if (!node || !st || !cookie || !cookie->attr)
1145 attr_entry *ae = cookie->attr;
/haiku/src/apps/terminal/
H A DTermView.h206 void _DrawLinePart(float x1, float y1, Attributes attr,
H A DTermParse.cpp1037 Attributes attr; local
1038 fBuffer->FillScreen(UTF8Char('E'), attr);
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c1279 const tulip_phy_attr_t *attr; local
1305 for (attr = tulip_mii_phy_attrlist;; attr++) {
1306 if (attr->attr_id == 0)
1308 if ((id & ~0x0F) == attr->attr_id)
1312 if (attr->attr_modes[PHY_MODE_100TX].pm_regno) {
1313 const tulip_phy_modedata_t * const pm = &attr->attr_modes[PHY_MODE_100TX];
1318 if (idx == 0 && attr->attr_modes[PHY_MODE_100T4].pm_regno) {
1319 const tulip_phy_modedata_t * const pm = &attr->attr_modes[PHY_MODE_100T4];
1324 if (idx == 0 && attr
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h394 u_char attr; member in struct:cistpl_bar_t
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c2365 uint32_t attr; local
2453 if (run_read(sc, RT2860_SKEY_MODE_0_7, &attr))
2455 attr &= ~(0xf << (k->wk_keyix * 4));
2456 attr |= mode << (k->wk_keyix * 4);
2457 if (run_write(sc, RT2860_SKEY_MODE_0_7, attr))
2461 if (run_read(sc, RT2860_WCID_ATTR(wcid), &attr))
2463 attr = (attr & ~0xf) | (mode << 1) | RT2860_RX_PKEY_EN;
2464 if (run_write(sc, RT2860_WCID_ATTR(wcid), attr))
2521 uint32_t attr; local
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8574 of the FD (node, attr, attr dir etc.) is performed. If only \a path is
8619 of the FD (node, attr, attr dir etc.) is performed. If only \a path is
9731 int attr = attr_open(fd, NULL, attribute, O_RDONLY, false); local
9732 if (attr < 0)
9733 return attr;
9735 ssize_t bytes = _user_read(attr, pos, userBuffer, readBytes);
9736 _user_close(attr);
9758 int attr local
9785 int attr = attr_open(fd, NULL, attribute, O_RDONLY, false); local
[all...]
/haiku/src/apps/serialconnect/libvterm/src/
H A Dscreen.c395 static int setpenattr(VTermAttr attr, VTermValue *val, void *user) argument
399 switch(attr) {
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css330 content: " <" attr(url) ">";
348 /* simple symbol - content: "#" attr(linkend);*/
350 content: "\00a7" attr(linkend);
/haiku/headers/private/kernel/arch/arm64/
H A Darm_registers.h501 #define MAIR_ATTR(attr, idx) ((attr) << ((idx) * 8))

Completed in 427 milliseconds

1234567