Home
last modified time | relevance | path

Searched refs:sgrp (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dgshadow.h37 struct sgrp struct
68 extern struct sgrp *getsgent (void);
76 extern struct sgrp *getsgnam (const char *__name);
84 extern struct sgrp *sgetsgent (const char *__string);
92 extern struct sgrp *fgetsgent (FILE *__stream);
100 extern int putsgent (const struct sgrp *__g, FILE *__stream);
110 extern int getsgent_r (struct sgrp *__result_buf, char *__buffer,
111 size_t __buflen, struct sgrp **__result);
113 extern int getsgnam_r (const char *__name, struct sgrp *__result_buf,
115 struct sgrp **__result);
[all …]
H A Dnss.h75 struct sgrp;
167 typedef enum nss_status nss_getsgent_r (struct sgrp *, char *, size_t, int *);
168 typedef enum nss_status nss_getsgnam_r (const char *, struct sgrp *,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dgshadow.h37 struct sgrp struct
68 extern struct sgrp *getsgent (void);
76 extern struct sgrp *getsgnam (const char *__name);
84 extern struct sgrp *sgetsgent (const char *__string);
92 extern struct sgrp *fgetsgent (FILE *__stream);
100 extern int putsgent (const struct sgrp *__g, FILE *__stream);
110 extern int getsgent_r (struct sgrp *__result_buf, char *__buffer,
111 size_t __buflen, struct sgrp **__result);
113 extern int getsgnam_r (const char *__name, struct sgrp *__result_buf,
115 struct sgrp **__result);
[all …]
H A Dnss.h75 struct sgrp;
167 typedef enum nss_status nss_getsgent_r (struct sgrp *, char *, size_t, int *);
168 typedef enum nss_status nss_getsgnam_r (const char *, struct sgrp *,
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0026-Handle-missing-gshadow.patch29 if (sgrp && !streq_ptr(sgrp->sg_namp, grp->gr_name))
40 if (sgrp) {
41 if (looks_like_hashed_password(utf8_only(sgrp->sg_passwd))) {
42 g->hashed_password = strv_new(sgrp->sg_passwd);
51 @@ -388,6 +392,7 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re
58 struct sgrp sgrp, *result;
59 @@ -416,6 +421,9 @@ int nss_sgrp_for_group(const struct group *grp, struct sgrp *ret_sgrp, char **re
74 struct sgrp sgrp, *sresult = NULL;
85 r = nss_sgrp_for_group(result, &sgrp, &sbuf);
102 struct sgrp sgrp, *sresult = NULL;
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0026-Handle-missing-gshadow.patch27 if (sgrp && !streq_ptr(sgrp->sg_namp, grp->gr_name))
38 if (sgrp) {
39 if (looks_like_hashed_password(utf8_only(sgrp->sg_passwd))) {
40 g->hashed_password = strv_new(sgrp->sg_passwd);
56 struct sgrp sgrp, *result;
72 struct sgrp sgrp, *sresult = NULL;
83 r = nss_sgrp_for_group(result, &sgrp, &sbuf);
100 struct sgrp sgrp, *sresult = NULL;
111 r = nss_sgrp_for_group(result, &sgrp, &sbuf);
132 +struct sgrp;
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dibmpowernv.c338 struct device_node *groups, *sgrp; in init_sensor_group_data() local
346 for_each_child_of_node(groups, sgrp) { in init_sensor_group_data()
347 type = get_sensor_type(sgrp); in init_sensor_group_data()
362 for_each_child_of_node(groups, sgrp) { in init_sensor_group_data()
365 type = get_sensor_type(sgrp); in init_sensor_group_data()
369 if (of_property_read_u32(sgrp, "sensor-group-id", &gid)) in init_sensor_group_data()
372 if (of_count_phandle_with_args(sgrp, "sensors", NULL) <= 0) in init_sensor_group_data()
392 struct device_node *groups, *sgrp; in get_sensor_group() local
398 for_each_child_of_node(groups, sgrp) { in get_sensor_group()
404 type = get_sensor_type(sgrp); in get_sensor_group()
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c1285 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_completion() local
1290 part_stat_add(part, sectors[sgrp], bytes >> 9); in blk_account_io_completion()
1304 const int sgrp = op_stat_group(req_op(req)); in blk_account_io_done() local
1311 part_stat_inc(part, ios[sgrp]); in blk_account_io_done()
1312 part_stat_add(part, nsecs[sgrp], now - req->start_time_ns); in blk_account_io_done()
1334 const int sgrp = op_stat_group(op); in __part_start_io_acct() local
1339 part_stat_inc(part, ios[sgrp]); in __part_start_io_acct()
1340 part_stat_add(part, sectors[sgrp], sectors); in __part_start_io_acct()
1366 const int sgrp = op_stat_group(op); in __part_end_io_acct() local
1372 part_stat_add(part, nsecs[sgrp], jiffies_to_nsecs(duration)); in __part_end_io_acct()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd.c465 const int sgrp = op_stat_group(bio_op(bio)); in md_submit_bio() local
499 part_stat_inc(&mddev->gendisk->part0, ios[sgrp]); in md_submit_bio()
500 part_stat_add(&mddev->gendisk->part0, sectors[sgrp], sectors); in md_submit_bio()