Searched refs:grp (Results 1 - 19 of 19) sorted by relevance

/haiku/src/bin/multiuser/
H A Dgroupadd.cpp8 #include <grp.h>
H A Dgroupdel.cpp7 #include <grp.h>
H A Dgroupmod.cpp8 #include <grp.h>
/haiku/headers/private/libroot/
H A Duser_group.h8 #include <grp.h>
/haiku/src/system/libroot/posix/
H A Dgrp.cpp6 #include <grp.h>
H A Dpwd_query.c12 #include <grp.h>
/haiku/src/add-ons/kernel/file_systems/nfs4/idmapper/
H A DIdMapper.cpp12 #include <grp.h>
/haiku/src/bin/
H A Did.c26 #include <grp.h>
/haiku/src/bin/network/ftpd/
H A Dftpd.c77 #include <grp.h>
1150 struct group *grp; local
1155 if ((grp = getgrnam(p+1)) == NULL)
1160 if (pwset && grp->gr_gid == pw->pw_gid)
1165 while (!found && grp->gr_mem[i])
1167 grp->gr_mem[i++])
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c4815 find_child_with_core(int cpu, struct cpu_group *grp) argument
4819 if (grp->cg_children == 0)
4822 MPASS(grp->cg_child);
4823 for (i = 0; i < grp->cg_children; i++) {
4824 if (CPU_ISSET(cpu, &grp->cg_child[i].cg_mask))
4840 struct cpu_group *grp; local
4843 grp = cpu_top;
4844 if (grp == NULL)
4851 while ((i = find_child_with_core(cpu, grp)) != -1) {
4857 if (grp
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c50 #include <grp.h>
1280 gid_t grp; local
1296 grp = 0;
1323 grp = c - '0';
1331 grp = grp*10 + c - '0';
1333 ismember = (grp == gid);
H A Dacls.c50 #include <grp.h>
4452 struct group *grp; local
4472 grp = getgrnam(item->gidstr);
4473 if (grp)
4474 gid = grp->gr_gid;
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c5701 int i, is_chan_5ghz, c, grp, maxpwr; local
5737 grp = 4;
5739 grp = 0;
5741 grp = 1;
5743 grp = 2;
5745 grp = 3;
5747 "%s: chan %d, attenuation group=%d\n", __func__, chan, grp);
5778 tdiff = ((sc->temp - temp) * 2) / tdiv[grp];
5807 idx += (int32_t)le32toh(uc->atten[grp][c]);
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp13 #include <grp.h>
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp13 #include <grp.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h6257 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
6321 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
6724 #define IWM_WIDE_ID(grp, opcode) ((grp << 8) | opcode)
H A Dif_iwm.c583 iwm_lookup_cmd_ver(struct iwm_softc *sc, uint8_t grp, uint8_t cmd) argument
590 if (entry->group == grp && entry->cmd == cmd)
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h7423 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
7791 #define IWX_WIDE_ID(grp, opcode) ((grp << 8) | opcode)
H A Dif_iwx.c536 iwx_lookup_cmd_ver(struct iwx_softc *sc, uint8_t grp, uint8_t cmd) argument
543 if (entry->group == grp && entry->cmd == cmd)
551 iwx_lookup_notif_ver(struct iwx_softc *sc, uint8_t grp, uint8_t cmd) argument
558 if (entry->group == grp && entry->cmd == cmd)

Completed in 481 milliseconds