Lines Matching refs:pr_sysarg
1362 arg0 = Lsp->pr_sysarg[0]; in getsubcode()
1366 subcode = Lsp->pr_sysarg[2]; in getsubcode()
1370 subcode = ((int)Lsp->pr_sysarg[0] == AT_FDCWD && in getsubcode()
1371 Lsp->pr_sysarg[3] == 0)? 1 : 0; in getsubcode()
1374 if (nsysarg > 1 && Lsp->pr_sysarg[1] == 0) { in getsubcode()
1378 if (nsysarg > 0 && (int)Lsp->pr_sysarg[0] != AT_FDCWD) { in getsubcode()
1383 subcode = (Lsp->pr_sysarg[3] == 0)? 1 : in getsubcode()
1384 (Lsp->pr_sysarg[3] == AT_SYMLINK_NOFOLLOW)? in getsubcode()
1388 if (nsysarg > 1 && Lsp->pr_sysarg[1] == 0) { in getsubcode()
1392 if (nsysarg > 0 && (int)Lsp->pr_sysarg[0] != AT_FDCWD) { in getsubcode()
1397 subcode = (Lsp->pr_sysarg[4] == 0)? 1 : in getsubcode()
1398 (Lsp->pr_sysarg[4] == AT_SYMLINK_NOFOLLOW)? in getsubcode()
1405 subcode = ((int)Lsp->pr_sysarg[0] == AT_FDCWD)? in getsubcode()
1410 subcode = ((int)Lsp->pr_sysarg[0] == AT_FDCWD && in getsubcode()
1411 (int)Lsp->pr_sysarg[2] == AT_FDCWD)? 1 : 0; in getsubcode()
1415 subcode = ((int)Lsp->pr_sysarg[0] == AT_FDCWD && in getsubcode()
1416 (int)Lsp->pr_sysarg[2] == AT_FDCWD && in getsubcode()
1417 Lsp->pr_sysarg[4] == 0)? 1 : 0; in getsubcode()
1422 ((int)Lsp->pr_sysarg[0] != AT_FDCWD)? 0 : in getsubcode()
1423 (Lsp->pr_sysarg[2] == AT_REMOVEDIR)? 2 : in getsubcode()
1424 (Lsp->pr_sysarg[2] == 0)? 1 : 0; in getsubcode()
1428 subcode = ((int)Lsp->pr_sysarg[1] == AT_FDCWD)? in getsubcode()
1433 if (nsysarg > 1 && Lsp->pr_sysarg[1] == 0) { in getsubcode()
1437 if (nsysarg > 0 && (int)Lsp->pr_sysarg[0] != AT_FDCWD) { in getsubcode()
1442 subcode = (Lsp->pr_sysarg[3] == 0)? 1 : in getsubcode()
1443 (Lsp->pr_sysarg[3] == AT_SYMLINK_NOFOLLOW)? in getsubcode()
1449 subcode = ((int)Lsp->pr_sysarg[0] == AT_FDCWD)? in getsubcode()
1450 ((Lsp->pr_sysarg[2] & O_CREAT)? 3 : 2) : in getsubcode()
1451 ((Lsp->pr_sysarg[2] & O_CREAT)? 1 : 0); in getsubcode()
1456 subcode = (Lsp->pr_sysarg[1] & O_CREAT)? 1 : 0; in getsubcode()
1463 subcode = Lsp->pr_sysarg[5]; in getsubcode()
1505 switch (Lsp->pr_sysarg[1]) { in getsubcode()