Searched defs:pid (Results 501 - 525 of 617) sorted by relevance

<<2122232425

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c60 #define TYPE_PID 0x000 /* pid */
138 uid_t pid; member in struct:__anon647
936 * mappings, while here pid is printed if there is no name.
945 /* Sometimes there is no name, just pid: */
947 if (nm->pid == UNDEFINED_UID)
950 *unixname = pid_format(nm->pid, nm->is_user);
1004 nm->pid = UNDEFINED_UID;
1218 unixname = pid_format(nm->pid, nm->is_user);
1576 &nm->sidprefix, &nm->rid, &nm->pid,
1610 * Convert pid fro
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c1304 if (wksid->pid == IDMAP_SENTINEL_PID) {
1313 res->id.idmap_id_u.uid = wksid->pid;
1316 res->id.idmap_id_u.gid = wksid->pid;
1508 uid_t pid; local
1541 sql = sqlite_mprintf("SELECT pid, is_user, expiration, "
1547 "(pid >= 2147483648 OR "
1555 sql = sqlite_mprintf("SELECT pid, is_user, expiration, "
1561 "(pid >= 2147483648 OR "
1590 pid = strtoul(values[0], &end, 10);
1595 res->id.idmap_id_u.uid = pid;
1973 posix_id_t *pid = NULL; local
2934 ns_lookup_bypid(uid_t pid, int is_user, char **unixname) argument
3281 get_from_sid_history(lookup_state_t *state, const char *prefix, uint32_t rid, uid_t *pid) argument
[all...]
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c1701 char pid[17]; local
1741 (void) strlcpy(pid, inq.inq_pid, sizeof (pid));
1758 "%s %s (%d,%d)", vid, pid,
1778 "%s %s (%d,%d)", vid, pid,
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c2436 create_client(pid_t pid, uint32_t debugflags, int privileged, int *out_fd) argument
2458 cp->rc_pid = pid;
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c2461 libscf_write_start_pid(scf_instance_t *s_inst, pid_t pid) argument
2493 scf_value_set_count(v_pid, pid);
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c900 pid_t pid; local
963 "REMOVE SERVER", &pid) == 0) {
968 "servers. pid %ld", pid);
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c82 pid_t pid; member in struct:collector_def
1751 pid_t pid; local
1830 " echo $! >/tmp/bofi.pid",
1862 cdp->pid = 0;
1870 if ((pid = fork()) == -1) {
1873 cdp->pid = 0; /* ignore */
1874 } else if (pid == 0) {
1877 cdp->pid = pid;
1893 if (cdp->pid) {
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c2910 * with the same pid as the one that had generated the lost
2977 pid_t pid; local
2983 pid = lrp->lr_flk->l_pid;
2999 ASSERT(lrp->lr_flk->l_pid == pid);
3245 * Return the (held) credential for the process with the given pid.
3250 pid_to_cr(pid_t pid) argument
3256 if ((p = prfind(pid)) == NULL) {
3277 nfs4_send_siglost(pid_t pid, mntinfo4_t *mi, vnode_t *vp, bool_t dump, argument
3283 p = prfind(pid);
3288 NULL, error, vp, NULL, stat, NULL, pid, TAG_NON
3297 relock_skip_pid(locklist_t *llp, pid_t pid) argument
3523 pid_t pid; local
[all...]
H A Dnfs_client.c2913 * The call to VOP_FRLOCK may put the pid back on the
2921 * As long as the vp has a share matching our pid,
3021 nfs_add_locking_id(vnode_t *vp, pid_t pid, int type, char *id, int len) argument
3041 new->lmpl_pid = pid;
3049 ASSERT(pid == *(pid_t *)new->lmpl_owner);
3065 if (cur->lmpl_pid == pid &&
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c99 smbfs_smb_lockandx(struct smbnode *np, int op, uint32_t pid, argument
137 mb_put_uint16le(mbp, pid);
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw.h202 pid_t pid; member in struct:dsw_ioctl_s
214 pid_t pid; member in struct:dsw_aioctl_s
384 pid_t pid; member in struct:dsw_ioctl32_s
426 pid_t pid; member in struct:dsw_aioctl32_s
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c4080 cred_t *cr, pid_t pid)
4165 connp->conn_cpid = pid;
4170 ixa->ixa_cpid = pid;
4079 tcp_do_connect(conn_t *connp, const struct sockaddr *sa, socklen_t len, cred_t *cr, pid_t pid) argument
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c831 pid_t pid; member in struct:oss_legacy_volume
841 if (auclnt_get_pid(c) == olv->pid) {
857 olv.pid = auclnt_get_pid(c);
1329 si->pid = -1;
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c3162 * and stores in the pointer the caller has passed as an argument (pid)
3174 * pid - the physical address associated for the node WWN that was found
3182 l_get_pid_from_path(const char *path, const gfc_map_t *map, int *pid) argument
3240 *pid = dev_addr_ptr->gfc_port_dev.pub_port.dev_did.port_id;
/illumos-gate/usr/src/uts/common/os/
H A Daio.c3806 aio_port_callback(void *arg, int *events, pid_t pid, int flag, void *evp) argument
3814 if (pid != curproc->p_pid) {
/illumos-gate/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h248 uint16_t pid; member in struct:uwacom_id
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c304 part_id_t pid = 0; local
323 rs = npi_fflp_cfg_fcram_partition(handle, pid, base_mask, base_reloc);
329 rs = npi_fflp_cfg_fcram_partition_disable(handle, pid);
343 rs = npi_fflp_fcram_subarea_write(handle, pid,
1313 if (uspec->proto == l3_ucls_p->pid) {
1351 l3_ucls_p->pid = uspec->proto;
1357 uspec->proto == l3_ucls_p->pid) {
1376 l3_ucls_p->pid = uspec->proto;
1385 "for pid %d", uspec->proto));
2558 l3_ucls_p->pid
2595 uint8_t pid = 0; local
2655 uint8_t pid; local
2854 uint8_t pid; local
[all...]
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1091 uint8_t mcs, pid, qsel; local
1198 pid = (mcs + 1) & 0xf;
1199 txwi->len |= LE_16(pid << RT2860_TX_PID_SHIFT);
1625 uint8_t wcid, mcs, pid; local
1648 pid = (stat >> RT2860_TXQ_PID_SHIFT) & 0xf;
1649 if (mcs + 1 != pid)
/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confsubr.c1533 * devices (as the vid, pid and revision were not defined) and we
1714 char *pid = NULL; local
1764 INQUIRY_PRODUCT_ID, &pid) != DDI_PROP_SUCCESS) {
1777 SCSI_PROBE_DEBUG3(3, "SCSA post-probe: looking for vid/pid/rev = "
1778 "\"%s\"/\"%s\"/\"%s\"\n", vid, pid, rev);
1790 (strcmp(p->sli_pid, pid) == 0) &&
1797 "vid/pid/rev = \"%s\"/\"%s\"/\"%s\"\n",
1798 vid, pid, rev);
1818 if (pid != NULL) {
1819 ddi_prop_free(pid);
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.h1052 pid_t pid; /* caller's pid, or -1 if not available */ member in struct:__svc_local_cred_t
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_ugen.c1584 int pid = ugenp->ug_dev_data->dev_descr->idProduct; local
1641 * vid.pid.[in|out|cntrl].[<cfg>.][if<iface>.][<alt>.]<ep addr>
1645 vid, pid, type, ep_addr);
1648 vid, pid, iface, type, ep_addr);
1651 vid, pid, iface, alt, type, ep_addr);
1654 vid, pid, cfgval, iface, type, ep_addr);
1657 vid, pid, cfgval, iface, alt,
4166 int pid = ugenp->ug_dev_data->dev_descr->idProduct; local
4186 (void) sprintf(node_name, "%x.%x.devstat", vid, pid);
4188 (void) sprintf(node_name, "%x.%x.if%ddevstat", vid, pid,
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c156 pid_t pid; /* the pid of this mount process */ member in struct:vfsent
977 * speed up the pid search in cleanupkid() later.
1309 vp->pid = child;
1404 * Locates the child mount process represented by pid, outputs any io
1409 cleanupkid(pid_t pid, int wstat) argument
1429 if (vp->pid != pid) {
1448 "%s: Unknown child %d\n"), myname, pid);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1837 pid_t pid; local
2048 * receive the signal before pid has been initialized
2071 pid = fork();
2081 if (pid == -1) {
2085 } else if (pid > 0) { /* parent */
2098 (void) waitpid(pid, NULL, WNOHANG);
2275 assert(pid == 0);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c1534 pid_t pid; local
1566 switch (pid = fork1()) {
1591 w = waitpid(pid, &status, 0);
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_kernel.c1427 * Determine the name of the pool to which the supplied pid is
1431 pool_knl_get_binding(pool_conf_t *conf, pid_t pid) argument
1445 bindq.pb_o_id = pid;
1512 * pool_knl_get_resource_binding() returns the binding for a pid to
1518 pool_resource_elem_class_t type, pid_t pid)
1532 bindq.pb_o_id = pid;
1517 pool_knl_get_resource_binding(pool_conf_t *conf, pool_resource_elem_class_t type, pid_t pid) argument

Completed in 435 milliseconds

<<2122232425