Searched refs:id (Results 176 - 200 of 1631) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c53 uid_t *id; local
65 id = (uid_t *)acl_get_qualifier(entry);
66 if (id == NULL)
70 pwd = getpwuid(*id);
74 snprintf(str, size, "user:%d", (unsigned int)*id);
84 id = (uid_t *)acl_get_qualifier(entry);
85 if (id == NULL)
89 grp = getgrgid(*id);
93 snprintf(str, size, "group:%d", (unsigned int)*id);
144 uid_t *id; local
[all...]
/freebsd-9.3-release/usr.bin/cpuset/
H A Dcpuset.c60 id_t id; variable
172 if (cpuset_getaffinity(level, which, id, sizeof(mask), &mask) != 0)
174 printf("%s %jd%s mask: ", whichnames[which], (intmax_t)id,
186 * Only LEVEL_WHICH && WHICH_CPUSET has a numbered id.
190 if (cpuset_getid(level, which, id, &setid))
192 printf("%s %jd%s id: %d\n", whichnames[which], (intmax_t)id,
208 id = pid = tid = setid = -1;
229 id = atoi(optarg);
238 id
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_list.c113 conflict = (strcmp(iterator->id, e->id) == 0);
261 if ((e->id == NULL) || (e->name == NULL)) {
292 dest->id = src->id;
323 ENGINE *ENGINE_by_id(const char *id) argument
327 if (id == NULL) {
333 while (iterator && (strcmp(id, iterator->id) != 0))
358 ERR_add_error_data(2, "id
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dauthkeys.c321 keyid_t id
324 if (cache_keyid == id) {
379 keyid_t id,
391 bucket = &key_hash[KEYHASH(id)];
398 sk->keyid = id;
450 keyid_t id
455 for (sk = key_hash[KEYHASH(id)]; sk != NULL; sk = sk->hlink)
456 if (id == sk->keyid)
463 * auth_havekey - return TRUE if the key id is zero or known. The
468 keyid_t id
378 allocsymkey( keyid_t id, u_short flags, u_short type, u_long lifetime, size_t secretsize, u_char * secret, KeyAccT * ka ) argument
531 authtrust( keyid_t id, u_long trust ) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dc-pragma.c50 tree id; local
75 push_alignment (int alignment, tree id) argument
82 entry->id = id;
98 pop_alignment (tree id) argument
107 if (id)
110 if (entry->id == id)
118 , IDENTIFIER_POINTER (id), IDENTIFIER_POINTER (id));
147 tree x, id = 0; local
278 tree *p, t, id; local
311 tree *p, t, alias_id, id, decl, *next; local
578 const char *id = IDENTIFIER_POINTER (DECL_NAME (decl)); local
744 unsigned id; local
772 c_invoke_pragma_handler(unsigned int id) argument
788 struct omp_pragma_def { const char *name; unsigned int id; }; member in struct:omp_pragma_def
[all...]
/freebsd-9.3-release/contrib/com_err/
H A Dlex.l69 id { return ID; }
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dsem.h20 # define SM_NO_SEM(id) ((id) < 0)
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h96 unsigned int id);
99 void wpas_dbus_signal_network_selected(struct wpa_supplicant *wpa_s, int id);
112 u8 bssid[ETH_ALEN], unsigned int id);
114 u8 bssid[ETH_ALEN], unsigned int id);
144 unsigned int id)
154 struct wpa_supplicant *wpa_s, int id)
196 u8 bssid[ETH_ALEN], unsigned int id)
202 u8 bssid[ETH_ALEN], unsigned int id)
142 wpas_dbus_bss_signal_prop_changed( struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
153 wpas_dbus_signal_network_selected( struct wpa_supplicant *wpa_s, int id) argument
195 wpas_dbus_unregister_bss(struct wpa_supplicant *wpa_s, u8 bssid[ETH_ALEN], unsigned int id) argument
201 wpas_dbus_register_bss(struct wpa_supplicant *wpa_s, u8 bssid[ETH_ALEN], unsigned int id) argument
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dasn1_err.et6 id "$Id: asn1_err.et 21394 2007-07-02 10:14:43Z lha $"
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dlex.l66 id { return ID; }
/freebsd-9.3-release/crypto/heimdal/lib/hdb/
H A Dhdb_err.et6 id "$Id: hdb_err.et 15878 2005-08-11 13:17:22Z lha $"
/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Dkafs.h49 #define _VICEIOCTL(id) ((unsigned int ) _IOW('V', id, struct ViceIoctl))
50 #define _AFSCIOCTL(id) ((unsigned int ) _IOW('C', id, struct ViceIoctl))
155 krb5_ccache id,
160 krb5_ccache id,
164 krb5_ccache id,
171 krb5_ccache id,
/freebsd-9.3-release/etc/periodic/daily/
H A D420.status-network21 netstat -id && rc=0 || rc=3;;
/freebsd-9.3-release/lib/libc/gen/
H A Dpw_scan.c56 * for id's which cannot be stored in a short, but we are more liberal
73 uid_t id; local
111 id = temp;
117 if (root && id) {
122 if (flags & _PWSCAN_WARN && pw_big_ids_warning && id > USHRT_MAX) {
126 pw->pw_uid = id;
146 id = temp;
152 if (flags & _PWSCAN_WARN && pw_big_ids_warning && id > USHRT_MAX) {
156 pw->pw_gid = id;
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_user_mad.h55 * @id - ID of agent MAD received with/to be sent with
74 __u32 id; member in struct:ib_user_mad_hdr
105 * @id - Set by the kernel; used to identify agent in future requests.
120 __u32 id; member in struct:ib_user_mad_reg_req
/freebsd-9.3-release/sys/dev/cardbus/
H A Dcardbusvar.h53 uint16_t mfrid; /* manufacturer id */
54 uint16_t prodid; /* product id */
55 u_int funcid; /* function id */
78 typedef int (tuple_cb) (device_t cbdev, device_t child, int id, int len,
82 int id; member in struct:tuple_callbacks
/freebsd-9.3-release/sys/dev/mca/
H A Dmca_busvar.h32 mca_id_t id; member in struct:mca_ident
58 MCA_ACCESSOR(id, ID, mca_id_t)
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfsrvstate.h52 #define NFSCLIENTHASH(id) \
53 (&nfsclienthash[(id).lval[1] % NFSCLIENTHASHSIZE])
54 #define NFSSTATEHASH(clp, id) \
55 (&((clp)->lc_stateid[(id).other[2] % NFSSTATEHASHSIZE]))
56 #define NFSUSERHASH(id) \
57 (&nfsuserhash[(id) % NFSUSERHASHSIZE])
61 #define NFSGROUPHASH(id) \
62 (&nfsgrouphash[(id) % NFSGROUPHASHSIZE])
71 * The actual size malloc'd is large enough to accomodate the id string.
84 u_int32_t lc_callback; /* Callback id */
[all...]
/freebsd-9.3-release/sys/xen/
H A Dblkif.h47 uint64_t id; /* private guest value, echoed in resp */ member in struct:blkif_x86_32_request
52 uint64_t id; /* copied from request */ member in struct:blkif_x86_32_response
65 uint64_t __attribute__((__aligned__(8))) id; member in struct:blkif_x86_64_request
70 uint64_t __attribute__((__aligned__(8))) id; member in struct:blkif_x86_64_response
121 dst->id = src->id;
136 dst->id = src->id;
/freebsd-9.3-release/tools/regression/tmpfs/
H A Dt_mkdir70 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
75 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
80 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
85 [ ${st_uid} -eq $(id -u ${Unprived_User}) ] || die
/freebsd-9.3-release/usr.bin/chpass/
H A Dfield.c106 uid_t id; local
118 id = strtoul(p, &np, 10);
119 if (*np || (id == (uid_t)ULONG_MAX && errno == ERANGE)) {
123 pw->pw_uid = id;
132 gid_t id; local
148 id = strtoul(p, &np, 10);
149 if (*np || (id == (uid_t)ULONG_MAX && errno == ERANGE)) {
153 pw->pw_gid = id;
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drcparse.y84 rc_res_id id;
157 %type <id> id rcdata_id optresidc resref resid cresid
198 id ACCELERATORS suboptions BEG acc_entries END
236 $$.id = $2;
241 $$.id = $2;
256 $$.id = 0;
274 $$.id = 0;
326 id BITMAP memflags_move file_name
338 id CURSO
1502 id: label
[all...]
/freebsd-9.3-release/contrib/pf/ftp-proxy/
H A Dftp-proxy.c77 u_int32_t id; member in struct:session
139 logmsg(LOG_INFO, "#%d client close", s->id);
141 logmsg(LOG_ERR, "#%d client reset connection", s->id);
143 logmsg(LOG_ERR, "#%d client timeout", s->id);
145 logmsg(LOG_ERR, "#%d client write error: %d", s->id, what);
147 logmsg(LOG_ERR, "#%d abnormal client error: %d", s->id, what);
191 logmsg(LOG_DEBUG, "#%d proxy: %s", s->id, linebuf);
227 logmsg(LOG_CRIT, "#%d bad port in '%s'", s->id,
233 logmsg(LOG_DEBUG, "#%d proxy: %s", s->id, linebuf);
253 logmsg(LOG_DEBUG, "#%d client: %s", s->id, linebu
[all...]
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dt-path.c11 SM_IDSTR(id, "@(#)$Id: t-path.c,v 1.9 2013-11-22 20:51:43 ca Exp $")
/freebsd-9.3-release/contrib/sendmail/test/
H A Dt_snprintf.c15 static char id[] = "@(#)$Id: t_snprintf.c,v 8.5 2013-11-22 20:52:01 ca Exp $"; variable

Completed in 232 milliseconds

1234567891011>>